mirror of
https://github.com/beetbox/beets.git
synced 2026-07-16 17:48:54 -04:00
Use r&b instead of rhytm and blues
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Ampersands / Delimiters
|
||||
drum and bass:
|
||||
- d(rum)?[ &n/]*b(ass)?
|
||||
rhythm and blues:
|
||||
r&b:
|
||||
- r(hythm)?[ &n/]*b(lues)?
|
||||
rock and roll:
|
||||
- rock[- ‐'&n/]*roll
|
||||
|
||||
@@ -624,7 +624,7 @@
|
||||
- turkish pop
|
||||
- vispop
|
||||
- wonky pop
|
||||
- rhythm and blues:
|
||||
- r&b:
|
||||
- funk:
|
||||
- deep funk
|
||||
- go-go
|
||||
|
||||
@@ -1265,8 +1265,7 @@ renaissance music
|
||||
requiem
|
||||
rhapsody
|
||||
rhyming spiritual
|
||||
rhythm & blues
|
||||
rhythm and blues
|
||||
r&b
|
||||
ricercar
|
||||
riot grrrl
|
||||
rock
|
||||
|
||||
@@ -1039,8 +1039,8 @@ class TestAliases:
|
||||
[
|
||||
("dnb", "drum and bass"),
|
||||
("drum n bass", "drum and bass"),
|
||||
("r&b", "rhythm and blues"),
|
||||
("rnb", "rhythm and blues"),
|
||||
("r&b", "r&b"),
|
||||
("rnb", "r&b"),
|
||||
("rock & roll", "rock and roll"),
|
||||
("rock'n'roll", "rock and roll"),
|
||||
("kpop", "k-pop"),
|
||||
|
||||
Reference in New Issue
Block a user