Thank you for your donation!


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


Solved: (upmpdcli) Qobuz login failure
#21
root@nagra:~# apt list | grep upmpdcli

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

upmpdcli-bbc/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-config-dbgsym/unknown 1.9.5-1~ppa1~bookworm arm64
upmpdcli-config-dbgsym/unknown 1.9.5-1~ppa1~bookworm armhf
upmpdcli-config/unknown 1.9.5-1~ppa1~bookworm arm64
upmpdcli-config/unknown 1.9.5-1~ppa1~bookworm armhf
upmpdcli-dbgsym/unknown 1.9.5-1~ppa1~bookworm arm64
upmpdcli-dbgsym/unknown 1.9.5-1~ppa1~bookworm armhf
upmpdcli-hra/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-mother-earth-radio/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-qobuz/unknown,unknown,now 1.9.5-1~ppa1~bookworm all [installed]
upmpdcli-radio-browser/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-radio-paradise/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-radios/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-subsonic/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli-tidal/unknown,unknown 1.9.5-1~ppa1~bookworm all [upgradable from: 1.9.0-1moode1]
upmpdcli-uprcl/unknown,unknown 1.9.5-1~ppa1~bookworm all
upmpdcli/unknown,now 1.9.5-1~ppa1~bookworm arm64 [installed]
upmpdcli/unknown 1.9.5-1~ppa1~bookworm armhf
root@nagra:~#
Reply
#22
(05-12-2025, 04:33 PM)TheOldPresbyope Wrote:
(05-12-2025, 04:10 PM)andreaemme Wrote: Thank you, simonb.
So please is there somebody who can tell me and who has the same problem of mine how to update manually upnpdcli to the 1.9.5 version on Moode?
Thanks once again.

You seem to think all the necessary binaries and supporting libraries are available for the picking, e.g., just download, plug, and play.

They aren't. They will have to be built for the current version of Raspberry Pi OS Lite on which moOde itself is built. Tim has already pointed you to the necessary sources and the relevant build documentation is in the moOde Player docs repo.

If that's too D-I-Y for you, then wait until the required work has been done by the devs and the results have been tested and included in the moOde distro.

Regards,
Kent

No, I don't think in fact, some reply before I just told that I'm not able to do thos ekind of tricks. Thank you for your clarifyng reply, I'll wait.
Reply
#23
@andreaemme

Actually, your reply said
Quote:please consider I'm expert at all in managing those kind of tricks...!

In any case, @simonb has now shown line-by-line what's involved.

Regards,
Kent
Reply
#24
(05-12-2025, 04:56 PM)TheOldPresbyope Wrote: @andreaemme

Actually, your reply said
Quote:please consider I'm expert at all in managing those kind of tricks...!

In any case, @simonb has now shown line-by-line what's involved.

Regards,
Kent

..opss...I missed 'NOT' in my previous reply, excuse me, I hadn't noticed.. I wanted to say I'm NOT expert at all.. I'm a big fun of the DIY but when my knowledge isn't enough I raise my hands.
I don't even know how to activate the command line console, I'm just a music lover with some little knowledge on how to install an operating system like Windows.....
I'm going to miss Qobuz in the next days..!
Reply
#25
thank you very much @simonb!
Qobuz login works.
it looked like this. There are errors but it seems to work for Qobuz. console (ssh terminal) is at preferences>system>security
Code:
                                                             
