View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0018919 | MMW 5 | Sync | public | 2022-03-10 22:15 | 2022-03-15 12:09 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | unable to reproduce |
Status | resolved | Resolution | unable to reproduce | ||
Target Version | 5.0.3 | ||||
Summary | 0018919: Playlists: MMA changed playlists overwrite MM5 playlist on sync | ||||
Description | If 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. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
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 [..] |
|
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. |
|
It is already disabled by default, see: 0017565 |