Thanks for fixing this big issue.
But, there are a few smaller ones still left.
1. In the wiki example one can read that the playlist will look like that:
Code: Select all
Playlist
`- Node 1
|- Track 1
|- Track 2
`- Node 2
|- Track 3
`- Track 4
In real the example playlist shows up like this:
Code: Select all
Playlist
|- Track 1
|- Track 2
|- Track 3
`- Track 4
The xspf parser ignores the grouping of tracks.
2. The track id number given in the playlist is not shown in the dialog box when right clicking on the track an choosing information. Title and location are shown correctly.