~jezra/muttonchop/obsidian

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
0.1.5
added hostname to "/system" API information
added "player/random", "player/random/toggle" to the API
added "player/loop", "player/loop/true", "player/loop/false" to the API
audio_continuous_play actually works now
added --quiet flag
removed libgee requirement
/player/next will play next queued item if player.player_status.state is not "PLAYING"
cleaned up when Data.clean() is run

0.1.4
can compile headless
switched to cmake
added server_port to config
added server_request_timeout to config
added "player/mute" to API
added "player/unmute" to API
added "queue/add" to API
added "queue/delete" to API
added "queue/list" to API

0.1.3
added --verbose flag # if (--verbose){ display stdout }
added "system" to API #needs more data
added "player/subtitles/SUBTITLE_ID" to API
added "audio/track/TRACK_ID" to API
added track_id to API output for "player/status"
0.1.2
add "/catcher/feed/ID" to API
improved API output for "/catcher/episode/ID"
added ID to /player/status output when playing a cast
add "volume_change" to API