View Issue Details

IDProjectCategoryView StatusLast Update
0018919MMW 5Syncpublic2022-03-15 12:09
Reporterpeke Assigned To 
PriorityurgentSeverityminorReproducibilityunable to reproduce
Status resolvedResolutionunable to reproduce 
Target Version5.0.3 
Summary0018919: Playlists: MMA changed playlists overwrite MM5 playlist on sync
DescriptionIf user changes playlist in MMA and device profile have playlist back sync then no matter if changes to MM5 playlist are more recent MMA changed playlists override MM5 playlist changes on sync and sync MMA playlist instead of MM5 one.

I am unable to replicate, but have seen the issue with user on remote session.

Solution was to delete M3U and MMA playlist and sync over WiFi, which recreates playlist with one from MM5.
TagsNo tags attached.
Fixed in build

Relationships

related to 0017565 closedmartin MMA Sync settings default: disable 'update playlists from other apps' 

Activities

Ludek

2022-03-14 12:11

developer   ~0067282

Last edited: 2022-03-14 12:12

I also can't replicate.
Verified that the timestamp is compared correctly during syncing.
So the Playlists.date_modified in mmstore.db must be newer than Playlist.LastModified in MM5.DB for the changes to propagate.

i.e. further info is needed (at least debug log).

Also note that disabling this settings in MMA can have an impact on the issue:
MMA > Options > Update playlists from other apps [..]

peke

2022-03-15 09:19

developer   ~0067300

That how we finally solved it by disabling it at "MMA > Options > Update playlists from other apps [..]" User tested some apps and when they sort playlist theuy also update M3U which MMA picked and synced back to MM5.

Problem is that Playlist modified date in MM5 was after last sync, but MMA Playlists.date_modified is also newer, so instead MM5 changes are preferred MMA overwrite it.

Ludek

2022-03-15 12:09

developer   ~0067309

It is already disabled by default, see: 0017565