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
4 changes: 4 additions & 0 deletions common/known-removable-phrases.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const knownRemovablePhrases = [
"(SRX) ",
"(SCX) ",
"(Screen X) ",
"(Screening) ",
"(3D) ",
"(3D):",
"Live In 3D",
Expand Down Expand Up @@ -119,6 +120,7 @@ const knownRemovablePhrases = [
" Watch Party",
": Live Q&A with Director Kevin Macdonald",
": LIVE VIEWING",
"LIVE VIEWING IN BUSAN",
": IMMERSION IN CINEMAS",
"VR CONCERT : IMMERSION",
": Chicken Jockey Screening",
Expand Down Expand Up @@ -892,6 +894,7 @@ const knownRemovablePhrases = [
"Records, cocktails: ",
"Refugee Week:",
"REFUGEE WEEK FREE EVENT:",
"REProduce Viewing Room:",
"Rob Reiner Celebration",
"Roman party, divine chorals: ",
"Outdoor Cinema:",
Expand Down Expand Up @@ -1090,6 +1093,7 @@ const knownRemovablePhrases = [
"Parallel histories of queer revolt",
"Tezuka's",
"Praavinkoodu ",
"Prickly pear cocktails, ",
"/Minus Colour",
"/ Minus Colour",
"Aleksandar Petrović's ",
Expand Down
4 changes: 3 additions & 1 deletion common/normalize-title.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ function normalizeTitle(title, options) {
["Andre Rieu - ", "Andre Rieu: "],
["Andre Rieu: Summer 2026:", "Andre Rieu's 2026 Summer Concert:"],
[" + UK Premiere: Replikka", " + Replikka"],
[/ \+ Iggy Pop [–�] Lust for life/i, " & Lust for life"],
[/ [+&] Iggy Pop [–\-�] Lust for life/i, " & Lust for life"],
[
/Bluey At The Cinema - Playdates$/i,
"Bluey At The Cinema: Playdates with Friends",
Expand All @@ -732,6 +732,7 @@ function normalizeTitle(title, options) {
[" - Oggi", ": Oggi"],
[" x metropolis", " metropolis"],
["Nick Drake: A Skin Too Few", "A Skin Too Few: The Days of Nick Drake"],
["(Screening) / ", "(Screening) & "],
// Variant families collapsed from known-removable-phrases.js
// Each pattern covers multiple near-identical string entries that shared a common structure
[/dog[- ]?friendly(?:\s+screening)?[:\s]*/i, ""],
Expand All @@ -746,6 +747,7 @@ function normalizeTitle(title, options) {
[/l.ff(?:\s+202\d)?:/i, ""],
[/liaf(?:\s+\d+)?:/i, ""],
[/hkff(?:uk)?(?:\s+\d+)?:/i, ""],
[/ AV SHOW$/i, ""],
["Tercera Video Club #2 - ", "Tercera Video Club #2: "],
[
"Argentine season launch: Live music + ",
Expand Down
Loading