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