I currently have a need to export the content of a smartlist to an XML document. I am a subscriber to Soundiiz that I use to synchronize all music I love on various streaming sites. Soundiiz has a cool feature where I may create playlists on its site to then synchronize with all streaming sites it currently supports. To do this, I create an XML document containing playlist content I wish to sync.
Can MC25 export content of a playlist into an XML document? I am not seeing XML as an output option. I do see "JRiver Smartlist XML", but this is a file containing only smartlist settings. I need an XML document showing all content.
Something like below as an example:
<?xml version="1.0"?>
<playlist>
<track>
<title>Starlights</title>
<artist>Oscillian</artist>
<album>Building Better Worlds</album>
</track>
<track>
<title>Mask</title>
<artist>Dance With the Dead</artist>
<album>Into the Abyss</album>
</track>
</playlist>