View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012924 | MMA | General | public | 2015-10-27 15:51 | 2015-11-01 13:05 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Alcatel Idol 3 | OS | Android | OS Version | 5.0.2 |
Product Version | 1.1.3 | ||||
Target Version | 1.2.0 | Fixed in Version | 1.1.3 | ||
Summary | 0012924: On initial run, device content doesn't scan (regression in beta builds) | ||||
Description | After installing _beta_ build 491, the 'hourglass' appears indicating that content is being synced from the media store, however, no content appears in the library (even though content exists both on internal storage and on the sd card, and the Library folders are configured correctly). If the user then clicks Options > Choose library folders and exits the options screen, the hourglass re-appears and this time the content appears in the library. Debug logs: Failed sync on startup: 9LOUKTU5N3 Successful sync after clicking Options > Choose library folders: AVC91SXM5V Notes: - the bug only occurs on some devices (I consistently replicate it on an Idol 3 running Android 5.0.2, but not on other devices) - after going through the usecase again, I wonder if the problem may be that the initial MediaStore sync occurs prior/while the user is granting access to external storage. | ||||
Tags | No tags attached. | ||||
Fixed in build | 494 | ||||
|
Fixed in build 494 |
|
Tested on 494 and: On a Nexus 5/Marshmallow, content scanned/displayed correctly (including playlists), however--and I'm not sure if this is a bug or not--the choose library folders dialog only had /Music and /Movies selected, but not /Playlists. Debug log: NAY3PT85DF On an Alcatel Idol 3/Android 5.0.2, I was prompted to grant access to SD Card: /Playlists, /Videos, /Music, and access was granted as expected. Debug log: RRRV8QR78T But, as in the above case, when I visited the 'Choose library folders' dialog, /Playlists was not selected (again, I'm not sure if this is a bug): Debug log: BC3GUPCS8H Note: for case 2, I also happened to test by selecting individual folders in the Grant Access dialog. When I did so, then the 'Choose library folders' dialog was correctly updated with all of the folders that were individually granted access. |
|
Scanned folders are not the same set of paths as set of paths that need permission for write access. We never include playlist folders in directory to scanned folders because there are no media but we need the write access for playlist modifications. It is correct behaviour. |
|
ok, thanks for clarifying. Closing. |