Identify your media regardless of the metadata provider.
Identifier identifies media using a metadata provider such as; TVDB, Kitsu, IMDB, and etc, and stores that information in Postgres. Information, such as; Series Details, Episodes, Images, and etc.
Identifier recieves jobs over AMQP to identify media then stores that inside PostgreSQL.
This uses libvips which requires vips to be installed.
$ brew install pkg-config vips libffi
$ export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
... regular commands
Apache-2.0