View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012809 | MMA | DB | public | 2015-07-30 22:45 | 2015-08-10 21:42 |
Reporter | peke | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 1.1.3 | ||||
Target Version | 1.1.3 | Fixed in Version | 1.1.3 | ||
Summary | 0012809: Library do not work on LP 5.1 | ||||
Description | After Upgrade to 5.1 Motorola G started behave iradically and lost all library location and access rights. As there was test bug on Motorola G 4G LTE LP 5.1 side in past I reselected Music Location and all seamed normal until phone restart and/or MMA update where I would need to follow specific tests to gain access to all tracks. Pictures and MediaMonkey folders from all storages are on FTP EDIT: I can replicate this behavior every time I follow steps, and I'm guessing that problem is that XML file is not saved so MMA works while not closed | ||||
Steps To Reproduce | upgrade MMA: 1. Start MMA Pic 0.png 2. Reselect Folders and navigate tracks 1.png (Only external SD card Music Folder) 2a. only 7 tracks are listed 2.png and 3.png 3. return to main screen 4. navigate Folders 5. Play Whole Music Folder 6. Go to main screen 7. browse tracks (list gets filled up till all tracks are scanned) 8. go back to folders and now MMA Library show correct number of tracks 4.png 9. Log Sent after that step 5.png NOTE corresponding LOG IDs are seen in pictures | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 465 | ||||
|
Added Screenshot when bug happen Playlists are lost too |
|
I have created a build 464 with additional logs. It looks like the tracks have some unsupported type. This type is not checked when browsing Folder view. |
|
So it is really caused by invalid type of media in MediaStore DB. There are 5 flags indicating that the media is music, podcast, ringtone, notification or alarm. But none of these flags is set. We only sync podcasts and music to MMA. When browsing of folders, tracks that are missing in MMA DB are added. We don't check the media type there - that is why the tracks are all added. I suggest to sync tracks with type music, podcast or with no type. I also suggest to add checking of type to all situations - so it will be unified. |
|
Fixed in build 465 |