Functionsยง
- add_
playlist - Adds a new playlist to the main app.
- add_
songs - Adds a list of songs to the main app.
- add_
to_ playlist - Adds a song to a playlist.
- gen_
hash - get_
current_ song - Retrieves the current song being played.
- get_
entity - get_
player_ state - Retrieves the current state of the player.
- get_
preference - Retrieves a preference value based on the provided data.
- get_
queue - Retrieves the current playback queue.
- get_
secure - Retrieves a secure preference value based on the provided data.
- get_
song - Retrieves a list of songs based on the provided options.
- get_
system_ time - get_
time - Retrieves the current playback time.
- get_
volume - Retrieves the current volume level.
- open_
external_ url - Opens an external URL.
- open_
sock - read_
sock - register_
oauth - Registers an OAuth token with the main app.
- register_
user_ preferences - Registers user preferences with the main app.
- remove_
song - Removes a song from the main app.
- set_
preference - Sets a preference value based on the provided data.
- set_
secure - Sets a secure preference value based on the provided data.
- unregister_
user_ preferences - Unregisters user preferences from the main app.
- update_
accounts - Updates the list of accounts in the main app.
- update_
song - Updates a song in the main app.
- write_
sock