View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009317 | MMW v4 | Synchronization | public | 2012-05-03 13:54 | 2012-11-07 12:06 |
Reporter | Ludek | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 4.0.5 | ||||
Target Version | 4.0.5 | Fixed in Version | 4.0.7 | ||
Summary | 0009317: iOS5: Playlists created in iPhone doesn't show in MediaMonkey interface | ||||
Description | 1. Create an own playlist directly in the device 2. Connect the device => the playlit is not visible in the tree (Device node->Playlists) Only those playlists synced by MediaMonkey are visible. The strange thing is that after say 2 minutes and restart of MediaMonkey the playlists are in MediaMonkey interface. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1502 | ||||
|
I found that the playlists created in the device are so called "OnTheGoPlaylists" and are added as plist XMLs into /iTunesControl/iTunes/ folder. The issue here is that iOS5 adds this XML not immediatelly when the playlist is created, but after say 2 minutes. Probably not a big issue and rather Apple's bug. Workaround could be if we would read them from its iPhone's SQLite DB, but there are some problems, especially containers_items table has somehow encoded content for unknown reason. |
|
I hope I Verified it correctly in 1508 can you give steps to ensure that I tested it correctly. |
|
This issue is now rather sub-issue of 0009373: iOS Bidi playlist sync fails I believe that this issue is fixed now and that you verified it correctly I just re-verified it and it works fine in 1508: 1. Created an own playlist callyed PLST1 directly in the iTouch 2. Connected the device => the playlit is visible in the tree (iTouch->Playlists->PLST1) including its tracks |