XML Structure for External Playlists
To be recognized by PADS4, external playlists must follow a specific XML structure. Below is an example:Key Details:
- Playlist text items can contain multiple lines, separated by an [Enter].
- Duration and EffectDuration are measured in milliseconds.
Determining the Correct XML Structure
Each element type requires a slightly different XML format. To ensure the correct structure, follow these steps:- Insert the element type that will play the external playlist (e.g., a video/sound element for a video playlist).
- Manually add sample playlist items with content similar to what will be in the data source.
- Open the playlist window and retrieve the XML structure.
- Copy the XML to the clipboard and paste it into your data source.
- Modify the structure to meet your exact requirements.
Playback of External Playlists
The behavior of an external playlist is determined by:- The XML structure provided by the data source.
- The playlist options set within the page element.
- The default duration and default transition effects settings.
- If data scrolling is enabled, the scroll interval property will also influence playback.
Storing Playlists in a Column (XML Data Provider Only)
If you need to store nested playlists within an XML file, the XML parser may misinterpret the structure. To prevent this, replace< and > with < and >.
Example Corrected XML:
Playlist Enumerations Summary
Content Type Values
Effect Values
Final Notes
- Using external playlists ensures dynamic content updates without manual intervention.
- Data providers can be used to fetch real-time playlist items.
- Always test your XML structure by retrieving a sample from PADS4 before implementing it in a live environment.

