View Issue Details

IDProjectCategoryView StatusLast Update
0018044MMW 5Otherpublic2021-06-21 20:22
ReporterLudek Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version5.0 
Target Version5.0.2 
Summary0018044: Only some metadata are imported from others applications (iTunes, WMP)
DescriptionDebugging iTunes importing with user from ticket # 1725 and
watching the log, user's iTunes XML file and our code to import data from iTunes and I see that MM currently imports just playlists, ratings, playcount and last played data from the XML file. Everything others is read from the file tag itself.

So MM imports values like

<key>Play Count</key><integer>14</integer>
<key>Play Date UTC</key><date>2019-06-29T02:04:12Z</date>
<key>Rating</key><integer>100</integer>

but fails to import everything others, e.g.:
<key>Artist</key><string>Aaliyah</string>
<key>Album Artist</key><string>Aaliyah</string>
TagsNo tags attached.
Fixed in build

Activities

Ludek

2021-06-21 20:22

developer   ~0064040

This is probably "no issue" as iTunes always writes the other metadata to the file tag directly and MM can read it from there.

It's just not the case for user from ticket # 1725 -- to be found why.