Moode Forum

Full Version: MiniDLNA Picture and Videos configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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