View Issue Details

IDProjectCategoryView StatusLast Update
0008786MMASynchronizationpublic2012-10-20 00:51
Reporterjiri Assigned To 
PriorityurgentSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Summary0008786: Improve wi-fi synchronization of auto-converted tracks
DescriptionAs 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.
TagsNo tags attached.
Fixed in build

Relationships

related to 0008610 closedLudek MMW v4 Wireless sync with android devices 

Activities

Ludek

2011-12-02 14:54

developer   ~0029206

Last edited: 2011-12-02 15:04

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”.

Ludek

2011-12-15 14:17

developer   ~0029491

Last edited: 2011-12-15 14:18

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.

Ludek

2011-12-15 16:44

developer   ~0029495

Fixed in 4.1.0.1600

peke

2012-10-20 00:51

developer   ~0032681

Verified 47 and MMW 1602