View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009922 | MMA | Navigation | public | 2012-11-05 07:01 | 2014-08-19 20:55 |
Reporter | rusty | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.0.1 | ||||
Target Version | 1.1.1 | ||||
Summary | 0009922: Genres are empty during scan | ||||
Description | On xperia pro running GB 2.3.4 the genres view appears empty for the duration of the initial scan (about 10 minutes). | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
That's supposed to work this way due to limited API of Android's media store. I have an idea how to fix it, but this 'fix' would probably have a drawback - during the initial preparation of genres, there would no new tracks appear in MMA UI (e.g. in Albums, Artists, ... views). Which seems to make the current solution preferable. Anyway the idea: create a helper DB table MSGenreMedias having columns MSMedia, Genre. We are able to pre-fill this table on the beginning of our scan. Then, using a trigger, we could auto-fill genre for each newly added track to DB. |
|
If I had to choose, I'd stick with the current situation. Which implies there's nothing to be done. |
|
Ok, resolving. |