View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0012103 | MMW v4 | Synchronization | public | 2014-07-08 21:40 | 2015-02-28 13:16 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | assigned | Resolution | open | ||
Product Version | 4.1.4 | ||||
Target Version | 4.1.7 | ||||
Summary | 0012103: Playlist sync: Paths/Filenames are synched with incorrect case | ||||
Description | When 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 Information | AYP-483-49610 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Triaged for MM5 as it will work on case sensitive systems. |
|
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. |
|
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. |
|
As discussed with the user from AYP-483-49610, it might be related to USBMass plugin only. To be verified... |
|
Tested, this really looks like USBMass Plugin issue. |