[SNIPPET] IMDb Original Title

All about user-defined episode / movie / file name format expressions
Post Reply
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

[SNIPPET] IMDb Original Title

Post by rednoah »

Here's a format hack that hooks into filebot internals and tries to scrape the original title from the imdb movie page.

e.g.
Appleseed (2004) => Appurushîdo

Code: Select all

{net.sourceforge.filebot.WebServices.IMDb.scrape(imdbid, '''//SPAN[@class='title-extra']''').match('"(.+)"')}
:idea: Please read the FAQ and How to Request Help.
Post Reply