Trakt.tv Matcher
Extends https://github.com/vankasteelj/trakt.tv node module, in order to match a filename with trakt info. Works around mmmmh 98.5% of the time?
NOTICE: requires trakt.tv module! Load this plugin directly through trakt.tv
module.
- Install:
npm install trakt.tv trakt.tv-matcher
- Load the plugin:
const Trakt = ;const trakt = client_id: '<your id>' // mandatory trakt id plugins: matcher: ;
- Call "matcher":
traktmatcher;
There's also the possibility of passing a torrent's name (found in metadata, or as a magnet DN) in the options to increase chance of matching:
traktmatcher
License MIT, (c) vankasteelj