I have a recursive playlist (or playlist tree): an index.xspf file that contains other xspf files and some ogg files. With VLC 0.8.6, I could play one ogg file after the other in the recursive playlist: when the end of an xspf file had been reached, the next xspf file was taken into account. With VLC 0.9.5 (under Mac OS X), this no longer works: when the end of an xspf file is reached, VLC stops playing instead of going on with the next ogg file (either from the next xspf file or from the root index.xspf file).
In case this isn't clear, I expect A.ogg, B.ogg, C.ogg, D.ogg, E.ogg, F.ogg, G.ogg to be played in sequence from the playlist tree below.
index.xspf
- file1.xspf
- file2.xspf
- E.ogg
- file3.xspf