View Issue Details

IDProjectCategoryView StatusLast Update
0012103MMW v4Synchronizationpublic2015-02-28 13:16
Reporterpeke Assigned To 
PriorityurgentSeveritymajorReproducibilityalways
Status assignedResolutionopen 
Product Version4.1.4 
Target Version4.1.7 
Summary0012103: Playlist sync: Paths/Filenames are synched with incorrect case
DescriptionWhen exporting playlists during sync Playlists corresponds to path/filenames as of time of scanning and not to actual path case.

Example:
On scan path was "C:\Test Music\Queen - miracle.mp3" and if user manually change path case to "C:\TEST MUSIC\Queen - miracle.mp3" an exported M3u8 have incorrect case.

Notes:
1. It is not an problem for windows as it is case insensitive, but Linux and MAC OS apps can make problems due teh fact that you can have two folders "C:\Test Music\" and "C:\TEST MUSIC\" in same path where apps on thos esystem complain of file not accessible.

2. When using Manual Export to Playlist and Export playlist and child playlists from zvezdan than playlists are exported correctly.
Additional InformationAYP-483-49610
TagsNo tags attached.
Fixed in build

Activities

peke

2015-01-24 21:54

developer   ~0041841

Last edited: 2015-01-24 22:32

Triaged for MM5 as it will work on case sensitive systems.

peke

2015-01-25 15:31

developer   ~0041844

Reverted back to 4.1.6 in order to triage/investigate.

User is pointing that this only happen if MWM do Auto-Sync and if user do manual sync all is OK.

Ludek

2015-01-26 20:56

developer   ~0041856

Last edited: 2015-01-26 20:57

Peke, can you clarify?

From what I understand the user uses sync mask like <Path> in Device -> Options -> File Locations, right?

I tried following:
1) Changed target mask for music to <path> and added 1 file on sync list
2) Synced the file => all as expected
3) Renamed the root file folder from 'Music' to 'MUSIC'
4) Deleted the 'Music' folder from the device
5) Auto-synced => 'MUSIC' folder was created as expected
6) Deleted the 'MUSIC' folder on the device and used right-click send to device on the file
=> 'MUSIC' folder was created again as expected
and also the links in the m3u were with correct case

From my perspective the issue here is that the user has inconsistencies in his database, he probably renamed (changed case) only for a subset of tracks and thus sometimes they are synced to 'MUSIC' and sometimes to 'Music' depending which one was created earlier, right?

But on Windows you simply cannot create 'Music' folder if 'MUSIC' already exists, so I don't understand what is the issue here, please clarify.

Ludek

2015-02-09 12:58

developer   ~0041992

As discussed with the user from AYP-483-49610, it might be related to USBMass plugin only. To be verified...

peke

2015-02-28 13:16

developer   ~0042221

Tested, this really looks like USBMass Plugin issue.