04-22-2018, 11:45 AM
Hi,
This used to be in really old moOde versions but it was rarely reported as being used, and occasionally would become a support issue because some users would also make a NAS mount to the same server and forget to turn off the UPnP mount thus causing the songs to get indexed twice by MPD.
This is the code thats used to discover and mount UPnP Media Servers as a Linux file systems. Its available in the Raspbian repos.
https://github.com/mbarbon/djmount
Is there an advantage to mounting UPnP Media server as opposed to making a NAS mount to the same server?
-Tim
This used to be in really old moOde versions but it was rarely reported as being used, and occasionally would become a support issue because some users would also make a NAS mount to the same server and forget to turn off the UPnP mount thus causing the songs to get indexed twice by MPD.
This is the code thats used to discover and mount UPnP Media Servers as a Linux file systems. Its available in the Raspbian repos.
https://github.com/mbarbon/djmount
Code:
sudo apt-get install djmount
Is there an advantage to mounting UPnP Media server as opposed to making a NAS mount to the same server?
-Tim