View Issue Details

IDProjectCategoryView StatusLast Update
0013014MMASynchronizationpublic2023-04-02 01:34
Reporterrusty Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status feedbackResolutionopen 
Product Version1.1.3 
Target Version2.0.2 
Summary0013014: No error when tracks fail to delete
DescriptionIf content is stored to a location which mma doesn't have access to, then when MMA attempts to delete the files, there's no error regarding the failure of the delete operation.

e.g. on a Kitkat device
1 USB Sync playlist/tracks via USB to the SD card
--> content is synced to /Music
2 Run MMA and remove playlist from auto-sync list
3 Initiate wi-fi sync
--> MMA indicates that tracks have been deleted, but
--> Tracks aren't removed (because MMA doesn't have write access) and there's no error!

MMA shouldn't indicate that the tracks have been deleted. Instead it should show eg. instead of '5 tracks deleted' it should show '2/5 tracks deleted'.
TagsNo tags attached.
Fixed in build

Relationships

related to 0010098 resolvedrusty Nicer handling of failed connection to the server 
related to 0019786 newmartin Sync report: Completed with errors / Failed to download provides no useful feedback 

Activities

marek

2016-01-21 11:44

developer   ~0043926

I suggest to postpone it to 1.1.4

The reason is that we currently ignore result of deletion on lowest DB level. It is due to prehistoric bug in Android. It was made at the start of development of MMA. The bug is probably completely fixed in Android and we can stop ignoring the result of deletion. But this need complete re-test of deletion in all parts of MMA. So it will be easy fix in 1.1.4 but I do not recommend to include it in 1.1.3.

rusty

2016-01-21 15:23

administrator   ~0043944

ok.

marek

2017-03-08 05:54

developer   ~0047434

We should implement it to 2.0 as soon as possible so we can completely retest the delete operation