Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing entry in the M3U EXT #13

Open
newkind opened this issue May 25, 2024 · 0 comments
Open

Missing entry in the M3U EXT #13

newkind opened this issue May 25, 2024 · 0 comments

Comments

@newkind
Copy link

newkind commented May 25, 2024

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! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant