Add a list of categories

This commit is contained in:
Jon Staab 2024-10-07 09:33:19 -07:00
parent a693c15e5b
commit d4321f4116

14
0a.md
View File

@ -34,6 +34,20 @@ The following tags are optional:
- `duration` is the duration of the audio track, in seconds. - `duration` is the duration of the audio track, in seconds.
- `published_at` is a timestamp representing the track's original publish date. - `published_at` is a timestamp representing the track's original publish date.
Expected categories may include (but are not limited to):
- `genre`
- `subgenre`
- `artist`
- `record_label`
- `producer`
- `composer`
- `album`
- `track_number`
- `tracks`
- `bpm`
- `year`
Note that artists, producers, SHOULD be referred to using both a plaintext `c` tag AND a conventional `p` tag when pubkey is available. When doing so, the `p` tag's petname MUST be the same as the `c` tag's value. In this way `c` tags can be used to indicate genre, as well as artist, producer, etc. Note that artists, producers, SHOULD be referred to using both a plaintext `c` tag AND a conventional `p` tag when pubkey is available. When doing so, the `p` tag's petname MUST be the same as the `c` tag's value. In this way `c` tags can be used to indicate genre, as well as artist, producer, etc.
If included, `genre` and `subgenre` SHOULD be based on [this list](https://github.com/wavlake/genre-list). If included, `genre` and `subgenre` SHOULD be based on [this list](https://github.com/wavlake/genre-list).