chiark
/
gitweb
/
~mdw
/
disorder-misc-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c07c9f2
)
xlate.conf: Sort for Epica's silly album title.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 03:38:30 +0000
(
03:38
+0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 16 Jan 2024 03:38:30 +0000
(
03:38
+0000)
xlate.conf
patch
|
blob
|
blame
|
history
diff --git
a/xlate.conf
b/xlate.conf
index 5e3224711a8ad27772f1811148919b1cb1cdaf66..091f4b07a4956619a2d742f17d4e1ecf0b628023 100644
(file)
--- 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 --------------------------------------------------