filebot

v1.0.0
A node wrapper for the FileBot CLI

FileBot

A node.js wrapper for FileBot.

Usage

$ npm i filebot

All (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/**/*'});
npm i filebot

Metadata

  • MIT
  • Whatever
  • rthor
  • released 5/19/2015

Downloads

Maintainers