SUMMARY If the header bar and playlist are hidden, then the Now Playing view should show the track artist and album (and probably track name, but that's visible in the window title) STEPS TO REPRODUCE 1. Reduce the header bar until the track information disappears 2. Open the Now Playing view 3. Hide the playlist OBSERVED RESULT No track artist of album EXPECTED RESULT Track artist and album SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20230416 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.8 Kernel Version: 6.2.10-1-default (64-bit) Graphics Platform: X11 ADDITIONAL INFORMATION
Makes sense. We previously removed this information on the basis that was already visible in the header. But now that the header can be collapsed, it makes sense to conditionally re-add it. Probably doable by showing that metadata when persistentSettings.headerBarHeight is 0.
Hey! Gonna try to work on this one :D
A possibly relevant merge request was started @ https://invent.kde.org/multimedia/elisa/-/merge_requests/622
Git commit 578dc2687e04074d4fc91676363ba8749d0fb90f by Nate Graham, on behalf of Engin Karakurt. Committed on 05/09/2024 at 16:01. Pushed by ngraham into branch 'master'. Remove filters to hide title, artist, and album from Now Playing view This way the information is always easily visible to the user, regardless of parts of the UI being hidden or not. FIXED-IN: 24.08.1 M +0 -3 src/models/trackcontextmetadatamodel.cpp https://invent.kde.org/multimedia/elisa/-/commit/578dc2687e04074d4fc91676363ba8749d0fb90f
Git commit 303cb9b8dd4d0a2275784417c0b32ed693ade495 by Nate Graham. Committed on 05/09/2024 at 16:03. Pushed by ngraham into branch 'release/24.08'. Remove filters to hide title, artist, and album from Now Playing view This way the information is always easily visible to the user, regardless of parts of the UI being hidden or not. FIXED-IN: 24.08.1 (cherry picked from commit 578dc2687e04074d4fc91676363ba8749d0fb90f) e226bb61 Remove filters to show title, artist & album Co-authored-by: Engin Karakurt <street4597@proton.me> M +0 -3 src/models/trackcontextmetadatamodel.cpp https://invent.kde.org/multimedia/elisa/-/commit/303cb9b8dd4d0a2275784417c0b32ed693ade495