
151 | P a g e
add_to_playlist_tab (tab_index int, item_id string)
Description: Copy playlist items from one playlist to another.
Tab_index- The destination of the items being copied. Numeration starts at 0.
Item_id- Describes the playlist items being copied. Reference items by their “tab index and item
index” format as follows:
"tab index"-"item index"
In both cases the numeration starts at 0. Multiple items can be listed and separated by pipes.
Example:
D.15 TABS
add_new_tab (type string, tab_name string)
Description: Add a new Playlist or Tagslist tab and name it.
Type- Use "playlist" as a value to add a new playlist tab. Use "tagslist" as a Value to add a new Tags
Tab
Tab_name- Provide a name for the new tab.
Example:
delete_tab (type string, tab_index int)
Description: Delete a Playlist or Tagslist tab.
Type- "playlist" to delete a playlist tab. "tagslist" to delete a Tags Tab
Tab_index- The index of the tab to be deleted, numeration starts at 0.
Example:
Komentarze do niniejszej Instrukcji