VLC 3.0.16 xspf playlist - syntax issue with vlc:node
Posted: 02 Nov 2021 18:16
The VLC-Wiki describes the node element as follows
I have created a xspf-playlist with radio streams which is working fine with VLC 3.0.7.1 on Windows 7.
But when I use the same playlist with VLC 3.0.16 on Windows 10
instead of one node, each vlc-id appears as a single entry in the playlist.
This issue is related to this topic Playlists don't create or function properly
It seems to me that vlc 3.0.16 does not interpret the vlc:node option correctly
R2D2
Code: Select all
[The vlc:node] element will be displayed as a node in the playlist.
It appears as an extension of the playlist block (under playlist/extension). Only its name can be specified:
<vlc:node title="Node title">
[list of vlc:item or vlc:node]
</vlc:node>
But when I use the same playlist with VLC 3.0.16 on Windows 10
instead of one node, each vlc-id appears as a single entry in the playlist.
This issue is related to this topic Playlists don't create or function properly
It seems to me that vlc 3.0.16 does not interpret the vlc:node option correctly
R2D2