1
0
Fork 0

Add group to words that should be filtered out from label name.

liquidsoap-2.2
Icedream 2021-05-06 22:59:48 +02:00
parent cb5f176b25
commit 5c4cf911c9
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@
label: data.label
? data.label
.replace(/\bw?reck?(ord(ing)?)?s?\b/i, '')
.replace(/\b(digital|audio|music)(\s+bundles?)?$/i, '')
.replace(/\b(digital|audio|music)(\s+group|bundles?)?$/i, '')
.replace(/\s+\([\s\da-z]+\)$/i, '')
.replace(/\b(holland|italy)\b/i, '')
.trim()