1.4.8 Modify File in Playlist

Enter the command to modify a file in an existing playlist. Defined by the PlayListId, FileId, FileName (full file path) and Priority parameters.

Request

<msg Id="CTI_NSPK_SET_PLAYLIST_FILE_REQ">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_NSPK_IE_PLAYLIST_FILE PlayListId="0x1" FileId="0x2" FileName="c:\SongWithModifiedPriority.mp3" Priority="5"/>
</msg>

Response

<msg Id="CTI_NSPK_SET_PLAYLIST_FILE_CONF">
<CTI_IE_REFERENCE Ref="0x421"/>
<CTI_IE_RESULT Result="OK"/>
</msg>