IMDb script patch where TranslatedTitle is always equal to OriginalTitle
Posted: 2025-04-06 00:27:02
It allows you to do cool things with the title template like this:
That then look the same in your checklist, regardless of whether the movie are in foreign languages or not:

I'm working on a way to integrate it into the default IMDb script using script settings, but at the moment, you can apply this patch (context diff) file:
https://pastebin.com/h9sPBbAL
I'm also working on improving the IMDb script's handling of TV shows and individual episodes. But I just thought I'd chuck this out there in case it helped anyone else trying to create cool and advanced title templates.
Code: Select all
[TranslatedTitle] ([OriginalTitle], [Year])

I'm working on a way to integrate it into the default IMDb script using script settings, but at the moment, you can apply this patch (context diff) file:
https://pastebin.com/h9sPBbAL
I'm also working on improving the IMDb script's handling of TV shows and individual episodes. But I just thought I'd chuck this out there in case it helped anyone else trying to create cool and advanced title templates.