This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5818 - TagCache incorrectly filters by year
|
DetailsWhen using the 'Search by year' option in TagCache and selecting an artist from the list, the album list returned contains all albums by the artist, whatever their date.
For example, if I search for '1984', then select U2 from the artist list, I would expect to see only 'The Unforgettable Fire', but I see all U2 albums on my player. Discussed here: http://forums.rockbox.org/index.php?topic=4252.0 http://forums.rockbox.org/index.php?topic=4066.0 |
This task depends upon
Closed by Steve Bavin (pondlife)
Tuesday, 31 October 2006, 13:44 GMT+2
Reason for closing: Fixed
Additional comments about closing: Reported fixed by original reported.
Tuesday, 31 October 2006, 13:44 GMT+2
Reason for closing: Fixed
Additional comments about closing: Reported fixed by original reported.
[code]Also, if I create my own entry ("80's" artist ? year ^ "198" : album ? year ^ "198" : title) I get an artist listing for every song that artist has. For example, AH-HA has only one song (Take On Me) and shows up only once in the artist list, however U2 has over 200 songs on my ipod and is listed as many times in the artist screen.[/code]
This doesn't appear to be the current behaviour, but there are still some duplicate artist entries using the search string above
In summary, the searching and filtering by year seems flaky and perhaps needs a tidy up?
This task can now be closed