mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Some improvements to rule handling
This commit is contained in:
17
rules/predefined/krateng_jeremysoule.tsv
Normal file
17
rules/predefined/krateng_jeremysoule.tsv
Normal file
@@ -0,0 +1,17 @@
|
||||
# NAME: Jeremy Soule
|
||||
# DESC: Fixes various different spellings and mistakes for Jeremy Soule's soundtracks
|
||||
|
||||
# MORROWIND
|
||||
replacetitle Nerevar Rising (Morrowind Title Song) Nerevar Rising
|
||||
replacetitle Nerevar Rising (Morrowind Title Song Reprise) Nerevar Rising (Reprise)
|
||||
|
||||
# OBLIVION
|
||||
replacetitle Elder Scrolls: Oblivion Reign of the Septims
|
||||
|
||||
|
||||
# SKYRIM
|
||||
|
||||
|
||||
# GUILD WARS
|
||||
replacetitle Guild Wars Nightfall Theme Land of the Golden Sun
|
||||
replacetitle Under the Dark Span (Asura Theme) Under the Dark Span
|
||||
|
Can't render this file because it has a wrong number of fields in line 5.
|
@@ -22,7 +22,7 @@ replacetitle AS IF IT'S YOUR LAST As If It's Your Last
|
||||
replacetitle BOOMBAYAH Boombayah
|
||||
replacetitle WHISTLE Whistle
|
||||
replacetitle DDU-DU DDU-DU Ddu-Du Ddu-Du
|
||||
replacetitle PLAYING WITH FIRE Playing With Fire
|
||||
replacetitle PLAYING WITH FIRE Playing with Fire
|
||||
replaceartist BLΛƆKPIИK BLACKPINK
|
||||
|
||||
# Dal Shabet
|
||||
|
||||
|
Can't render this file because it has a wrong number of fields in line 5.
|
@@ -7,10 +7,10 @@ The first column defines the type of the rule:
|
||||
This artist will be accepted without further parsing. If you want to replace the spelling, you need a replaceartist entry instead
|
||||
Second column is the full name of the artist
|
||||
replacetitle Defines an alternative spelling of a track title that should be replaced.
|
||||
Second column is the 'wrong' spelling
|
||||
Second column is the 'wrong' spelling. Capitalization is ignored.
|
||||
Third column the correct spelling
|
||||
replaceartist Defines and alternative spelling of an artist that should be replaced
|
||||
Second column is the 'wrong' spelling
|
||||
Second column is the 'wrong' spelling. Capitalization is ignored.
|
||||
Third column the correct spelling. Use ␟ if the spelling should correct to several artists
|
||||
countas Defines an artist that should be counted together with another artist for chart statistics etc.
|
||||
This will not change the separation in the database and all effects of this rule will disappear as soon as it is no longer active.
|
||||
|
||||
Reference in New Issue
Block a user