Also remap regular discord (not webcord)

This commit is contained in:
ItsDrike 2022-11-07 22:53:41 +01:00
parent c859bf2273
commit 35e386abc6
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -52,6 +52,7 @@ REMAP_RULES: list[RemapRule] = [
RemapRule(r"(.+) \+ \((.+)\) - N?VIM", "{0} ({1}) [MODIFIED]"), RemapRule(r"(.+) \+ \((.+)\) - N?VIM", "{0} ({1}) [MODIFIED]"),
RemapRule(r"(.+) \((.+)\) - N?VIM", "{0} ({1})"), RemapRule(r"(.+) \((.+)\) - N?VIM", "{0} ({1})"),
RemapRule(r"(?:\[\d+\] )?\*?WebCord - (.+)", "{}", "WebCord"), RemapRule(r"(?:\[\d+\] )?\*?WebCord - (.+)", "{}", "WebCord"),
RemapRule(r"(.+) - Discord", "{}", "discord"),
RemapRule(r"(.+) - mpv", "{}", "mpv"), RemapRule(r"(.+) - mpv", "{}", "mpv"),
RemapRule(r"Stremio - (.+)", " Stremio - {}", "com.stremio.stremio"), RemapRule(r"Stremio - (.+)", " Stremio - {}", "com.stremio.stremio"),
RemapRule(r"Spotify", " Spotify", "Spotify"), RemapRule(r"Spotify", " Spotify", "Spotify"),