readme.md: fix yaml formatting for gitea

This commit is contained in:
Jon 2022-12-09 20:18:15 +00:00
parent a6b7b63355
commit 03defef90b

View File

@ -28,25 +28,32 @@ properties:
description: >- description: >-
Media information will render in the Among Us Font. Media information will render in the Among Us Font.
In imposter mode, only songs tagged with sus will be in shuffle In imposter mode, only songs tagged with sus will be in shuffle
- const: niggers - const: niggers
description: >- description: >-
Media that was originally available through the now-defunct nigge.rs online radio. Media that was originally available through the now-defunct nigge.rs online radio.
Tagged items may contain the original _nigid and/or _nigkey as metadata Tagged items may contain the original _nigid and/or _nigkey as metadata
$seeAlso: $seeAlso:
- '#/properties/songs/items/properties/metadata/properties/_nigid' - '#/properties/songs/items/properties/metadata/properties/_nigid'
- '#/properties/songs/items/properties/metadata/properties/_nigkey' - '#/properties/songs/items/properties/metadata/properties/_nigkey'
- const: splash-song - const: splash-song
description: >- description: 'Media that can play on the Glowers Club splash page.'
Media that can play on the Glowers Club splash page.
- const: misc - const: misc
description: 'Media that does not significantly contain music.' description: 'Media that does not significantly contain music.'
- const: moonman - const: moonman
description: 'Moonman songs' description: 'Moonman songs'
- regex: '^radio\-media\-style\-[a-z\-]+' - regex: '^radio\-media\-style\-[a-z\-]+'
description: 'Custom style information. i.e: to remove the album art box or disable background blur'
- type: string
description: >- description: >-
Tags may also be arbitrary Used to add or remove styling for a particular song, such as to remove the
Album Art box or disable background blur.
- type: string
description: 'Tags may also be arbitrary'
metadata: metadata:
required: [ title, artist ] required: [ title, artist ]