Releases: Deflix-tv/imdb2meta
Releases · Deflix-tv/imdb2meta
v0.2.1 (2020-12-19)
- Fixed: Some rows were not imported due to quotes
v0.2.0 (2020-12-13)
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)
- 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)
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