Summary: | playlist displays various artists album incorrect | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | simon |
Component: | Playlist | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mikko.cal, nhn, rktspm, stharward, vikrant82 |
Priority: | NOR | ||
Version: | 2.0-SVN | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
screenshot
another screenshot collection-same problem |
Description
simon
2008-11-19 17:47:05 UTC
Created attachment 28699 [details]
screenshot
I can confirm this with today's svn. Created attachment 28763 [details]
another screenshot
all the tracks from the album are not grouped.
Confirming based on Mikko's comments. SVN commit 900391 by nhnielsen: Make the grouping in the playlist depend on album pointers instead of relying on artist and album names. This should fix issues with various artist albums nto being properly grouped. Because of the new private meta registry, the scripted servies are also ok with this way of grouping now. Unfortunately, this gloriously breaks grouping of albums loaded with Meta::File or Meta::stream classes (even if loaded from a playlist and having correct album information) as the implementation of these classes does not lend itself to using the registry. Most notable is storing a playlit with a librivox book (which is loaded from the playlist again as a series of Meta::Streams). These will no longer get grouped, even though they all have the same album names. BUG: 175604 M +1 -13 GroupingProxy.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=900391 Thanks for the fix. If I understood your explanation, then the fact of music added to the playlist not being grouped and not showing track numbers a consequence of this fix. Am I right about it? The fix only (potentially) adversely affects tracks loaded from the file browser and streams that are not loaded from a service (such as from a stored playlist) Doesn't same problem exists in collection tab. I have an album with various artists. I have arranged by collection as Genre/Album. Attached the screenshot for same. Created attachment 30521 [details]
collection-same problem
|