12-14-2024, 12:03 PM
I can confirm connect/disconnect is very fast and reliable with 0.6.0 :-)
Thank you for your donation!
Introducing pleezer: a Deezer Connect player
|
12-14-2024, 12:03 PM
I can confirm connect/disconnect is very fast and reliable with 0.6.0 :-)
12-14-2024, 09:12 PM
Great to hear and thanks a lot for testing. I've done a quick v0.6.1 release too, to fix a disconnection if skipping to the next track, without the current track being fully downloaded. But unless you'd like it any different, I think I'll stop spamming this thread here :-)
Very excited to see moOde bringing this to the masses.
maintainer of librespot and pleezer
12-14-2024, 09:58 PM
Cool, I'll test tomorrow.
No prob I can just monitor the releases in your git repo.
12-27-2024, 09:47 PM
(This post was last modified: 12-27-2024, 10:15 PM by roderickvd.)
I see that the audio info always displays "FLAC" when the Deezer renderer is active. It seems hardcoded here:
https://github.com/moode-player/moode/bl...fo.php#L61 If it would help, I could output this as an environment variable for the hook script? If you'd want, there's a couple of things we could do: 1. Keep the Deezer naming: Basic, Standard, High Quality, High Fidelity 2. Distinguish between formats: MP3, FLAC, AAC (upcoming for some radio stations) 3. More correctly hardcode it to "MP3 or FLAC" Let me know how I can help.
maintainer of librespot and pleezer
12-28-2024, 12:19 AM
I would go with #2. That way users will know which format is being streamed :-)
12-28-2024, 08:13 AM
(This post was last modified: 12-28-2024, 08:31 AM by roderickvd.)
OK! As an environment variable to the hook script will work?
Would you like anything more, like bitrate? If so, in a separate variable or the same?
maintainer of librespot and pleezer
12-28-2024, 11:20 AM
Yes, env var for the hook script.
Maybe name it FORMAT whose value is COMPRESSION_FORMAT<space>BITRATE Examples: MP3 128K MP3 320K AAC 320K FLAC 1.411M That way it doesn't need any parsing for display :-)
12-28-2024, 04:22 PM
Added: https://github.com/roderickvd/pleezer/co...5416dff472
FLAC will show the average variable bitrate, like "FLAC 891K" or "FLAC 1.234M". That latest version also gracefully handles "killall" signals by disconnecting any Deezer clients, instead of having to wait for a timeout. You can now also do a "killall -HUP" to reload the configuration, if you want. In the meantime, working on getting podcast and livestream support :-)
maintainer of librespot and pleezer
01-17-2025, 11:07 PM
(This post was last modified: 01-17-2025, 11:30 PM by roderickvd.)
I just released v0.9.0 (edit: and v0.9.1 quickly after - I forgot something).
Now that pleezer is getting pretty feature-complete, this one focused on some significant performance and sound quality optimizations. Along the way I fixed a couple of bugs too. I have also found that to get the cover art for a podcast, you need to use a slightly different URL path: Code: https://cdn-images.dzcdn.net/images/talk/{cover_id}/{resolution}x{resolution}.{format}
maintainer of librespot and pleezer
|
« Next Oldest | Next Newest »
|