OS is up to date:
- [al@localhost ~]$ clear
[al@localhost ~]$ sudo dnf update
Last metadata expiration check: 2:04:05 ago on Thu 26 Sep 2019 08:52:46 PM EDT.
Dependencies resolved.
Nothing to do.
Complete!
- [al@localhost ~]$ sudo systemctl status minidlna.service
● minidlna.service - MiniDLNA is a DLNA/UPnP-AV server software
Loaded: loaded (/usr/lib/systemd/system/minidlna.service; enabled; vendor preset: disabled)
Active: active (running) since Thu 2019-09-26 22:52:53 EDT; 8s ago
Main PID: 20528 (minidlnad)
Tasks: 3 (limit: 9830)
CGroup: /system.slice/minidlna.service
└─20528 /usr/sbin/minidlnad -S
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: minidlna.c:1094: warn: TiVo support is enabled.
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/Music) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/Movies) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/Pictures) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/DVDs) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/Music) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/Movies) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/Pictures) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:125: error: inotify_add_watch(/mnt/samba/DVDs) [Permission denied]
Sep 26 22:52:53 localhost.localdomain minidlnad[20528]: monitor.c:218: warn: WARNING: Inotify max_user_watches [8192] is low or close to the number of used watches [8] and I do not
- [al@localhost /]$ ls -l /mnt/samba/
total 0
drwxrwx--- 2 al users 0 Sep 8 23:20 Books
drwxrwx--- 2 al users 0 Sep 18 23:18 Crashplan
drwxrwx--- 2 al users 0 Sep 18 20:52 Docs
drwxrwx--- 2 al users 0 Sep 26 17:07 DVDs
drwxrwx--- 2 al users 0 Sep 18 06:08 ITunes
drwxrwx--- 2 al users 0 Sep 22 15:15 Movies
drwxrwx--- 2 al users 0 Sep 18 06:30 Music
drwxrwx--- 2 al users 0 Sep 21 19:04 Pictures
drwxrwx--- 2 al users 0 Sep 18 00:33 Podcast
drwxrwx--- 2 al users 0 Sep 8 23:21 Public
drwxrwx--- 2 al users 0 Sep 18 06:37 Software
drwxrwx--- 2 al users 0 Sep 8 23:21 TV
drwxrwx--- 2 al users 0 Sep 18 20:42 Videos
[al@localhost /]$
- # port for HTTP (descriptions, SOAP, media transfer) traffic
port=8200
# network interfaces to serve, comma delimited
network_interface=docker0
# set this to the directory you want scanned.
# * if have multiple directories, you can have multiple media_dir= lines
# * if you want to restrict a media_dir to a specific content type, you
# can prepend the type, followed by a comma, to the directory:
# + "A" for audio (eg. media_dir=A,/home/jmaggard/Music)
# + "V" for video (eg. media_dir=V,/home/jmaggard/Videos)
# + "P" for images (eg. media_dir=P,/home/jmaggard/Pictures)
media_dir=A,/mnt/samba/Music
media_dir=V,/mnt/samba/Movies
media_dir=P,/mnt/samba/Pictures
media_dir=V,/mnt/samba/DVDs