Summary: | Labels and lyrics are not shown for tracks in (main and saved) playlists on Amarok statup | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Daniel Faust <hessijames> |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matej, teo |
Priority: | NOR | ||
Version: | 2.5-git | ||
Target Milestone: | 2.6 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/f1475a1060739030fc1bdb06b2557b7560896ace | Version Fixed In: | 2.6 |
Sentry Crash Report: |
Description
Daniel Faust
2012-05-01 09:00:27 UTC
I can confirm this. I think that it is connected to the way how Meta::Tracks are re-created from saved files on startup. (because deleting and adding the song back to the playlist rescues the tags) When https://git.reviewboard.kde.org/r/104966/ is merged, this will affect lyrics, too. This gives me hint where the bug is, lets see. Git commit f1475a1060739030fc1bdb06b2557b7560896ace by Matěj Laitl. Committed on 16/05/2012 at 21:47. Pushed by laitl into branch 'master'. MetaProxy: implement more Track and Album methods BUGFIXES: * Lyrics, labels and album actions are correctly displayed for tracks from main and saved playlists on Amarok startup FIXED-IN: 2.6 DIGEST: bugfix M +2 -0 ChangeLog M +103 -21 src/core-impl/meta/proxy/MetaProxy.cpp M +34 -27 src/core-impl/meta/proxy/MetaProxy.h M +61 -17 src/core-impl/meta/proxy/MetaProxy_p.h http://commits.kde.org/amarok/f1475a1060739030fc1bdb06b2557b7560896ace |