1.4.7 Add File into Playlist

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

Request

<msg Id="CTI_NSPK_SET_PLAYLIST_FILE_REQ">
<CTI_IE_REFERENCE Ref="0x422"/>
<CTI_NSPK_IE_PLAYLIST_FILE PlayListId="0x1" FileName="c:\SongNew.mp3" Priority="11"/>
</msg>

Response

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