RoChess / IMDbPlus

IMDb+ scraper for MediaPortal's MovingPictures plugin
4 stars 6 forks source link

Multi-language title and rename support #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Adding support for localized title on the foreign languages that are currently 
only supported for summary, spoken-language, genres, and certifications.

At the same time the rename system will have to be modified for support as 
well. Taking the series prefix from the English rename database system and 
replacing the subtitle with the foreign title.

The existing regexp to locate rename title now looks for entire string for 
'title', so this has to be split into "(prefix)(seperator)(English subtitle)".

Example: <rename id="tt0076759" title="Star Wars IV: A New Hope" />

Prefix = "Star Wars IV"
Seperator = ": "
English subtitle = "A New Hope"

Logic has to be added to force the seperator on a rename entry that doesn't 
have one.

Original issue reported on code.google.com by RoChess....@gmail.com on 16 Oct 2011 at 7:51

GoogleCodeExporter commented 8 years ago
Am now considering to get community support to translate the rename database 
into all the supported languages and have plugin use the correct XML file.

Needs more review on what to do.

Original comment by RoChess....@gmail.com on 23 Oct 2011 at 4:15