Skip to content

Rebuilt scraper into a TMDb Advanced Movie Title Renaming Script (Collections + Smart Titles#17

Merged
andrewjswan merged 13 commits into
Mediaportal-Plugin-Team:masterfrom
KJ-Cox:master
Apr 9, 2026
Merged

Rebuilt scraper into a TMDb Advanced Movie Title Renaming Script (Collections + Smart Titles#17
andrewjswan merged 13 commits into
Mediaportal-Plugin-Team:masterfrom
KJ-Cox:master

Conversation

@KJ-Cox
Copy link
Copy Markdown

@KJ-Cox KJ-Cox commented Apr 8, 2026

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.

KJ-Cox and others added 3 commits April 8, 2026 03:01
…of IMDb. Not just a scraper, its an Advanced Movie Title Renaming Script (Collections + Smart Titles)
@KJ-Cox KJ-Cox requested a review from a team as a code owner April 8, 2026 15:01
Comment thread IMDb+/IMDb.cs Outdated
Comment thread MPEI/update.xml Outdated
@andrewjswan andrewjswan added the enhancement New feature or request label Apr 8, 2026
Copy link
Copy Markdown

@andrewjswan andrewjswan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andrewjswan
Copy link
Copy Markdown

Comment thread MPEI/update.xml
@andrewjswan andrewjswan merged commit aa9b15c into Mediaportal-Plugin-Team:master Apr 9, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants