filebot
v1.0.0
Published
A node wrapper for the FileBot CLI
Downloads
13
Readme
FileBot
A node.js wrapper for FileBot.
Usage
$ npm i filebotAll (both) methods are currently static, accept an optional callback argument and Returns a promise.
var FileBot = require('filebot')
FileBot.rename({db: 'TheMovieDB', path: '~/Movies/**/*'});
FileBot.getSubtitles({path: '~/Movies/**/*'});