Add note about metadata being used or read.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
DataHoarder 2022-07-24 22:41:13 +02:00
parent de36a21672
commit 9909093da5
Signed by: DataHoarder
SSH key fingerprint: SHA256:OLTRf6Fl87G52SiR7sWLGNzlJt4WOX+tfI2yxo0z7xk

View file

@ -65,6 +65,8 @@ See [kawa API](https://github.com/Luminarys/kawa#api) for a general overview. Ad
Track blobs returned have a `queue_id` parameter, regardless of source.
Queue entry metadata (`title`, `artist`, `album`, and ReplayGain tags `track_peak`, `track_gain`, `album_peak`, `album_gain`) will be used if provided, then fallback to on-file tags where possible. These will be made available over `/np` and similar endpoints, and be exposed via ICY metadata and timing/metadata stream.
### `NEW` DELETE /queue/<queue_id>
Unqueues the track with `queue_id` specified as a parameter.