mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-24 11:59:16 -05:00
[readme] Add "comment" field to readmes
This commit is contained in:
parent
44c24cee0f
commit
d49cdc2388
@ -2547,6 +2547,7 @@ curl --include \
|
|||||||
| album_artist_id | string | Album artist id |
|
| album_artist_id | string | Album artist id |
|
||||||
| composer | string | Track composer |
|
| composer | string | Track composer |
|
||||||
| genre | string | Genre |
|
| genre | string | Genre |
|
||||||
|
| comment | string | Comment |
|
||||||
| year | integer | Release year |
|
| year | integer | Release year |
|
||||||
| track_number | integer | Track number |
|
| track_number | integer | Track number |
|
||||||
| disc_number | integer | Disc number |
|
| disc_number | integer | Disc number |
|
||||||
|
@ -30,6 +30,7 @@ Where valid field-names (with their types) are:
|
|||||||
* `title` (string)
|
* `title` (string)
|
||||||
* `genre` (string)
|
* `genre` (string)
|
||||||
* `composer` (string)
|
* `composer` (string)
|
||||||
|
* `comment` (string)
|
||||||
* `path` (string)
|
* `path` (string)
|
||||||
* `type` (string)
|
* `type` (string)
|
||||||
* `grouping` (string)
|
* `grouping` (string)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user