Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions common/known-removable-phrases.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const knownRemovablePhrases = [
"at Rio Cinema!",
"at The Cinema Museum",
"at the PCC",
"at Picturehouse Central",
"and Johannas Traum",
": 4K World Premiere with Immersive Reception",
"(Live Immersive Virtual Experiment) Immersive Screening",
Expand Down Expand Up @@ -303,6 +304,8 @@ const knownRemovablePhrases = [
"with an Introduction, Prologue, and a mark of respect by the Monks",
"with a live Q&A with The Cast",
"with a Talk by Paul Merton",
"With Bonus Footage",
"w/ Bonus Footage",
"with subtitles for the D/deaf",
"with intro and post-film discussion",
"with introduction and post-film discussion",
Expand Down Expand Up @@ -334,6 +337,7 @@ const knownRemovablePhrases = [
"with wine tasting",
"with Molly Miles",
"with Illustrated Lecture!",
"with In-Person Pre-Show",
"with Live Acoustic Guitar & Introduction",
"with Live Organ Improvisation",
"with Live Performance",
Expand Down Expand Up @@ -502,6 +506,7 @@ const knownRemovablePhrases = [
"Black to the Beginning-",
"The Black Music Coalition:",
"Bar Screening x Muse:",
"Bar Trash: Queer Horror & Double Bill",
"BAR TRASH Positive East Fundraiser:",
"Bar Trash: A toast to David Lynch:",
"Bar Trash: Season Launch:",
Expand Down Expand Up @@ -837,6 +842,7 @@ const knownRemovablePhrases = [
"Live From Prague The Movie",
"Live From Prague",
"live from mexico city",
"Livestream Premiere",
"Lob-sters Tennis Anniversary Screening:",
"Lost Reels",
"LOTR:",
Expand Down Expand Up @@ -1075,8 +1081,10 @@ const knownRemovablePhrases = [
"Team Picks:",
"TALENTED U:",
"Tate Collective Moments",
"T A P E Collective:",
"Taste Film presents",
"Tatau to Tattoo:",
"TFFF:",
"Tibet Film Festival London:",
"Tim Burton's ",
"Times+:",
Expand Down Expand Up @@ -1281,6 +1289,7 @@ const knownRemovablePhrases = [
"Panel Discussion",
"U.K. Premiere & Q&A & Fine Wine Reception",
"UK Cinema Premiere & Q&A:",
"UK Theatrical Premiere",
"Exclusive UK Premiere",
"UK Premiere",
"World Premiere",
Expand Down
2 changes: 2 additions & 0 deletions common/normalize-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ function normalizeTitle(title, options) {
"BAR TRASH Positive East Fundraiser /",
"BAR TRASH Positive East Fundraiser: ",
],
["Bar Trash: Queer Horror / ", "Bar Trash: Queer Horror & "],
[/^BAR TRASH: (.+) \+ (.+)$/i, "BAR TRASH: $1 & $2"],
["Guest Event - ", "Guest Event: "],
["Throwback - ", "Throwback: "],
Expand Down Expand Up @@ -847,6 +848,7 @@ function normalizeTitle(title, options) {
"What's Up Daiquiris, bag switcheroos: ",
],
["One Day in Whitechapel + ", "One Day in Whitechapel & "],
["Backrooms: Everything Must Go", "Backrooms"],
];

corrections.forEach(([phrase, replacement]) => {
Expand Down
Loading