Czech translation update (via transifex.net)
[cinaest] / src / imdb /
2010-08-16 Philipp ZabelIMDb SQLite database: add get_cast method
2010-08-16 Philipp ZabelIMDb plugin: optionally download actors and actresses
2010-08-16 Philipp ZabelIMDb plaintext downloader: optionally download actors...
2010-08-13 Philipp ZabelIMDb line parser: add parser for actors and actresses...
2010-08-13 Philipp ZabelIMDb SQLite database: add people support - actors/actre...
2010-08-13 Philipp ZabelIMDb SQLite database: reuse prepared statements for...
2010-08-05 Philipp ZabelIMDb SQLite class: set rating to -1 to indicate a NULL...
2010-07-14 Philipp ZabelIMDb plaintext downloader: fix progress indicator
2010-07-14 Philipp ZabelIMDb: Split downloading from parsing into SQLite database
2010-07-14 Philipp ZabelAdd IMDb CLI downloader to test the IMDb downloader
2010-07-14 Philipp ZabelIMDb SQLite: unescape quotation marks when retrieving...
2010-01-30 Philipp ZabelIMDb SQLite: movie_aka may return null
2010-01-30 Philipp ZabelAdd temporary get_plot functionality for plugins to...
2010-01-09 Philipp ZabelIMDb SQLite: add count and has_plots methods
2010-01-09 Philipp ZabelMovie list, plugins: detect if there are more results...
2010-01-09 Philipp ZabelIMDb plugin + downloader: parse IMDb plots
2010-01-09 Philipp ZabelIMDb plugin: remove unused variable count from movie_ex...
2010-01-06 Philipp ZabelIMDb downloader: let the RatingLineParser skip the...
2010-01-06 Philipp ZabelIMDb plugin + downloader: parse IMDb alternative titles...
2010-01-06 Philipp ZabelIMDb downloader: optimize SQLlite database for the...
2009-11-26 Philipp ZabelIMDb plugin: use the limit given by cinaest as SQL...
2009-11-24 Philipp ZabelIMDb plaintext downloader: switch to cURL instead of...
2009-11-24 Philipp ZabelIMDb plaintext downloader: move line parsers into their...
2009-11-19 Philipp ZabelIMDb and Catalog SQLite backend: fix rating filter...
2009-11-12 Philipp ZabelIMDb SQLite class: make queries cancellable, using...
2009-11-12 Philipp ZabelDisable threading - turn update thread into async method
2009-11-12 Philipp ZabelGZip input stream: use 0.7.8 constructor chain up
2009-11-11 Philipp ZabelIMDb: Use SQLite indices instead of (half) MD5 hashes...
2009-11-10 Philipp ZabelIMDb plaintext downloader: quit after a short timeout
2009-11-10 Philipp ZabelAdd genres structure
2009-11-10 Philipp ZabelIMDb SQLite: use the movie filter to build the SQL...
2009-11-10 Philipp ZabelAdd movie filter class
2009-11-10 Philipp ZabelDrop superfluous "garage" from the D-Bus service name
2009-11-09 Philipp ZabelDrop custom ZLib VAPI
2009-11-03 Philipp ZabelIMDb SQLite class: increase the arbitrary result limit...
2009-11-02 Philipp ZabelAdd query functionality to the IMDb SQLite store
2009-10-30 Philipp ZabelAdd IMDb plaintext downloader D-Bus service
2009-10-30 Philipp ZabelAdd IMDb SQLite storage class
2009-10-30 Philipp ZabelAdd GIO gzip input stream class
2009-10-30 Philipp ZabelAdd IMDb plaintext downloader D-Bus interface