[readme] Add "comment" field to readmes

This commit is contained in:
chme 2021-07-04 12:04:41 +02:00
parent 44c24cee0f
commit d49cdc2388
2 changed files with 2 additions and 0 deletions

View File

@ -2547,6 +2547,7 @@ curl --include \
| album_artist_id | string | Album artist id |
| composer | string | Track composer |
| genre | string | Genre |
| comment | string | Comment |
| year | integer | Release year |
| track_number | integer | Track number |
| disc_number | integer | Disc number |

View File

@ -30,6 +30,7 @@ Where valid field-names (with their types) are:
* `title` (string)
* `genre` (string)
* `composer` (string)
* `comment` (string)
* `path` (string)
* `type` (string)
* `grouping` (string)