Skip to content

Commit 9b4b3c3

Browse files
committed
doc/protocol.rst: document RealUri
1 parent 3dfbbee commit 9b4b3c3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ver 0.25 (not yet released)
55
- show detailed seek errors
66
- support filename "cover.jxl" for "albumart" command
77
- "albumart" response includes a "file" field with the artwork path
8+
- song property "RealUri"
89
* decoder
910
- faad: implement seeking
1011
- faad: output 32 bit floating point samples instead of 16 bit integer

doc/protocol.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,9 @@ may contain :ref:`song tags <tags>` and other metadata, specifically:
391391
fractional part). Example: ``60-120`` plays only the second minute;
392392
"``180`` skips the first three minutes.
393393

394+
- ``RealUri``: if this song really refers to another file (e.g. a
395+
track in a CUE sheet), then this is its URI.
396+
394397
- ``Format``: the audio format of the song
395398
(or an approximation to a format supported by MPD and the
396399
decoder plugin being used). When playing this file, the

0 commit comments

Comments
 (0)