pi@moode:~ $ pwd                                                                            
/home/pi
pi@moode:~ $ gpg --no-default-keyring --keyring ./lesbonscomptes.gpg --keyserver keyserver.u
buntu.com --recv-key F8E3347256922A8AE767605B7808CE96D38B9201                              
gpg: keybox './lesbonscomptes.gpg' created                                                  
gpg: /home/pi/.gnupg/trustdb.gpg: trustdb created                                          
gpg: key 7808CE96D38B9201: public key "Jean-Francois Dockes <jf@dockes.org>" imported      
gpg: Total number processed: 1                                                              
gpg:               imported: 1                                                              
pi@moode:~ $ ls -latr
total 76                                                                                    
-rw-r--r-- 1 pi   pi    807 Sep 16  2024 .profile                                          
-rw-r--r-- 1 pi   pi   3523 Sep 16  2024 .bashrc                                            
-rw-r--r-- 1 pi   pi    220 Sep 16  2024 .bash_logout                                      
drwxr-xr-x 3 root root 4096 Sep 16  2024 ..
-rw-r--r-- 1 pi   pi      0 Sep 25  2024 .sudo_as_admin_successful                          
-rwxr-xr-x 1 root root  969 Dec 30 13:16 piano.sh
-rwxr-xr-x 1 root root 4681 Mar 21 20:06 .dircolors
-rwxr-xr-x 1 pi   pi   1550 Mar 30 20:50 basic-install.sh
-rw-r--r-- 1 pi   pi    215 Mar 30 21:03 .wget-hsts                                        
-rwxr-xr-x 1 pi   pi    635 Mar 30 21:03 remove.sh
-rw------- 1 pi   pi   2065 Mar 30 21:04 .bash_history                                      
-rw------- 1 pi   pi     20 Mar 31 15:48 .lesshst                                          
-rwxr-xr-x 1 root root 2118 May 11 13:01 .xinitrc
-rw------- 1 pi   pi     32 May 12 19:20 lesbonscomptes.gpg~                                
-rw-r--r-- 1 pi   pi   8606 May 12 19:20 lesbonscomptes.gpg                                
drwx------ 4 pi   pi   4096 May 12 19:20 .gnupg
drwx------ 3 pi   pi   4096 May 12 19:20 .
pi@moode:~ $
                                                               
pi@moode:~ $ sudo cp lesbonscomptes.gpg /usr/share/keyrings                                
                 
pi@moode:~ $ cd  /usr/share/keyrings                                                        
             
pi@moode:/usr/share/keyrings $ ls -altr                                                    
total 220                                                                                  
-rw-r--r--   1 root root  1183 Jan 13  2022 raspberrypi-archive-stable.gpg                  
-rw-r--r--   1 root root     0 Jan 13  2022 raspberrypi-archive-removed-keys.gpg            
-rw-r--r--   1 root root  1183 Jan 13  2022 raspberrypi-archive-keyring.gpg                
-rw-r--r--   1 root root 54031 Jul 30  2023 debian-archive-removed-keys.gpg                
-rw-r--r--   1 root root 56156 Jul 30  2023 debian-archive-keyring.gpg                      
-rw-r--r--   1 root root  2332 Jul 30  2023 debian-archive-buster-stable.gpg                
-rw-r--r--   1 root root  8141 Jul 30  2023 debian-archive-buster-security-automatic.gpg    
-rw-r--r--   1 root root  8132 Jul 30  2023 debian-archive-buster-automatic.gpg            
-rw-r--r--   1 root root  2453 Jul 30  2023 debian-archive-bullseye-stable.gpg              
-rw-r--r--   1 root root  8709 Jul 30  2023 debian-archive-bullseye-security-automatic.gpg  
-rw-r--r--   1 root root  8700 Jul 30  2023 debian-archive-bullseye-automatic.gpg          
-rw-r--r--   1 root root   280 Jul 30  2023 debian-archive-bookworm-stable.gpg              
-rw-r--r--   1 root root  8709 Jul 30  2023 debian-archive-bookworm-security-automatic.gpg  
-rw-r--r--   1 root root  8700 Jul 30  2023 debian-archive-bookworm-automatic.gpg          
-rw-r--r--   1 root root   903 Sep 16  2024 moodeaudio-m8y-archive-keyring.gpg              
drwxr-xr-x 166 root root  4096 Sep 16  2024 ..
-rw-r--r--   1 root root  8606 May 12 19:25 lesbonscomptes.gpg                              
drwxr-xr-x   2 root root  4096 May 12 19:25 .
pi@moode:/usr/share/keyrings $ cd                                                          
                                                                           
