04-22-2018, 01:51 PM
(04-22-2018, 01:39 PM)Tim Curtis Wrote: Hi,
Below is a config and the launch code from the old moOde version. I haven't tried it but if you would like to test it out and report results then I can how it might be reintegrated into moOde.
Code:sudo apt-get install djmount
sudo mkdir /mnt/UPNP
sudo ln -s /mnt/UPNP /var/lib/mpd/music/UPNP
djmount -o allow_other,nonempty,iocharset=utf-8 /mnt/UPNP > /dev/null 2>&1 &
-Tim
Thanks Tim, I'll test this today!