From: Mark Wooding Date: Tue, 16 Jan 2024 03:38:30 +0000 (+0000) Subject: xlate.conf: Sort for Epica's silly album title. X-Git-Url: https://git.distorted.org.uk/~mdw/disorder-misc-config/commitdiff_plain/39664f9dd3985c3dae4651d9257a97f48163b11d xlate.conf: Sort for Epica's silly album title. --- diff --git a/xlate.conf b/xlate.conf index 5e32247..091f4b0 100644 --- a/xlate.conf +++ b/xlate.conf @@ -91,4 +91,9 @@ transform dir "^(Neil) (Young.*)$" "$2, $1" sort transform dir "^(Rob) (Zombie)$" "$2, $1" sort +###-------------------------------------------------------------------------- +### Other random fixes. + +transform dir "^Ωmega$" "Omega" sort + ###----- That's all, folks --------------------------------------------------