Rebuilt scraper into a TMDb Advanced Movie Title Renaming Script (Collections + Smart Titles#17
Merged
Merged
Conversation
…of IMDb. Not just a scraper, its an Advanced Movie Title Renaming Script (Collections + Smart Titles)
andrewjswan
requested changes
Apr 8, 2026
andrewjswan
requested changes
Apr 9, 2026
Co-authored-by: Andrew J.Swan <ajs.blackhole@gmail.com>
andrewjswan
requested changes
Apr 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Advanced Movie Title Renaming Script (Collections + Smart Titles)
I’ve been working on a custom scraper rename system for Moving Pictures that significantly improves how movie titles, sort titles, and collections are generated automatically. This uses the existing IMDB+ plugin, but the scraper is a complete rewrite and no longer uses IMDb.
What it does:
Automatically builds clean titles using TMDB collections
Adds Roman numerals based on release order
Generates proper sort titles (e.g. Fast and Furious 01)
Cleans up messy subtitles and duplicates
Removes:
“The Movie”
“Part X”
duplicate franchise names
trailing duplicate titles
Handles edge cases like:
Star Wars episode ordering
Batman / DC shared universes
Tron / ALL CAPS franchises
[REC] superscripts (² ³ → 2 3)
Smart duplicate removal:
Mall Cop I: Paul Blart: Mall Cop → Mall Cop I: Paul Blart
[REC] II: [REC] 2 → [REC] II
Cleans collection names:
Removes "Collection"
Removes leading "The"
Rename XML change:
XML used to override
Fallback to Auto mode to rename the movie
Poster and Backdrop:
Faster image loading using TMDb
Key benefit:
Fully automated clean library naming without manual XML overrides. You can still use the XML overrides, but you no longer need to rely on them and new movies just work 95% of the time. That makes the override file much smaller.