diff --git a/README.md b/README.md index de0f5d6..2240e8c 100644 --- a/README.md +++ b/README.md @@ -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/ Unqueues the track with `queue_id` specified as a parameter.