pi@moode:~ $ wget https://www.lesbonscomptes.com/upmpdcli/pages/upmpdcli-rbookworm.list
--2025-05-12 19:37:42--  https://www.lesbonscomptes.com/upmpdcli/pages/upmpdcli-rbookworm.li
st                                                                                          
Resolving www.lesbonscomptes.com (www.lesbonscomptes.com)... 62.210.16.61                  
Connecting to www.lesbonscomptes.com (www.lesbonscomptes.com)|62.210.16.61|:443... connected
.                                                                                          
HTTP request sent, awaiting response... 200 OK                                              
Length: 260 [application/octet-stream]                                                      
Saving to: ‘upmpdcli-rbookworm.list’                                                        
                                                                                           
upmpdcli-rbookworm.lis 100%[============================>]     260  --.-KB/s    in 0s      
                                                                                           
2025-05-12 19:37:43 (76.8 MB/s) - ‘upmpdcli-rbookworm.list’ saved [260/260]                
                                                                                           
pi@moode:~ $ ls -al
total 80                                                                                    
drwx------ 3 pi   pi   4096 May 12 19:37 .
drwxr-xr-x 3 root root 4096 Sep 16  2024 ..
-rw------- 1 pi   pi   2065 Mar 30 21:04 .bash_history                                      
-rw-r--r-- 1 pi   pi    220 Sep 16  2024 .bash_logout                                      
-rw-r--r-- 1 pi   pi   3523 Sep 16  2024 .bashrc                                            
-rwxr-xr-x 1 pi   pi   1550 Mar 30 20:50 basic-install.sh
-rwxr-xr-x 1 root root 4681 Mar 21 20:06 .dircolors
drwx------ 4 pi   pi   4096 May 12 19:20 .gnupg
-rw-r--r-- 1 pi   pi   8606 May 12 19:20 lesbonscomptes.gpg                                
-rw------- 1 pi   pi     32 May 12 19:20 lesbonscomptes.gpg~                                
-rw------- 1 pi   pi     20 Mar 31 15:48 .lesshst                                          
-rwxr-xr-x 1 root root  969 Dec 30 13:16 piano.sh
-rw-r--r-- 1 pi   pi    807 Sep 16  2024 .profile                                          
-rwxr-xr-x 1 pi   pi    635 Mar 30 21:03 remove.sh
-rw-r--r-- 1 pi   pi      0 Sep 25  2024 .sudo_as_admin_successful                          
-rw-r--r-- 1 pi   pi    260 Jun 30  2023 upmpdcli-rbookworm.list                            
-rw-r--r-- 1 pi   pi    215 Mar 30 21:03 .wget-hsts                                        
-rwxr-xr-x 1 root root 2118 May 11 13:01 .xinitrc
pi@moode:~ $ sudo cp ./upmpdcli-rbookworm.list /etc/apt/sources.list.d/
pi@moode:~ $ ls -la /etc/apt/sources.list.d
total 20                                                                                    
drwxr-xr-x 2 root root 4096 May 12 19:38 .
drwxr-xr-x 9 root root 4096 Sep 16  2024 ..
-rw-r--r-- 1 root root  523 Sep 16  2024 moodeaudio-m8y.list                                
-rw-r--r-- 1 root root  191 Sep 16  2024 raspi.list                                        
-rw-r--r-- 1 root root  260 May 12 19:38 upmpdcli-rbookworm.list                            
                                                 
