| ...playlistitem |
| pos |
Return the position of the item inside the playlist.
Parameters
none Return int
- Item position (From 0 to items count -1) |
| filename(default) |
Filename of the playlist item.
Parameters
none Return str
- The filename |
| play |
Start playback of the playlist item.
Parameters None
Return None
|
| shortfn |
Short filename of the playlist item.
Parameters None
Return str
- Short filename. |
| friendly |
Friendly name of the playlist item.
Parameters None
Return str
- Friendly name. |
| profile |
Profile name, if a profile is assigned.
Parameters Node
Return str
- Profile filename |
| title |
Title number of the playlist item.
Parameters None
Return int
- Title number. |
| duration |
Duration in milliseconds of the
playlist item.
Parameters None
Return int
- Duration in milliseconds |
| delete |
Remove the playlist item from the
playlist.
Parameters
None
Return None
|