View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008786 | MMA | Synchronization | public | 2011-11-30 17:20 | 2012-10-20 00:51 |
Reporter | jiri | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Summary | 0008786: Improve wi-fi synchronization of auto-converted tracks | ||||
Description | As discussed over e-mail the synchronization workflow should be modified so that: a. Android downloads from PC the list of tracks for synchronization. b. Android attempts to download all tracks from the list that are marked for auto-conversion - this starts maximum (by CPU) number of auto-conversions on PC. c. Android get a list of already prepared auto-converted tracks and downloads them if some are available. d. If none is available in c., a track that doesn't need auto-conversion is downloaded. e. Repeat step c., if not finished. Ludek to implement lists in a. and c., Marek the rest then. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
a) and c) are implemented a) - list of tracks for synchronization: ServiceID = ‘ContentDirectory’, Action = ‘Browse’, ObjectID = ‘SyncList:DeviceID:<GUID>’, BrowseFlag = “BrowseDirectChildren”. c) - list of already prepared auto-converted tracks: ServiceID = ‘ContentDirectory’, Action = ‘Browse’, ObjectID = ‘SyncConverted:DeviceID:<GUID>’, BrowseFlag = “BrowseDirectChildren”. |
|
It is implemented, but assigned to me for two remaining issues: 1) Auto-converted track should be deleted immediatelly once is downloaded. 2) Currently it works only for the first sync after MM startup. Subsequent sync fails until MM is restarted. |
|
Fixed in 4.1.0.1600 |
|
Verified 47 and MMW 1602 |