View Issue Details

IDProjectCategoryView StatusLast Update
0008759MMASynchronizationpublic2012-10-13 19:35
Reporterjiri Assigned To 
PriorityurgentSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Summary0008759: Synchronization of properties changes back to PC
DescriptionIn case there's any change in track's properties (Rating, Playcount, ...), it should be synchronized back to PC.

Note that this step should occur on two occasions:
1. When user manually starts Sync Now.
2. Whenever a property change occurs (e.g. on rating of a track), the application should try to find the configured PC server and submit this (and other not yet submitted) change.

The exact UPnP mechanism to be used needs to be specified, for performance reasons it might be easiest to upload the content of Modifications table as a whole. After successful submit of data to the PC, the sent Modifications should be flagged so in DB. Note that they could be deleted as well, but I'd rather keep them in the table at least for some time (like 1 month, or so).
TagsNo tags attached.
Fixed in build

Relationships

related to 0008610 closedLudek MMW v4 Wireless sync with android devices 

Activities

jiri

2011-12-28 12:35

administrator   ~0029650

The full set of properties to be synchronized this way should include:
Rating, Playcount, LastTimePlayed and Bookmark.
We could also consider SkipCount.

Later (not as a part of this issue), we would synchronize any metadata changes (e.g. when a track Title is edited).

marek

2012-01-10 11:41

developer   ~0029792

Implemented synchornization of rating, playcount, lasttimeplayed and bookmark

peke

2012-10-13 01:39

developer   ~0032516

Verified 44