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
1 change: 1 addition & 0 deletions common/known-removable-phrases.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,7 @@ const knownRemovablePhrases = [
"3D Re-Release",
"Re-release",
"Rerelease",
"special preview followed by panel discussion",
"Special Preview of new 4K Restoration",
"4K Restoration",
"4K Re-Issue",
Expand Down
60 changes: 60 additions & 0 deletions common/tests/test-titles.json
Original file line number Diff line number Diff line change
Expand Up @@ -50626,5 +50626,65 @@
{
"input": "The Spongebob Movie: Search for Squarepants",
"output": "spongebob movie search for squarepants"
},
{
"input": "Encanto (Sing-Along screening)",
"output": "encanto"
},
{
"input": "The Jungle Book",
"output": "jungle book"
},
{
"input": "CHRIS CUNNIGHAM SCREENING",
"output": "chris cunnigham"
},
{
"input": "PictureEast Film Festival 2026 Presents: Hamlet [2026] special preview followed by panel discussion",
"output": "hamlet (2026)"
},
{
"input": "The Maltese Falcon",
"output": "maltese falcon"
},
{
"input": "Drink & Dine: Is This Thing On?",
"output": "is this thing on"
},
{
"input": "Drink & Dine: Sinners",
"output": "sinners"
},
{
"input": "Free Valentines Screenings at the Subtitle Cinema <3",
"output": "free valentines screenings at the subtitle cinema 3"
},
{
"input": "LFFF: A Body to Live In + Short Films",
"output": "a body to live in"
},
{
"input": "LFFF: Documentaries",
"output": "documentaries"
},
{
"input": "LFFF: Inside Fetish",
"output": "inside fetish"
},
{
"input": "LFFF: Shorts Session 1",
"output": "shorts session 1"
},
{
"input": "LFFF: Shorts Session 2",
"output": "shorts session 2"
},
{
"input": "HARD BOILED",
"output": "hard boiled"
},
{
"input": "THE KILLER",
"output": "killer"
}
]