New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

filebot

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filebot

A node wrapper for the FileBot CLI

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 19 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts