diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 16:45:55 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-19 16:45:55 -0300 |
| commit | 5920db862e4e2b8a19fb2ae1f2d696bf1214e753 (patch) | |
| tree | a1462b3adfbc40bc49cd55aa54b19369e88643d0 /guidelines | |
| parent | 20e7c511a76d442d24fdbe90f5bcc8e3f51ac86a (diff) | |
fields n stuff
Diffstat (limited to 'guidelines')
| -rw-r--r-- | guidelines/field-ordering.md | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/guidelines/field-ordering.md b/guidelines/field-ordering.md index f8441bc..f6bd9c3 100644 --- a/guidelines/field-ordering.md +++ b/guidelines/field-ordering.md @@ -27,11 +27,15 @@ The *current* canonical reference is in the source code: [`src/data/things/track - **General configuration:** - `Count In Artist Totals` + - `Show In Reference Lists` - `Has Cover Art` + - `Has Date` - **General metadata:** - `Duration` - `Color` + - `Needs Lyrics` + - `Excluding URLs` - `URLs` - **Artworks:** @@ -49,6 +53,9 @@ The *current* canonical reference is in the source code: [`src/data/things/track - `Referenced Tracks` - `Sampled Tracks` +- **Music videos:** + - `Music Videos` + - **Additional files:** - `Additional Files` - `Sheet Music Files` @@ -75,7 +82,7 @@ The *current* canonical reference is in the source code: [`src/data/things/album - `Directory Suffix` - `Suffix Track Directories` - `Always Reference By Directory` - - `Always Reference Tracks By Directory` + - `Reference Tracks By Directory` / `Always Reference Tracks By Directory` - `Style` - `Bandcamp Album ID` - `Bandcamp Artwork ID` @@ -85,12 +92,19 @@ The *current* canonical reference is in the source code: [`src/data/things/album - **Credits and contributors:** - `Artists` + - `Track Artist Text` + - `Track Artists` - **General configuration:** - `Count Tracks In Artist Totals` - - `Has Track Numbers` + - `Excluding Track URLs` - `Listed on Homepage` - `Listed in Galleries` + - `Has Track Numbers` + - `Show Album In Tracks Without Artists` + - `Show Section In Nav Bar` + - `Show Artists In Track List` + - `Hide Duration` - **General metadata:** - `Color` |