Skip to content

Releases: Deflix-tv/imdb2meta

v0.2.1 (2020-12-19)

19 Dec 00:04
Compare
Choose a tag to compare
  • Fixed: Some rows were not imported due to quotes

v0.2.0 (2020-12-13)

13 Dec 20:19
Compare
Choose a tag to compare

imdb2meta-import:

  • Improved: Write to DB only if TSV entry is new or changed

imdb2meta-service:

  • Added: Support for gRPC
  • Added: Dockerfile in the repo and Docker images in the Docker Hub
  • Fixed: Health request fails when HTTP server start is too slow

v0.1.1 (2020-12-01)

01 Dec 20:26
Compare
Choose a tag to compare
  • Fixed potential DB corruption in import CLI and service
    • The corruption could occur if a DB-unrelated error occurred and the program exited without properly closing the DB

v0.1.0 (2020-11-22)

22 Nov 20:46
Compare
Choose a tag to compare

Initial release 🎉

imdb2meta-import:

  • Import the title.basics.tsv.gz IMDb dataset into BadgerDB or bbolt
  • Data is encoded with protocol buffers
  • Skip the import for TV episodes (not shows)
  • Store only minimal metadata (ID, type, title, release/start year)

imdb2meta-service:

  • HTTP web service for getting metadata as JSON for an IMDb ID
  • Backed by BadgerDB or bbolt