![]() |
UPNP Music Source - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: UPNP Music Source (/showthread.php?tid=4974) |
UPNP Music Source - jeromeof - 07-15-2022 Hi, I must be doing something wrong but I cannot seem to get a UPNP source for music on Moode (latest 64bit on a RPI3 using Wifi). I have enabled the UPNP 'rendering' component though I don't really want Moode to be an UPNP rather I would like Moode to see my existing UPNP 'servers' on my network as sources of music for the library. The upmpdcli seems to be installed and running correctly and just as a test I installed upnp_tools and tried their browser tool e.g. Quote: gssdp-discover -i wlan0 --timeout=3 --target=urn Which correctly listed 3 UPNP servers available from the Moode RPI. I cannot see anything either under NAS 'folders' when browsing though ideally I would have thought I could see UPNP as a music source and a scan would provide these 3 servers - selecting one would then add that as a music source etc. but maybe I don't understand how Moode handles UPNP. Thanks Jerome RE: UPNP Music Source - TheOldPresbyope - 07-15-2022 (07-15-2022, 10:46 AM)jeromeof Wrote: Hi, Conceptually, a UPnP-based music system consists of three components---a UPnP Media Server, a UPnP Control Point, and a UPnP Media Renderer. You might start with the Wikipedia UPnP article to get some background information. As you have already discovered, moOde can function as the UPnP Media Renderer but you still need the UPnP Control Point component. For this, many use the BubbleUPnP app on their (Android) smart phone but this is only one example. Regards, Kent RE: UPNP Music Source - jeromeof - 07-15-2022 Ok - sorry maybe I misunderstood what moode would provide - I thought when appropriately configured the Library view might act as a UPNP 'Control Point' / Media Browser and the underlying MPD would act as a Media Renderer. I shall look elsewhere. RE: UPNP Music Source - Tim Curtis - 07-15-2022 moOde versions < 8.1.0 included the djmount utility which provided a means to find and browse UPnP media servers. It was listed as one of the server types ("UPnP") when creating a music source. Starting with moOde 8.1.0 the OS being used is 64-bit RaspiOS. The djmount utility did not work on 64-bit RaspiOS and so it was dropped. From the 8.1.0 release notes. Code: - UPD: Remove UPnP browser (djmount) which is unsupported on 64-bit RaspiOS The other issue with djmount is that it hasn't been maintained for 16 years. https://github.com/mbarbon/djmount If there is a replacement I'll be happy to add to the TODO list to investigate. |