docs/api: add info about cover & cropCover

This commit is contained in:
wukko 2025-06-26 17:39:05 +06:00
parent e4ce873b56
commit 655e7a53a2
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -144,11 +144,13 @@ all keys in this table are optional.
| `date` | `string` | release date or creation date | | `date` | `string` | release date or creation date |
#### audio object #### audio object
| key | type | value | | key | type | value |
|:----------|:----------|:-------------------------------------------| |:------------|:----------|:-----------------------------------------------------------|
| `copy` | `boolean` | defines whether audio codec data is copied | | `copy` | `boolean` | defines whether audio codec data is copied |
| `format` | `string` | output audio format | | `format` | `string` | output audio format |
| `bitrate` | `string` | preferred bitrate of audio format | | `bitrate` | `string` | preferred bitrate of audio format |
| `cover` | `boolean` | whether tunnels include a cover art file (optional) |
| `cropCover` | `boolean` | whether cover art should be cropped to a square (optional) |
### picker response ### picker response
| key | type | value | | key | type | value |