Skip to content

Commit

Permalink
scripts/music-watch: Forgot to add the sed script I use for it.
Browse files Browse the repository at this point in the history
  • Loading branch information
TiZ-HugLife committed May 26, 2020
1 parent 6fc9932 commit 6f42c15
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions music-watch.sed
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Proper title case, removes features, editions, and remasters.
s/[a-z,&] (The|A|An|And|But|For|Nor|To|As|Of|On|At|In|By) /\L&/g
s/[a-z,&] (The|A|An|And|But|For|Nor|To|As|Of|On|At|In|By) /\L&/g
s/ [[(](feat\.|featuring) .+[])]//i
s/ [[(].* edition.*[])]//i
s/ [[(].*remastered.*[])]//i
s/ [[(]deluxe.*[])]//i
s/[[(](Original|Official) .*Sound ?track[])]/OST/i
s/(Original|Official) .*Sound ?track/OST/i
s/Sound ?track/OST/i

0 comments on commit 6f42c15

Please sign in to comment.