xbmc
Classes

**Kodi's Play List class. More...

Collaboration diagram for PlayList:

Classes

class  XBMCAddon::xbmc::PlayList
 

Detailed Description

**Kodi's Play List class.

**

{ xbmc.PlayList(playList) }

To create and edit a playlist which can be handled by the player.

Parameters
playList[integer] To define the stream type
Value Integer String Description
0 xbmc.PLAYLIST_MUSIC Playlist for music files or streams
1 xbmc.PLAYLIST_VIDEO Playlist for video files or streams

Example:

...
play=xbmc.PlayList(xbmc.PLAYLIST_VIDEO)
...