-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I have noticed that itunesexport is having issues with converting one of my tracks in the xml file. The entry for this track is entirely missing in the generated M3U file. I think it might be something with the track metadata being written in japanese kanji alphabet.
Here's the XML entry:
<dict>
<key>Track ID</key>
<integer>10040</integer>
<key>Name</key>
<string>紅蓮華 - From THE FIRST TAKE</string>
<key>Artist</key>
<string>Lisa</string>
<key>Composer</key>
<string>Kayoko Kusano</string>
<key>Album</key>
<string>紅蓮華 - From THE FIRST TAKE</string>
<key>Genre</key>
<string>J-Pop</string>
<key>Kind</key>
<string>Apple Lossless audio file</string>
<key>Size</key>
<integer>87019863</integer>
<key>Total Time</key>
<integer>254960</integer>
<key>Disc Number</key>
<integer>1</integer>
<key>Disc Count</key>
<integer>1</integer>
<key>Track Number</key>
<integer>1</integer>
<key>Track Count</key>
<integer>1</integer>
<key>Year</key>
<integer>2020</integer>
<key>Date Modified</key>
<date>2024-05-23T07:10:25Z</date>
<key>Date Added</key>
<date>2024-05-23T07:10:12Z</date>
<key>Bit Rate</key>
<integer>2727</integer>
<key>Sample Rate</key>
<integer>96000</integer>
<key>Play Count</key>
<integer>1</integer>
<key>Play Date UTC</key>
<date>2024-05-23T07:14:36Z</date>
<key>Release Date</key>
<date>2020-12-25T12:00:00Z</date>
<key>Persistent ID</key>
<string>09A82CBC99A4A388</string>
<key>Location</key>
<string>file:///Users/newkind/Music/Music/Media.localized/Music/Lisa/%E7%B4%85%E8%93%AE%E8%8F%AF%20-%20From%20THE%20FIRST%20TAKE/01%20%E7%B4%85%E8%93%AE%E8%8F%AF%20-%20From%20THE%20FIRST%20TAKE.m4a</string>
</dict>
Thank you for your hard work and this awesome tool! :)
Metadata
Metadata
Assignees
Labels
No labels