Moode Forum
MiniDLNA Picture and Videos configuration - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: MiniDLNA Picture and Videos configuration (/showthread.php?tid=1432)



MiniDLNA Picture and Videos configuration - jmgtierrez - 06-04-2019

Hi All, I would like to know how to configure the embedded MiniDLNA server in order to scan and link the picture and video folders

Thanks in advance

Best regards
Juan Manuel


RE: MiniDLNA Picture and Videos configuration - jmgtierrez - 06-18-2019

Hi All, I have been investigating in miniDLNA.sourceforge.net and the solution is to modify the miniDLNA config file:

sudo nano /etc/minidlna.conf

And replace the existing line for declaring the audio folder with these three lines::
media_dir=A,/var/lib/mpd/music/USB/Maxtor1/Multimedia/Musica (where you have the audio storage)
media_dir=P,/media/Maxtor1/Multimedia/Fotos (where you have the pictures storage)
imedia_dir=V,/media/Maxtor1/Multimedia/Videos (where you have the videos storage)

Save, rebuild the miniDLNA database and reboot

Best regards