View Issue Details

IDProjectCategoryView StatusLast Update
0019358MMASynchronizationpublic2022-12-19 19:08
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version2.0.0 
Target Version2.0.1 
Summary0019358: Bi-di sync of playlists results in conflicting behavior (deletion and subsequent resync)
DescriptionIn cases where MMA is configured to sync content from the device to the server, MMA prompts the user to:
Upload the playlist (enabled by default)
Delete the playlist (disabled by default)

When a playlist is uploaded, it is also automatically added to the auto-sync list (so that it won't be deleted).
BUT if the user enables Deletion of the playlist, then the playlist is deleted from the device on sync, and will then be resynced to the device on the next sync operation (because it's been added to the auto-sync list)!

Would it make more sense for the user to only be able to confirm Upload OR Delete (rather than both)?
TagsNo tags attached.
Fixed in build

Activities

Ludek

2022-09-08 14:57

developer   ~0069184

Last edited: 2022-09-08 15:01

Are you sure that the playlist is deleted? I would expect that uploading it from MMA to MM5 causes the playlist to be added to sync-list and thus NOT subsequently deleted?

AFAIR this is how it always worked with MMA 1.X

Anyhow allowing either to upload or delete makes senso IMO

rusty

2022-09-08 15:02

administrator   ~0069185

Yes. The confirmation dialog for the playlist shows both an upload icon and a delete icon.
And when both are enabled, the described workflow is what resulted.