10-12-2019, 06:31 PM
My solution has been to go back to what I was doing before Moode inetgrated upmpdcli, that is installing BubbleUPnP server on the same Moode raspberry (or on another one in my LAN, for that matter).
Something like this....
Now my question to @Tim Curtis: assuming that the above-posted info by @gilnoh about upmpdcli / Qobuz is correct, why not integrating BubbleUPnP server directly in Moode? Could that be an option?
Something like this....
Code:
pi@moodeStdl:~ $ java -version
-bash: java: command not found
pi@moodeStdl:~ $sudo apt-get update
pi@moodeStdl:~ $sudo apt install openjdk-11-jdk
pi@moodeStdl:~ $ java -version
openjdk version "11.0.3" 2019-04-16
OpenJDK Runtime Environment (build 11.0.3+7-post-Raspbian-5)
OpenJDK Server VM (build 11.0.3+7-post-Raspbian-5, mixed mode)
pi@moodeStdl:~ $ wget https://launchpad.net/~bubbleguuum/+archive/bubbleupnpserver/+files/bubbleupnpserver_0.9-5_all.deb
pi@moodeStdl:~ $ sudo dpkg -i bubbleupnpserver_0.9-5_all.deb
pi@moodeStdl:~ $ sudo dpkg -l | grep -i bubbleupnpserver
ii bubbleupnpserver 0.9-5 all BubbleUPnP Server
pi@moodeStdl:~ $ sudo systemctl start bubbleupnpserver
pi@moodeStdl::~ $ sudo systemctl status bubbleupnpserver
Now my question to @Tim Curtis: assuming that the above-posted info by @gilnoh about upmpdcli / Qobuz is correct, why not integrating BubbleUPnP server directly in Moode? Could that be an option?