Intro
1.
Quick Start
2.
Audio
3.
Config
4.
Disk
5.
Tor
6.
systemd
7.
Command Line
7.1.
Top-level flags
7.2.
Sub-command: signal
8.
Authorization
8.1.
JSON-RPC
8.2.
REST
8.3.
Documentation
9.
API Stability
9.1.
Marker
9.2.
JSON-RPC
9.3.
REST
9.4.
Misc
10.
Common Objects
10.1.
Collection
10.2.
Artist
10.3.
Album
10.4.
Song
10.5.
Key
10.6.
Entry
10.7.
Playlist
11.
JSON-RPC
11.1.
Quick Start
11.2.
Collection
11.2.1.
collection_new
11.2.2.
collection_brief
11.2.3.
collection_full
11.2.4.
collection_brief_artists
11.2.5.
collection_brief_albums
11.2.6.
collection_brief_songs
11.2.7.
collection_full_artists
11.2.8.
collection_full_albums
11.2.9.
collection_full_songs
11.2.10.
collection_entries
11.2.11.
collection_health
11.2.12.
collection_perf
11.2.13.
collection_resource_size
11.3.
Daemon
11.3.1.
daemon_config
11.3.2.
daemon_methods
11.3.3.
daemon_no_auth_rpc
11.3.4.
daemon_no_auth_rest
11.3.5.
daemon_remove_cache
11.3.6.
daemon_save
11.3.7.
daemon_seen_ips
11.3.8.
daemon_shutdown
11.3.9.
daemon_state
11.4.
State
11.4.1.
state_audio
11.4.2.
state_queue_key
11.4.3.
state_queue_song
11.4.4.
state_queue_entry
11.4.5.
state_playing
11.4.6.
state_repeat
11.4.7.
state_runtime
11.4.8.
state_volume
11.5.
Key
11.5.1.
key_artist
11.5.2.
key_album
11.5.3.
key_song
11.5.4.
key_entry
11.5.5.
key_artist_albums
11.5.6.
key_artist_songs
11.5.7.
key_artist_entries
11.5.8.
key_album_artist
11.5.9.
key_album_songs
11.5.10.
key_album_entries
11.5.11.
key_song_artist
11.5.12.
key_song_album
11.5.13.
key_other_albums
11.5.14.
key_other_songs
11.5.15.
key_other_entries
11.6.
Map
11.6.1.
map_artist
11.6.2.
map_album
11.6.3.
map_song
11.6.4.
map_entry
11.6.5.
map_artist_albums
11.6.6.
map_artist_songs
11.6.7.
map_artist_entries
11.6.8.
map_album_songs
11.6.9.
map_album_entries
11.7.
Current
11.7.1.
current_artist
11.7.2.
current_album
11.7.3.
current_song
11.7.4.
current_entry
11.8.
Rand
11.8.1.
rand_artist
11.8.2.
rand_album
11.8.3.
rand_song
11.8.4.
rand_entry
11.9.
Search
11.9.1.
search
11.9.2.
search_artist
11.9.3.
search_album
11.9.4.
search_song
11.9.5.
search_entry
11.10.
Playback
11.10.1.
toggle
11.10.2.
play
11.10.3.
pause
11.10.4.
clear
11.10.5.
stop
11.10.6.
next
11.10.7.
previous
11.10.8.
skip
11.10.9.
back
11.10.10.
seek
11.10.11.
shuffle
11.10.12.
repeat
11.10.13.
volume
11.10.14.
volume_up
11.10.15.
volume_down
11.11.
Queue
11.11.1.
queue_add_key_artist
11.11.2.
queue_add_key_album
11.11.3.
queue_add_key_song
11.11.4.
queue_add_map_artist
11.11.5.
queue_add_map_album
11.11.6.
queue_add_map_song
11.11.7.
queue_add_rand_artist
11.11.8.
queue_add_rand_album
11.11.9.
queue_add_rand_song
11.11.10.
queue_add_rand_entry
11.11.11.
queue_add_playlist
11.11.12.
queue_set_index
11.11.13.
queue_remove_range
11.12.
Playlist
11.12.1.
playlist_new
11.12.2.
playlist_remove
11.12.3.
playlist_clone
11.12.4.
playlist_get_index
11.12.5.
playlist_remove_index
11.12.6.
playlist_add_key_artist
11.12.7.
playlist_add_key_album
11.12.8.
playlist_add_key_song
11.12.9.
playlist_add_map_artist
11.12.10.
playlist_add_map_album
11.12.11.
playlist_add_map_song
11.12.12.
playlist_single
11.12.13.
playlist_brief
11.12.14.
playlist_full
12.
REST
12.1.
Quick Start
12.2.
/key
12.2.1.
/key/artist/$ARTIST_KEY
12.2.2.
/key/album/$ALBUM_KEY
12.2.3.
/key/song/$SONG_KEY
12.2.4.
/key/art/$ALBUM_KEY
12.3.
/map
12.3.1.
/map/$ARTIST_NAME
12.3.2.
/map/$ARTIST_NAME/$ALBUM_TITLE
12.3.3.
/map/$ARTIST_NAME/$ALBUM_TITLE/$SONG_TITLE
12.4.
/current
12.4.1.
/current/artist
12.4.2.
/current/album
12.4.3.
/current/song
12.4.4.
/current/art
12.5.
/rand
12.5.1.
/rand/artist
12.5.2.
/rand/album
12.5.3.
/rand/song
12.5.4.
/rand/art
12.6.
/art
12.6.1.
/art/$ARTIST_NAME
12.6.2.
/art/$ARTIST_NAME/$ALBUM_TITLE
12.7.
/playlist/$PLAYLIST_NAME
12.8.
/collection
Light
Rust
Coal
Navy
Ayu
festivald v1.0.0
Collection
Methods related for creating and viewing various info about the
Collection
.