maarten / Ximian

Generate an iTunes XML from your Swinsian (smart) playlists
MIT License
8 stars 1 forks source link

"Artist" tag missing from list of generated fields in XML #6

Open dag2108 opened 1 year ago

dag2108 commented 1 year ago

Hi, I noticed that when I generate an XML library file from my Swinsian music library, that the "Artist" tag is missing from the output file. Both the "Album" and "Album Artist" tags are generated, but the basic "Artist" tag is not. The "Artist" tag would be extremely helpful (it's quite essential actually) to have included in the output.

I'm not sure if this is the source of the issue, but I can see that "Artist" is missing from what looks like the track field array list in this file located here, starting on line 88: https://github.com/maarten/Ximian/blob/master/Ximian/main.swift

Could we have this updated or could somehow explain to me how to do this on my own? :-)

Thank you

dag2108 commented 1 year ago

@maarten I went ahead and submitted a pull request for this, I was able to upgrade the code to Swift 5 and fix the "Artist" and "Track Number" tags, which were not importing.