Hello, kind of new to these forums so if I’m posting in the wrong place please let me know.
I’ve installed minidlna on my openSUSE Leap 42.3 machine from the packman repository. It seems to be working fine except I am having a slight problem with setting the syntax of adding multiple directories in the config file. On other installations I’ve found it in /etc/minidlna.conf this time it was in /etc/sysconfig/minidlna. The syntax for adding multiple directories seems to be different as well.
I seem to remember it being something along the lines of:
media_dir=V,/Movies
media_dir=V,/TV
media_dir=A,/Music
I initially tried this setup with the effect of it only scanning the last directory.
The config file states that they should now be on the same line, seperated by “|” like so:
media_dir=V,/Movies | V,/TV | A,/Music
The result is no media is scanned at all and when I run:
service minidlna status
it shows two errors before starting, the errors state that the last two directories could not be found(TV and Music).
Anyone know the correct syntax for using multiple directories while only scanning for specific types of files in each? Thank you in advance.