2024-06-19, 04:32 PM
(This post was last modified: 2024-06-19, 04:34 PM by TheDreadPirate. Edited 1 time in total.)
If you create a new playlist are you able to see that?
If so, you can create a new playlist and then copy the contents of the XML for the old playlist and paste into the new XML. But only the portion with the playlist entries.
If so, you can create a new playlist and then copy the contents of the XML for the old playlist and paste into the new XML. But only the portion with the playlist entries.
Code:
<PlaylistItems>
<PlaylistItem>
<Path>/media/library/Music/Elfen Lied/Elfen Lied OST/00 Lilium.mp3</Path>
</PlaylistItem>
<PlaylistItem>
<Path>/media/library/Music/Rush/2112/01 2112.mp3</Path>
</PlaylistItem>
.....
<PlaylistItem>
<Path>/media/library/Music/Marina and The Diamonds/Electra Heart/04 Homewrecker.flac</Path>
</PlaylistItem>
<PlaylistItem>
<Path>/media/library/Music/Marina and The Diamonds/Electra Heart/07 Power & Control.flac</Path>
</PlaylistItem>
</PlaylistItems>