Show album art in Windows task bar and MacOS "now playing" controls#1198
Show album art in Windows task bar and MacOS "now playing" controls#1198MrEricSir wants to merge 3 commits intojellyfin-archive:masterfrom
Conversation
Test Coverage |
|
Just a heads up - I'm currently planning to replace the Qt desktop client with a complete rewrite built on SDL and CEF. No timeline yet as I've only recently gotten it to a stableish point on all three platforms (Lin/Mac/Win). Album art is working well on all three platforms too. No formal releases yet, but the latest builds can be found at https://github.com/jellyfin-labs/jellyfin-desktop-cef |
|
Out of curiosity, have you looked into Tauri? Not sure what it would take to integrate Jellyfin with it, but it's far more lightweight than bundling CEF (on most platforms), very actively maintained, and I believe there's an existing MPV plugin for it. |
|
Yup. The problem with Tauri is that it uses webkitgtk on Linux and that tends to be slow. However, I am looking out for when cef-rs gets to a usable point https://github.com/tauri-apps/cef-rs |
Updates controls to fix bugs preventing album art from displaying.
Other fixes in the same widgets: