Methods
(inner) clickConsume(mode) → {void}
    Handler for click on consume button
    Parameters:
| Name | Type | Description | 
|---|---|---|
| mode | string | single mode: "0" = off, "1" = consume, "oneshot" = consume one shot | 
- Source:
Returns:
- Type
- void
(inner) clickFastForward() → {void}
    Handler for click on fast rewind button
- Source:
Returns:
- Type
- void
(inner) clickFastForwardValue() → {void}
    Handler for click on fast rewind button in playback controls popover
- Source:
Returns:
- Type
- void
(inner) clickFastRewind() → {void}
    Handler for click on fast rewind button
- Source:
Returns:
- Type
- void
(inner) clickFastRewindValue() → {void}
    Handler for click on fast rewind button in playback controls popover
- Source:
Returns:
- Type
- void
(inner) clickFilesystemPlaylist(uri, event) → {void}
    Handler for click on playlists in filesystem view
    Parameters:
| Name | Type | Description | 
|---|---|---|
| uri | string | playlist uri | 
| event | event | the event | 
- Source:
Returns:
- Type
- void
(inner) clickFolder(uri) → {void}
    Handler for click on folder in filesystem view
    Parameters:
| Name | Type | Description | 
|---|---|---|
| uri | string | folder uri | 
- Source:
Returns:
- Type
- void
(inner) clickGotoPos() → {void}
    Handler for click on goto position button in playback controls popover
- Source:
Returns:
- Type
- void
(inner) clickNext() → {void}
    Handler for click on next song button
- Source:
Returns:
- Type
- void
(inner) clickPlay() → {void}
    Handler for click on play button
- Source:
Returns:
- Type
- void
(inner) clickPlaylist(uri, event) → {void}
    Handler for playlist links
    Parameters:
| Name | Type | Description | 
|---|---|---|
| uri | string | playlist uri | 
| event | event | the event | 
- Source:
Returns:
- Type
- void
(inner) clickPrev() → {void}
    Handler for click on prev song button
- Source:
Returns:
- Type
- void
(inner) clickQueueSong(songid, uri, event) → {void}
    Handler for song links in queue
    Parameters:
| Name | Type | Description | 
|---|---|---|
| songid | string | the song id | 
| uri | string | the song uri | 
| event | event | the event | 
- Source:
Returns:
- Type
- void
(inner) clickQuickPlay(target) → {void}
    Handler for quick play button
    Parameters:
| Name | Type | Description | 
|---|---|---|
| target | EventTarget | event target | 
- Source:
Returns:
- Type
- void
(inner) clickQuickRemove(target) → {void}
    Handler for quick remove button
    Parameters:
| Name | Type | Description | 
|---|---|---|
| target | EventTarget | event target | 
- Source:
Returns:
- Type
- void
(inner) clickQuickResumeSong(target) → {void}
    Handler for song resume - click on resume indicator
    Parameters:
| Name | Type | Description | 
|---|---|---|
| target | EventTarget | event target | 
- Source:
Returns:
- Type
- void
(inner) clickRadioFavorites(uri, event) → {void}
    Handler for webradio favorites links
    Parameters:
| Name | Type | Description | 
|---|---|---|
| uri | string | webradio favorite uri (filename only) | 
| event | event | the event | 
- Source:
Returns:
- Type
- void
(inner) clickResumeAlbum(event) → {void}
    Handler for resume album dropdown actions
    Parameters:
| Name | Type | Description | 
|---|---|---|
| event | Event | Click event | 
- Source:
Returns:
- Type
- void
(inner) clickResumePlist(event) → {void}
    Handler for resume playlist dropdown actions
    Parameters:
| Name | Type | Description | 
|---|---|---|
| event | Event | Click event | 
- Source:
Returns:
- Type
- void
(inner) clickResumeSong(event) → {void}
    Handler for resume song dropdown actions
    Parameters:
| Name | Type | Description | 
|---|---|---|
| event | Event | Click event | 
- Source:
Returns:
- Type
- void
(inner) clickSeek(value, relative) → {void}
    Seek handler
    Parameters:
| Name | Type | Description | 
|---|---|---|
| value | number | seek by/to seconds | 
| relative | boolean | true = number is relative | 
- Source:
Returns:
- Type
- void
(inner) clickSingle(mode) → {void}
    Handler for click on single button
    Parameters:
| Name | Type | Description | 
|---|---|---|
| mode | string | single mode: "0" = off, "1" = single, "oneshot" = single one shot | 
- Source:
Returns:
- Type
- void
(inner) clickSong(uri, event) → {void}
    Click song handler
    Parameters:
| Name | Type | Description | 
|---|---|---|
| uri | string | song uri | 
| event | event | the event | 
- Source:
Returns:
- Type
- void
(inner) clickStop() → {void}
    Handler for click on stop button
- Source:
Returns:
- Type
- void
(inner) clickWebradiodb(uri, event) → {void}
    Handler for webradioDB links
    Parameters:
| Name | Type | Description | 
|---|---|---|
| uri | string | stream uri | 
| event | event | the event | 
- Source:
Returns:
- Type
- void
(inner) toggleAdvPlaycontrolsPopover(event) → {void}
    Shows the advanced playback control popover
    Parameters:
| Name | Type | Description | 
|---|---|---|
| event | Event | triggering event | 
- Source:
Returns:
- Type
- void