ViPlay3 Playlist
Jump to navigation
Jump to search
- Extension: v3l
ViPlay3 Playlist is xml-based playlist format.
ViPlay3 has opensource (MPL 1.1) implementation written in Delphi: http://www.urusoft.net/download.php?lang=1&id=viplay3srcdl
tag names are case insensitive. attribute names seems to be case sensitive.
<ViPlay3.Playlist item_count="{number of items}" current_item="{last played item number + 1}" name="{unused, ViPlay3 always sets 'Default'}"> {items...} </ViPlay3.Playlist>
item:
<item source="{filename}"> <title>{item title}</title> <length>{item duration (integer of millisecond)}</length> </item>