IMDb plugin + downloader: parse IMDb alternative titles and use to match
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 3 Jan 2010 16:05:07 +0000 (17:05 +0100)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 6 Jan 2010 17:36:56 +0000 (18:36 +0100)
commitec13e711f3c3797eb222cdf4d1788030efbf3400
treef2ae1ac6d4ab2f67624f8623c5f4963fb6806533
parente5dbe982430db4ef426666e6212cabff29af2306
IMDb plugin + downloader: parse IMDb alternative titles and use to match

Using the international alternative titles to match the title filter makes
finding foreign films much easier (or in some cases possible at all).

If the movie is returned via a match of the alternative title, display it
in the user interface as secondary text.
src/imdb/imdb-line-parser.vala
src/imdb/imdb-plaintext-downloader.vala
src/imdb/imdb-sqlite.vala
src/imdb/plaintext-downloader-interface.vala
src/plugins/imdb-download-dialog.vala
src/plugins/imdb-plugin.vala