Skip to content

0.7 Song Sets

murph edited this page Mar 20, 2013 · 6 revisions

Back to 0.7 API

Song Sets provide arbitrary song grouping for given players.

Endpoints

/players/player_id/song_sets

Follows List Semantics

A list of Song Sets for the given player.

When creating a new song set, the field owner will be ignored and set for you.

The field songs can be set to an array of Library Entry IDs.

The player may or may not be configured to allow non-admin/non-owner user to create/modify song sets. If it is, the player must be active and the user must be participating with the player in order to do so.

/players/player_id/song_set/song_set_id/songs

Follows List Semantics

A list of Library Entries.