Introducing pleezer: a Deezer Connect player - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Feature requests (https://moodeaudio.org/forum/forumdisplay.php?fid=8) +--- Thread: Introducing pleezer: a Deezer Connect player (/showthread.php?tid=7116) |
RE: Introducing pleezer: a Deezer Connect player - Nutul - 12-03-2024 Is there any getVolume? or maybe the setVolume returns its previous value, so that we can invoke it twice... ;-) RE: Introducing pleezer: a Deezer Connect player - roderickvd - 12-03-2024 No, there is not. The Deezer app pushes a volume message, there is no way to query it. RE: Introducing pleezer: a Deezer Connect player - Nutul - 12-03-2024 (12-03-2024, 05:57 PM)roderickvd Wrote: No, there is not. The Deezer app pushes a volume message, there is no way to query it. I was almost sure... mine was more a "please, let it be so" kind of a question... ;-) RE: Introducing pleezer: a Deezer Connect player - Tim Curtis - 12-03-2024 Recent "full volume" issues in their app https://en.deezercommunity.com/ios-48/random-volume-increase-to-maximum-79619 If you scroll down a bit there is a post dated Nov 10 that indicates they are working on a fix but no timeframe for release. RE: Introducing pleezer: a Deezer Connect player - roderickvd - 12-09-2024 (12-03-2024, 08:42 PM)Tim Curtis Wrote: Recent "full volume" issues in their app I've been a bit busy over the past days, but just released v0.5.0 with this "--initial-volume" parameter. If you set it, it will keep that initial volume until the Deezer client sets a volume below 1.0. At that point, we assume that the volume is reported properly. This initial volume and logic is re-applied on every new session. I've also implemented shuffle on v0.5.0. Looks OK but can use some more testing. RE: Introducing pleezer: a Deezer Connect player - Tim Curtis - 12-09-2024 (12-09-2024, 10:17 PM)roderickvd Wrote:(12-03-2024, 08:42 PM)Tim Curtis Wrote: Recent "full volume" issues in their app Coolness. I'll build a new package and run some tests. The Deezer app is ... interesting ;-) RE: Introducing pleezer: a Deezer Connect player - Tim Curtis - 12-11-2024 The --initial-volume option works perfectly :-) How do I test shuffle? RE: Introducing pleezer: a Deezer Connect player - roderickvd - 12-11-2024 Just hit the shuffle button at the bottom-right corner: https://support.deezer.com/hc/en-gb/articles/115004263325-Launch-Music-On-Deezer On some playlists you can also directly start shuffle by pressing a shuffle button at the top of the list, between the title of the list and the list of tracks. Next features will be to also support podcasts and live radio. RE: Introducing pleezer: a Deezer Connect player - Tim Curtis - 12-11-2024 Tested shuffle and it works perfectly :-) RE: Introducing pleezer: a Deezer Connect player - roderickvd - 12-12-2024 Just released v0.6.0 with two key improvements: - more robust connection which you've reported earlier - restart session when user token has expired |