pi@moode:~ $ cd /usr/share/keyrings                                                        
pi@moode:/usr/share/keyrings $ apt update
Reading package lists... Done                                                              
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission den
ied)                                                                                        
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission
denied)                                                                                    
pi@moode:/usr/share/keyrings $ cd
pi@moode:~ $ apt install upmpdcli-qobuz
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
pi@moode:~ $ cd /usr/share/keyrings                                                        
pi@moode:/usr/share/keyrings $ sudo apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:3 http://archive.raspberrypi.com/debian bookworm InRelease [54.8 kB]
Get:5 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:6 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm InRelease [9,657
B]                                                                                          
Get:4 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm InRelease [3,091 B
]                                                                                          
Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB]
Get:8 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [240 kB]
Get:9 http://deb.debian.org/debian-security bookworm-security/main Translation-en [154 kB]
Get:10 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [539 kB]
Get:11 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [537 kB]
Get:12 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm/main Sources [17
.8 kB]                                                                                      
Get:13 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm/main arm64 Packa
ges [231 kB]                                                                                
Get:14 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm/main armhf Packa
ges [15.4 kB]                                                                              
Get:15 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm/main Sources [3,0
27 B]                                                                                      
221 packages can be upgraded. Run 'apt list --upgradable' to see them.                      
                                                               
pi@moode:/usr/share/keyrings $ cd
pi@moode:~ $ sudo apt install upmpdcli-qobuz
Reading package lists... Done                                                              
Building dependency tree... Done                                                            
Reading state information... Done                                                          
The following additional packages will be installed:                                        
 upmpdcli-tidal                                                                            
The following packages will be upgraded:                                                    
 upmpdcli-qobuz upmpdcli-tidal                                                            
2 upgraded, 0 newly installed, 0 to remove and 219 not upgraded.                            
Need to get 84.1 kB of archives.                                                            
After this operation, 41.0 kB of additional disk space will be used.                        
Do you want to continue? [Y/n] y                                                            
Get:1 http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm/main arm64 upmpdcli
-qobuz all 1.9.5-1~ppa1~bookworm [19.4 kB]                                                  
Get:2 http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm/main arm64 upmpdcli
-tidal all 1.9.5-1~ppa1~bookworm [64.7 kB]                                                  
Fetched 84.1 kB in 6s (14.6 kB/s)        
Reading changelogs... Done
(Reading database ... 104749 files and directories currently installed.)                    
Preparing to unpack .../upmpdcli-qobuz_1.9.5-1~ppa1~bookworm_all.deb ...                    
Unpacking upmpdcli-qobuz (1.9.5-1~ppa1~bookworm) over (1.9.0-1moode1) ...                  
Preparing to unpack .../upmpdcli-tidal_1.9.5-1~ppa1~bookworm_all.deb ...                    
Unpacking upmpdcli-tidal (1.9.5-1~ppa1~bookworm) over (1.9.0-1moode1) ...                  
Setting up upmpdcli-qobuz (1.9.5-1~ppa1~bookworm) ...                                      
Setting up upmpdcli-tidal (1.9.5-1~ppa1~bookworm) ...                                      
pi@moode:~ $
Reply
#26
Do we have an update per chance? upmpdcli-qobuz all 1.9.5-1moode1 [19.5 kB]
Reply
#27
NOTE: It's stopped working again. I can see all the headings but it fails to list any of the tracks. I wonder if Qobuz has changed it again?
Reply
#28
(05-12-2025, 07:38 PM)simonb Wrote: Do we have an update per chance? upmpdcli-qobuz all 1.9.5-1moode1 [19.5 kB]

Yes, @bitlab built the 1.9.5 version of upmpdcli and the tidal & Qobuz plugins and uploaded to our CS repo.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#29
(05-12-2025, 05:57 PM)Snoil Wrote: thank you very much @simonb!
Qobuz login works.
it looked like this. There are errors but it seems to work for Qobuz. console (ssh terminal) is at preferences>system>security
Code:
                                                             
