![]() |
[IDEA] Include DLNA/UPnP server sources in Browse panel - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: [IDEA] Include DLNA/UPnP server sources in Browse panel (/showthread.php?tid=114) Pages:
1
2
|
RE: Include DLNA/UPnP server sources in Browse panel - Tim Curtis - 04-23-2018 Hi Mike, Verify that the symlink still exists: ls -l /var/lib/mpd/music -Tim RE: Include DLNA/UPnP server sources in Browse panel - MikeyFresh - 04-23-2018 (04-23-2018, 12:02 AM)Tim Curtis Wrote: Hi Mike, I think so? It's listed with the other sources: ![]() RE: Include DLNA/UPnP server sources in Browse panel - Tim Curtis - 04-23-2018 That looks ok. I assume /mnt/UPNP also exists. It could be incompatibility of djmount code which AFAIK is 12 years old and has no recent forks or maintainers, and modern Linux. http://djmount.sourceforge.net -Tim RE: Include DLNA/UPnP server sources in Browse panel - hjheins - 04-23-2018 (04-22-2018, 11:23 PM)MikeyFresh Wrote:(04-22-2018, 04:52 PM)Tim Curtis Wrote: Hi, Hi Mike, no such issue here. However I did have some issues generating the entries for Moode. In the end 1 did 2 things: To create the list, I ran (as root): Code: mpc update UPNP Then I added to /etc/rc.local on a new line: Code: djmount -o allow_other,nonempty,iocharset=utf-8 /mnt/UPNP > /dev/null 2>&1 & Now all is there and also runs fine over reboots. Hendrik-Jan RE: Include DLNA/UPnP server sources in Browse panel - hjheins - 04-27-2018 Some updates on this: djmount has some naggles: - It shows my sources multiple times. This means I see the same song 5 times in the list. - Songs are shorter (in minutes) when playing them from djmount on Moode The weird thing is, that when I choose the folder listing on UPNP, everything is correct: playing time and the number of times an entry is showing up. Just in the artist, album etc.. lists, it is wrong. Also: after some time (a couple of hours), djmount seems to loose connection, and I can not play from that source at all anymore. all in all: not the best solution. Hendrik-Jan RE: Include DLNA/UPnP server sources in Browse panel - hjheins - 04-30-2018 A small update: I have been playing around with this and I have made some progress. Currently I don't have the multiple instances of the same songs anymore Also djmount is now completely stable. The issue it seems was not with djmount, but with libupnp... However it requires some small changes from the commandline to make this work well. My test has now been running stable and reliable for more than 12 hours. I will write a small guide in the howto/faq section:here Hendrik-Jan |