View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0013409 | MMA | Navigation | public | 2016-07-11 02:47 | 2024-06-27 15:59 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 1.2.0 | ||||
Target Version | 2.0.4 | ||||
Summary | 0013409: Genre: tracks with unknown genre not shown | ||||
Description | In 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...). | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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) |