pi@moode:~ $ pwd                                                                            
/home/pi
pi@moode:~ $ gpg --no-default-keyring --keyring ./lesbonscomptes.gpg --keyserver keyserver.u
buntu.com --recv-key F8E3347256922A8AE767605B7808CE96D38B9201                              
gpg: keybox './lesbonscomptes.gpg' created                                                  
gpg: /home/pi/.gnupg/trustdb.gpg: trustdb created                                          
gpg: key 7808CE96D38B9201: public key "Jean-Francois Dockes <jf@dockes.org>" imported      
gpg: Total number processed: 1                                                              
gpg:               imported: 1                                                              
pi@moode:~ $ ls -latr
total 76                                                                                    
-rw-r--r-- 1 pi   pi    807 Sep 16  2024 .profile                                          
-rw-r--r-- 1 pi   pi   3523 Sep 16  2024 .bashrc                                            
-rw-r--r-- 1 pi   pi    220 Sep 16  2024 .bash_logout                                      
drwxr-xr-x 3 root root 4096 Sep 16  2024 ..
-rw-r--r-- 1 pi   pi      0 Sep 25  2024 .sudo_as_admin_successful                          
-rwxr-xr-x 1 root root  969 Dec 30 13:16 piano.sh
-rwxr-xr-x 1 root root 4681 Mar 21 20:06 .dircolors
-rwxr-xr-x 1 pi   pi   1550 Mar 30 20:50 basic-install.sh
-rw-r--r-- 1 pi   pi    215 Mar 30 21:03 .wget-hsts                                        
-rwxr-xr-x 1 pi   pi    635 Mar 30 21:03 remove.sh
-rw------- 1 pi   pi   2065 Mar 30 21:04 .bash_history                                      
-rw------- 1 pi   pi     20 Mar 31 15:48 .lesshst                                          
-rwxr-xr-x 1 root root 2118 May 11 13:01 .xinitrc
-rw------- 1 pi   pi     32 May 12 19:20 lesbonscomptes.gpg~                                
-rw-r--r-- 1 pi   pi   8606 May 12 19:20 lesbonscomptes.gpg                                
drwx------ 4 pi   pi   4096 May 12 19:20 .gnupg
drwx------ 3 pi   pi   4096 May 12 19:20 .
pi@moode:~ $
                                                               
pi@moode:~ $ sudo cp lesbonscomptes.gpg /usr/share/keyrings                                
                 
pi@moode:~ $ cd  /usr/share/keyrings                                                        
             
pi@moode:/usr/share/keyrings $ ls -altr                                                    
total 220                                                                                  
-rw-r--r--   1 root root  1183 Jan 13  2022 raspberrypi-archive-stable.gpg                  
-rw-r--r--   1 root root     0 Jan 13  2022 raspberrypi-archive-removed-keys.gpg            
-rw-r--r--   1 root root  1183 Jan 13  2022 raspberrypi-archive-keyring.gpg                
-rw-r--r--   1 root root 54031 Jul 30  2023 debian-archive-removed-keys.gpg                
-rw-r--r--   1 root root 56156 Jul 30  2023 debian-archive-keyring.gpg                      
-rw-r--r--   1 root root  2332 Jul 30  2023 debian-archive-buster-stable.gpg                
-rw-r--r--   1 root root  8141 Jul 30  2023 debian-archive-buster-security-automatic.gpg    
-rw-r--r--   1 root root  8132 Jul 30  2023 debian-archive-buster-automatic.gpg            
-rw-r--r--   1 root root  2453 Jul 30  2023 debian-archive-bullseye-stable.gpg              
-rw-r--r--   1 root root  8709 Jul 30  2023 debian-archive-bullseye-security-automatic.gpg  
-rw-r--r--   1 root root  8700 Jul 30  2023 debian-archive-bullseye-automatic.gpg          
-rw-r--r--   1 root root   280 Jul 30  2023 debian-archive-bookworm-stable.gpg              
-rw-r--r--   1 root root  8709 Jul 30  2023 debian-archive-bookworm-security-automatic.gpg  
-rw-r--r--   1 root root  8700 Jul 30  2023 debian-archive-bookworm-automatic.gpg          
-rw-r--r--   1 root root   903 Sep 16  2024 moodeaudio-m8y-archive-keyring.gpg              
drwxr-xr-x 166 root root  4096 Sep 16  2024 ..
-rw-r--r--   1 root root  8606 May 12 19:25 lesbonscomptes.gpg                              
drwxr-xr-x   2 root root  4096 May 12 19:25 .
pi@moode:/usr/share/keyrings $ cd                                                          
                                                                           
