View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014681 | MMW 5 | Sync | public | 2018-03-16 22:07 | 2018-05-31 21:04 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | crash | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0014681: Device Profile: AutoTag From filename issues | ||||
Description | 1. When directly do Auto Tag from filename on device UI under Artists -> Unknown Artists (ELF Attached) 2. Auto Tag From Filename under Artists -> Unknown Artists do not update MMA library with corrections | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 1865 | ||||
|
1) Based on the ELF there is freeze (30 seconds) when removing unused albums. I see that for this dialog updating all tracks into the database is performed on the main UI thread, this shouldn't be the case (as is already in MM5 where _all_ DB actions are performed in the background tasks) 2) I guess this has always been the case, is related to 0013910 that is on my TODO list |
|
1) Is fixed in 4.1.21.1865 , I've moved "removing of unused items" (albums, artists) to background task. Full fix is in MM5 (all DB access outside of the UI thread) |
|
2) Yes it was always like that, it would be good that MMW create mmstore.db.mmw so that MMA can update metadata according to changes. It is related to 0013910, but I think it should be handled separately. |