aboutsummaryrefslogtreecommitdiff
path: root/common/src/lib.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-24 15:38:22 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-24 15:38:22 +0200
commit7074308f9581934cd76c7cae9b69e51ef05a33ae (patch)
tree969811f5c6ae6227f28ba99bb9334e4de132c625 /common/src/lib.rs
parent388ae00ce1d510143789e85732831280ec803da7 (diff)
downloadjellything-7074308f9581934cd76c7cae9b69e51ef05a33ae.tar
jellything-7074308f9581934cd76c7cae9b69e51ef05a33ae.tar.bz2
jellything-7074308f9581934cd76c7cae9b69e51ef05a33ae.tar.zst
musicbrainz types
Diffstat (limited to 'common/src/lib.rs')
-rw-r--r--common/src/lib.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/common/src/lib.rs b/common/src/lib.rs
index f413d97..eaf5900 100644
--- a/common/src/lib.rs
+++ b/common/src/lib.rs
@@ -105,6 +105,14 @@ pub enum PeopleGroup {
Vfx,
CostumeMakeup,
CreatedBy,
+ // https://musicbrainz.org/relationships/artist-recording
+ // modelling after this, but its too many categories
+ Performance,
+ Instrument,
+ Vocal,
+ Arranger,
+ Producer,
+ Engineer,
}
#[derive(