filebot

1.0.0 • Public • Published

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/**/*'});

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i filebot

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • rthor