diff --git a/.config/demlo/demlorc b/.config/demlo/demlorc index da3a36e4..a297c6fe 100644 --- a/.config/demlo/demlorc +++ b/.config/demlo/demlorc @@ -32,6 +32,5 @@ Removesource = false -- Scripts to run by default. -- Order matters, e.g. 'path' can be influenced by the modifications made by 'tag'. -Scripts = {'10-tag', '20-sub', '30-case', '40-punctuation', '50-encoding', '60-path', '70-cover', +Scripts = {'10-tag', '11-soundtrack', '20-sub', '30-case', '40-punctuation', '50-encoding', '60-path', '70-cover', '00-const', '51-flac2ogg', '59-humour'} - diff --git a/.config/demlo/scripts/11-soundtrack.lua b/.config/demlo/scripts/11-soundtrack.lua new file mode 100644 index 00000000..ab0390d9 --- /dev/null +++ b/.config/demlo/scripts/11-soundtrack.lua @@ -0,0 +1,4 @@ +-- Soundtrack tags. +if stringrel(stringnorm (o.genre), 'soundtrack') > 0.7 then + o.album_artist = o.album +end