Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Strange UPnP issue
#2
(05-05-2020, 12:45 AM)Leeshep Wrote: Hi,

Hoping someone can help with my Moode issue. 

I’ve just upgraded from version 4 to the latest 6.5.2 and I can no longer skip tracks when playing Quboz tracks via mconnect on my iPhone or from the Qobuz app on the Mac to my Raspberry Pi 2  connected to my hifi 

I can start an album playing and that works fine. But if I press next track it appears to have changed on the iPhone but it doesn’t play. Sometimes if I wait a while it will play fine. And if I just let the whole album play through without skipping tracks this works too usually. 

Any ideas? 

Thanks in advance. 

Lee

Moode currently uses Upmpdcli version 1.2.16 to provide its UPNP capabailities including the Quboz service, which came out c. two years ago and has since had a series of updates.  Indeed, Upmpdcli version 1.4.9 has recently come out, and I have successfully updated Moode (6.5.1) to this without any issues.   I don't subscribe to Quboz, Tidal, or Google Music, so my testing can't relate to these streaming services , but it may well be the case that Quboz works as it should with the latest version of Upmpdcli.  So, I can't promise anything, but if you're up trying this, this  is what you will need to do:-

1. From an SSH session enter:
Code:
sudo nano /etc/apt/sources.list.d/upmpdcli.list

.. then press return and enter the text as below into the file that’s just opened, save it (Control + X) and exit
Code:
deb http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian/ buster main
deb-src http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian/ buster main

2. Now import the repository key.  The first stage of the method I use for this process comprises:
Code:
sudo apt install dirmngr

Next, fetching the relevant repository key from the keyservers:
Code:
gpg --keyserver pool.sks-keyservers.net --recv-key F8E3347256922A8AE767605B7808CE96D38B9201

Then, adding that key to the 'apt' keyring:
Code:
gpg --export '7808CE96D38B9201' | sudo apt-key add -

3. Having done this run:
Code:
sudo apt-get update

then:
Code:
sudo apt-get install upmpdcli

4. Now, update Upmpdcli's streaming services:
Code:
sudo apt-get install upmpdcli-qobuz
sudo apt-get install upmpdcli-gmusic
sudo apt-get install upmpdcli-tidal

5. Finally, restart upmpdcli
Code:
sudo service upmpdcli restart

6.  Exit the SSH session

Notes:
1) These instructions are based on info written by Jean-Francois Dockes, the developer of upmpdcli, who potentially could refine this process at a later date.  All credit must go to him for upmpdcli  (See: https://www.lesbonscomptes.com/upmpdcli/ and https://framagit.org/medoc92/upmpdcli)
2) I also must acknowledge @serverbaboon, as what I've done here effectively is nothing more than an update of what he previously provided on diyaudio.com
3) I skipped the process of checking file intergity, but you may wish to include this: https://www.lesbonscomptes.com/pages/signatures.html
Reply


Messages In This Thread
Strange UPnP issue - by Leeshep - 05-05-2020, 12:45 AM
RE: Strange UPnP issue - by Zigzag - 05-05-2020, 12:32 PM
RE: Strange UPnP issue - by TheOldPresbyope - 05-05-2020, 12:45 PM
RE: Strange UPnP issue - by Zigzag - 05-05-2020, 01:59 PM
RE: Strange UPnP issue - by SoundAdikt - 05-05-2020, 03:20 PM
RE: Strange UPnP issue - by Zigzag - 05-06-2020, 11:57 AM
RE: Strange UPnP issue - by SoundAdikt - 05-06-2020, 05:37 PM
RE: Strange UPnP issue - by Tim Curtis - 05-05-2020, 01:12 PM
RE: Strange UPnP issue - by TheOldPresbyope - 05-05-2020, 02:51 PM
RE: Strange UPnP issue - by TheOldPresbyope - 05-05-2020, 02:55 PM
RE: Strange UPnP issue - by Zigzag - 05-06-2020, 11:52 AM
RE: Strange UPnP issue - by SoundAdikt - 05-07-2020, 08:33 AM
RE: Strange UPnP issue - by Zigzag - 05-08-2020, 10:33 AM
RE: Strange UPnP issue - by TheOldPresbyope - 05-08-2020, 11:54 AM
RE: Strange UPnP issue - by Zigzag - 05-08-2020, 12:08 PM
RE: Strange UPnP issue - by deafnut - 05-19-2020, 12:21 AM
RE: Strange UPnP issue - by Leeshep - 05-19-2020, 09:49 AM
RE: Strange UPnP issue - by TheOldPresbyope - 05-19-2020, 01:13 PM
RE: Strange UPnP issue - by Tim Curtis - 05-19-2020, 01:38 PM
RE: Strange UPnP issue - by Tim Curtis - 05-19-2020, 01:44 PM

Forum Jump: