From edead36aa90742d85562629edb5d3a13b66a876c Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 6 May 2021 22:59:48 +0200 Subject: [PATCH] Add group to words that should be filtered out from label name. --- icedreammusic/nowplaying_overlay.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icedreammusic/nowplaying_overlay.html b/icedreammusic/nowplaying_overlay.html index 162afd7..3ab585b 100644 --- a/icedreammusic/nowplaying_overlay.html +++ b/icedreammusic/nowplaying_overlay.html @@ -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()