User guide

ES9600 User Guide Chapter 8: Remote control Protocols
84 Version 1.13
Example:
ListAllPlaylists
Playlist “someplaylist”
Playlist “anotherplaylist”
Playlist
ListPlaylist <playlistname>
This command returns a list of clips in a playlist.
Parameters:
<playlistname>
Name of the playlist to modify.
Player Response:
The player responds with a list of all clips in the specified playlist. The list is terminated with an empty
PlaylistEntry response line.
PlaylistEntry <playlistname> <clippath>
PlaylistEntry
Example:
ListPlaylist someplaylist
PlaylistEntry “someplaylist” “someclip.clp”
PlaylistEntry “someplaylist” “anotherclip.clp”
PlaylistEntry
LoadPlaylist <channel list> <playlistname>
This command loads a playlist onto the specified channels. The clips specified in the playlist must be available to
all channels identified in <channel list>.
Parameters:
<channel list>
A list of channels.
<playlistname>
Name of the playlist to load.
Player Response:
OK or ERROR
MovePlaylistItem <playlistname> <oldindex> <newindex>
This command changes the location of a clip within a playlist.
Parameters:
<playlistname>
Name of the playlist to modify.
<oldindex>
Playlist index of the clip to move.
<newindex>
The new index of the clip after the move.
Player Response:
OK or ERROR