Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

tritonmedia/identifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

identifier

goreport

Identify your media regardless of the metadata provider.

What is this?

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.

Building

This uses libvips which requires vips to be installed.

Mac OSX

$ brew install pkg-config vips libffi
$ export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig"
... regular commands

License

Apache-2.0