View Issue Details

IDProjectCategoryView StatusLast Update
0013409MMANavigationpublic2022-12-19 18:53
Reporterrusty Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version1.2.0 
Target Version2.0.3 
Summary0013409: Genre: tracks with unknown genre not shown
DescriptionIn the Genres view, tracks with Genre = "" are not shown. There should be an entry for 'Uknnown' that appears after all other Genres (as is the case with Artists, Albums, Composers, etc...).
TagsNo tags attached.
Fixed in build

Relationships

duplicate of 0016056 feedbackrusty Genre: Genre Browser is missing Unknown Genre 
related to 0012900 newmartin 'Unknown' attribute nodes appear in different positions in different views 

Activities

martin

2016-07-11 06:02

developer   ~0045117

Unknown item for genres was never implemented.
The reason was that tree structure for unknown genre should be same as for normal genre, but it requires new diffrent complicate queries (maybe new tables for optimalization would be needed).

Unknown genre
/Artists
/Artist/Albums
/Artist/Album/Tracks
/Artist/Track
/Albums
/Album/Tracks
/Tracks

All required views has to be modified to recognize whether genre is not specified.

We can implement it, but definitly it should be postpone to 1.2.1 or 2.0.0 (with #0012215)