Posts: 88
Threads: 2
Joined: Oct 2021
Reputation:
5
(11-24-2024, 11:31 AM)Tim Curtis Wrote: The PR is more of a question for @bitlab but it looks good to my eye so I would just go ahead and merge it.
I won't be able to get to pleezer until after 9.1.5 is shipped, hopefully this month and so no immediate need for a new build.
That’s actually good, because now that other people are trying it, I’m getting the first compatibility issues to resolve. Good to have this shakedown period.
maintainer of librespot and pleezer
Posts: 88
Threads: 2
Joined: Oct 2021
Reputation:
5
Just released v0.3.0 with lots of fixes, including an important one where authorization failed for users who had never used the web player before.
maintainer of librespot and pleezer
Posts: 13,995
Threads: 318
Joined: Mar 2018
Reputation:
570
Nice.
I added most of the renderer framework for pleezer but still need to do an initial debug and test before committing the changes.
Posts: 88
Threads: 2
Joined: Oct 2021
Reputation:
5
Awesome.
(11-29-2024, 03:37 PM)Tim Curtis Wrote: ISSUES:
1. The Mac desktop Deezer app does not seem to have a "Discover Players" feature.
Yes, this is a limitation of Deezer:
https://support.deezer.com/hc/en-gb/arti...er-Connect
maintainer of librespot and pleezer
Posts: 88
Threads: 2
Joined: Oct 2021
Reputation:
5
(11-29-2024, 10:40 PM)Tim Curtis Wrote: ISSUE:
1. Output volume (from pleezer) is almost 100% even though "Deezer Connect" slider volume on iPhone is almost 0.
Note: When a renderer connects to moode, ALSA volume if present is set to 100% (0dB) based on the assumption the volume is controlled entirely by the client app.
2. After "disconnect" event happens the ALSA output is still busy.
#1 - Can you share the trace log messages? What happens if you change the volume?
#2 - Check question to be sure: the output is probably also busy when you haven't even connected yet? At the moment it opens the output, and never releases it. Indeed I can look into opening on connection, and closing on disconnection.
maintainer of librespot and pleezer
Posts: 88
Threads: 2
Joined: Oct 2021
Reputation:
5
#2b - Or do you mean that when you force-quit the iOS app, the queue continues to play? Yeah, I thought to mimic the behavior from Google Cast. Should we change it?
maintainer of librespot and pleezer