pi@moode:~ $ wget https://www.lesbonscomptes.com/upmpdcli/pages/upmpdcli-rbookworm.list
--2025-05-12 19:37:42--  https://www.lesbonscomptes.com/upmpdcli/pages/upmpdcli-rbookworm.li
st                                                                                          
Resolving www.lesbonscomptes.com (www.lesbonscomptes.com)... 62.210.16.61                  
Connecting to www.lesbonscomptes.com (www.lesbonscomptes.com)|62.210.16.61|:443... connected
.                                                                                          
HTTP request sent, awaiting response... 200 OK                                              
Length: 260 [application/octet-stream]                                                      
Saving to: ‘upmpdcli-rbookworm.list’                                                        
                                                                                           
upmpdcli-rbookworm.lis 100%[============================>]     260  --.-KB/s    in 0s      
                                                                                           
2025-05-12 19:37:43 (76.8 MB/s) - ‘upmpdcli-rbookworm.list’ saved [260/260]                
                                                                                           
pi@moode:~ $ ls -al
total 80                                                                                    
drwx------ 3 pi   pi   4096 May 12 19:37 .
drwxr-xr-x 3 root root 4096 Sep 16  2024 ..
-rw------- 1 pi   pi   2065 Mar 30 21:04 .bash_history                                      
-rw-r--r-- 1 pi   pi    220 Sep 16  2024 .bash_logout                                      
-rw-r--r-- 1 pi   pi   3523 Sep 16  2024 .bashrc                                            
-rwxr-xr-x 1 pi   pi   1550 Mar 30 20:50 basic-install.sh
-rwxr-xr-x 1 root root 4681 Mar 21 20:06 .dircolors
drwx------ 4 pi   pi   4096 May 12 19:20 .gnupg
-rw-r--r-- 1 pi   pi   8606 May 12 19:20 lesbonscomptes.gpg                                
-rw------- 1 pi   pi     32 May 12 19:20 lesbonscomptes.gpg~                                
-rw------- 1 pi   pi     20 Mar 31 15:48 .lesshst                                          
-rwxr-xr-x 1 root root  969 Dec 30 13:16 piano.sh
-rw-r--r-- 1 pi   pi    807 Sep 16  2024 .profile                                          
-rwxr-xr-x 1 pi   pi    635 Mar 30 21:03 remove.sh
-rw-r--r-- 1 pi   pi      0 Sep 25  2024 .sudo_as_admin_successful                          
-rw-r--r-- 1 pi   pi    260 Jun 30  2023 upmpdcli-rbookworm.list                            
-rw-r--r-- 1 pi   pi    215 Mar 30 21:03 .wget-hsts                                        
-rwxr-xr-x 1 root root 2118 May 11 13:01 .xinitrc
pi@moode:~ $ sudo cp ./upmpdcli-rbookworm.list /etc/apt/sources.list.d/
pi@moode:~ $ ls -la /etc/apt/sources.list.d
total 20                                                                                    
drwxr-xr-x 2 root root 4096 May 12 19:38 .
drwxr-xr-x 9 root root 4096 Sep 16  2024 ..
-rw-r--r-- 1 root root  523 Sep 16  2024 moodeaudio-m8y.list                                
-rw-r--r-- 1 root root  191 Sep 16  2024 raspi.list                                        
-rw-r--r-- 1 root root  260 May 12 19:38 upmpdcli-rbookworm.list                            
                                                 
