Thank you for your donation!


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


Introducing pleezer: a Deezer Connect player
I just released pleezer v0.19.0. So far, Deezer Connect remains available on iOS when you enable "Remote Control" under "Deezer Lab", and on Android when you use an older APK version. No idea for how long, but let's enjoy it while it lasts!

In v0.19.0 the device enumeration has changed. Therefore the virtual "_audioout" device that moOde uses won't work when you start with "pleezer -d ALSA|_audioout" like moOde is doing now. Instead, use the default output device and this to /etc/alsa/conf.d/default.conf:

Code:
pcm.!default {
   type plug
   slave.pcm "_audioout"
}

ctl.!default {
   type hw
   card 0
}
Run pleezer -d "?" to view the other output devices it now enumerates.

Management summary of the v0.19.0 changes:
  • mostly a maintenance release
  • more robust when output errors occur (for example, when the DAC gets disconnected in the middle of playback)
  • disconnects when playback starts on another device (for Deezer ToS compliancy)
I appreciated your continued donations to help me maintain pleezer and work on a native Qobuz renderer!
maintainer of librespot and pleezer, working on a qobuz connect player. sponsor me: https://github.com/sponsors/roderickvd
Reply


Messages In This Thread
RE: Introducing pleezer: a Deezer Connect player - by roderickvd - 07-19-2025, 09:34 PM

Forum Jump: