Posts: 22
Threads: 6
Joined: May 2019
Reputation:
0
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
Posts: 22
Threads: 6
Joined: May 2019
Reputation:
0
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