pi@moode:~ $ cd /usr/share/keyrings                                                        
pi@moode:/usr/share/keyrings $ apt update
Reading package lists... Done                                                              
E: Could not open lock file /var/lib/apt/lists/lock - open (13: Permission denied)
E: Unable to lock directory /var/lib/apt/lists/
W: Problem unlinking the file /var/cache/apt/pkgcache.bin - RemoveCaches (13: Permission den
ied)                                                                                        
W: Problem unlinking the file /var/cache/apt/srcpkgcache.bin - RemoveCaches (13: Permission
denied)                                                                                    
pi@moode:/usr/share/keyrings $ cd
pi@moode:~ $ apt install upmpdcli-qobuz
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
pi@moode:~ $ cd /usr/share/keyrings                                                        
pi@moode:/usr/share/keyrings $ sudo apt update
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:3 http://archive.raspberrypi.com/debian bookworm InRelease [54.8 kB]
Get:5 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:6 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm InRelease [9,657
B]                                                                                          
Get:4 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm InRelease [3,091 B
]                                                                                          
Get:7 http://deb.debian.org/debian-security bookworm-security/main arm64 Packages [254 kB]
Get:8 http://deb.debian.org/debian-security bookworm-security/main armhf Packages [240 kB]
Get:9 http://deb.debian.org/debian-security bookworm-security/main Translation-en [154 kB]
Get:10 http://archive.raspberrypi.com/debian bookworm/main armhf Packages [539 kB]
Get:11 http://archive.raspberrypi.com/debian bookworm/main arm64 Packages [537 kB]
Get:12 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm/main Sources [17
.8 kB]                                                                                      
Get:13 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm/main arm64 Packa
ges [231 kB]                                                                                
Get:14 https://dl.cloudsmith.io/public/moodeaudio/m8y/deb/raspbian bookworm/main armhf Packa
ges [15.4 kB]                                                                              
Get:15 https://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm/main Sources [3,0
27 B]                                                                                      
221 packages can be upgraded. Run 'apt list --upgradable' to see them.                      
                                                               
pi@moode:/usr/share/keyrings $ cd
pi@moode:~ $ sudo apt install upmpdcli-qobuz
Reading package lists... Done                                                              
Building dependency tree... Done                                                            
Reading state information... Done                                                          
The following additional packages will be installed:                                        
 upmpdcli-tidal                                                                            
The following packages will be upgraded:                                                    
 upmpdcli-qobuz upmpdcli-tidal                                                            
2 upgraded, 0 newly installed, 0 to remove and 219 not upgraded.                            
Need to get 84.1 kB of archives.                                                            
After this operation, 41.0 kB of additional disk space will be used.                        
Do you want to continue? [Y/n] y                                                            
Get:1 http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm/main arm64 upmpdcli
-qobuz all 1.9.5-1~ppa1~bookworm [19.4 kB]                                                  
Get:2 http://www.lesbonscomptes.com/upmpdcli/downloads/raspbian bookworm/main arm64 upmpdcli
-tidal all 1.9.5-1~ppa1~bookworm [64.7 kB]                                                  
Fetched 84.1 kB in 6s (14.6 kB/s)        
Reading changelogs... Done
(Reading database ... 104749 files and directories currently installed.)                    
Preparing to unpack .../upmpdcli-qobuz_1.9.5-1~ppa1~bookworm_all.deb ...                    
Unpacking upmpdcli-qobuz (1.9.5-1~ppa1~bookworm) over (1.9.0-1moode1) ...                  
Preparing to unpack .../upmpdcli-tidal_1.9.5-1~ppa1~bookworm_all.deb ...                    
Unpacking upmpdcli-tidal (1.9.5-1~ppa1~bookworm) over (1.9.0-1moode1) ...                  
Setting up upmpdcli-qobuz (1.9.5-1~ppa1~bookworm) ...                                      
Setting up upmpdcli-tidal (1.9.5-1~ppa1~bookworm) ...                                      
pi@moode:~ $

Most excellent. I've was blocked again last might. My fault logging in too many times. Max 3 logins before it becomes restricted. Working OK this morning now. Enjoy Smile
Reply
#30
(05-12-2025, 09:29 PM)Tim Curtis Wrote:
(05-12-2025, 07:38 PM)simonb Wrote: Do we have an update per chance? upmpdcli-qobuz all 1.9.5-1moode1 [19.5 kB]

Yes, @bitlab built the 1.9.5 version of upmpdcli and the tidal & Qobuz plugins and uploaded to our CS repo.

@Tim Curtis Thanks for the update. Superb.
Reply


Forum Jump: