I use the Rpi as dlna server to stream to my tv all the media files on a usb hdd. It works well but I want to have different folders for movies and tv shows and I don't know how I can do cause minidlna use the same attribute (V) for all the video files and they're put in the same container.
Code: Select all
# Change the Media Dir's to point to the external hard drive, obviously change these to match your directory layout
media_dir=V,/media/Dati/TV shows
media_dir=V,/media/Dati/Movies