Skip to content

Releases: Deflix-tv/imdb2meta

v0.2.1 (2020-12-19)

Choose a tag to compare

@doingodswork doingodswork released this 19 Dec 00:04
  • Fixed: Some rows were not imported due to quotes

v0.2.0 (2020-12-13)

Choose a tag to compare

@doingodswork doingodswork released this 13 Dec 20:19

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)

Choose a tag to compare

@doingodswork doingodswork released this 01 Dec 20:26
  • 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)

Choose a tag to compare

@doingodswork doingodswork released this 22 Nov 20:46

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