Summary: | Albums with multiple disks not listed correctly (Ampache collection) | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Matteo Agostinelli <agostinelli> |
Component: | Services/Ampache | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | maps, msched, nhn |
Priority: | NOR | ||
Version: | 2.5.0 | ||
Target Milestone: | 2.6 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/9ccf60b4862d645d2de87dfaf3e10e806e8efa72 | Version Fixed In: | 2.8 |
Sentry Crash Report: | |||
Attachments: | Screenshot of the problem |
Description
Matteo Agostinelli
2010-09-02 11:12:49 UTC
Created attachment 53898 [details]
Screenshot of the problem
as you can see on the screenshot, there are two albums called "Videodrom". these two albums repesent 2 disks.
on expanding, both albums get the content of the disk you expand first. guess it get cached by album name some way, so on the 2nd expand, the title list is NOT fetched from ampache.
problem still present in lastes 2.4-GIT Still present in 2.4.1 (In reply to comment #3) > Still present in 2.4.1 i can confirm. that is the most annoying bug in the ampache plugin, please fix! Still not fixed in 2.5.0. Git commit 9ccf60b4862d645d2de87dfaf3e10e806e8efa72 by Ralf Engels. Committed on 28/01/2013 at 19:57. Pushed by rengels into branch 'master'. Refactoring Ampache service Eliminate duplicate code Handle rating, year, disc number Handle multiple Ampache albums mapping to one Amarok album FIXED-IN: 2.8 M +20 -0 src/services/ampache/AmpacheMeta.cpp M +31 -0 src/services/ampache/AmpacheMeta.h M +2 -0 src/services/ampache/AmpacheService.cpp M +393 -280 src/services/ampache/AmpacheServiceQueryMaker.cpp M +17 -12 src/services/ampache/AmpacheServiceQueryMaker.h http://commits.kde.org/amarok/9ccf60b4862d645d2de87dfaf3e10e806e8efa72 |