Public bug reported: In config file provided by package we see: # Use a different container as the root of the directory tree presented to # clients. The possible values are: # * "." - standard container # * "B" - "Browse Directory" # * "M" - "Music" # * "P" - "Pictures" # * "V" - "Video" # if you specify "B" and client device is audio-only then "Music/Folders" will be used as root #root_container=. And when i try to add music folder to config: media_dir=M,/home/sugresmax/Music I get an error: [2013/03/02 20:36:32] minidlna.c:494: error: Media directory entry not understood! [M,/home/sugresmax/Music]
Solution is (http://wiki.openwrt.org/doc/uci/minidlna): media_dir=A,/home/sugresmax/Music ** Affects: minidlna (Ubuntu) Importance: Undecided Status: New ** Description changed: In config file provided by package we see: # Use a different container as the root of the directory tree presented to # clients. The possible values are: # * "." - standard container # * "B" - "Browse Directory" # * "M" - "Music" # * "P" - "Pictures" # * "V" - "Video" # if you specify "B" and client device is audio-only then "Music/Folders" will be used as root #root_container=. And when i try to add music folder to config: media_dir=M,/home/sugresmax/Music I get an error: [2013/03/02 20:36:32] minidlna.c:494: error: Media directory entry not understood! [M,/home/sugresmax/Music] Solution is (http://wiki.openwrt.org/doc/uci/minidlna): - media_dir=A,/mnt/sda1/music + media_dir=A,/home/sugresmax/Music -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1140091 Title: Wrong value in default config To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/minidlna/+bug/1140091/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs