- Source
Methods
(static) album(itemNode) → {void}
A music album. Play the entire album starting with track 1.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) artist(itemNode) → {void}
A music artist. Shuffle play all songs by artist.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) audio(itemNode) → {void}
A single audio file.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) boxset(itemNode) → {void}
A boxset. Play all items inside.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) collectionFolder(itemNode) → {void}
Quick Play A CollectionFolder. Shuffle play the items inside with some differences based on collectionType.
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) folder(itemNode) → {void}
Quick Play A folder. Shuffle play all items found
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) multipleSeries(itemNodes) → {void}
More than one TV Show Series. Shuffle play all watched episodes
Name | Type | Description |
---|---|---|
itemNodes | object |
- Type:
- void
(static) musicVideo(itemNode) → {void}
A single music video file.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) person(itemNode) → {void}
Quick Play A Person. Shuffle play all videos found
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) photo(itemNode) → {void}
A single photo.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) photoAlbum(itemNode) → {void}
A photo album.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) playlist(itemNode) → {void}
Quick Play A Playlist. Play the first unwatched episode. If none, play the whole season starting with episode 1.
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) program(itemNode) → {void}
Quick Play A Live Program
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) pushToQueue(queueArray, shufflePlayopt) → {void}
Takes an array of items and adds to global queue. Also shuffles the playlist if asked
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
queueArray | object | |||
shufflePlay | boolean | <optional> | false |
- Source
- Type:
- void
(static) season(itemNode) → {void}
A TV Show Season. Play the first unwatched episode. If none, play the whole season starting with episode 1.
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) series(itemNode) → {void}
A TV Show Series. Play the first unwatched episode. If none, shuffle play the whole series.
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) tvChannel(itemNode) → {void}
Quick Play A TVChannel
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) userView(itemNode) → {void}
Quick Play A UserView. Play logic depends on "collectionType".
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void
(static) video(itemNode) → {void}
A single video file.
Name | Type | Description |
---|---|---|
itemNode | object |
- Source
- Type:
- void
(static) videoContainer(itemNode) → {void}
A container with some kind of videos inside of it
Name | Type | Description |
---|---|---|
itemNode | object |
- Type:
- void