Socket
Socket
Sign inDemoInstall

plex-processor

Package Overview
Dependencies
175
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

plex-processor

Simplified conversion of DVD images to Plex or other home media server compatable files and filenames.


Version published
Maintainers
1
Weekly downloads
2
decreased by-75%

Weekly downloads

Readme

Source

plex-processor

Plex Processor is an simple, cross-platform method of converting DVD images, or any kind of movie files to Plex compatable files. The conversion process uses Handbrake to transcode the files.

The conversion process is not directly tied to Plex, and can be used with any media server platform.

Movies

The script uses the Handbrake --main-feature setting to automatically detect the primary title on the DVD image.

TV Shows

Tracks on DVD images that are within the duration parameters will be converted in order that they appear on the DVD and named in sequential episode numbers.

Command line use

Install

Install Node.js, then run

$ npm install

Usage

Call node convert from the command line.

$ node convert

On the first run, you will be prompted to set up your configuration.

Configuration

  • preset: Choose from the list of Handbrake presets.
  • movie_input: Path to the movie input directory.
  • movie_ouput: Path to the movie output directory.
  • tv_input: Path to the TV input directory.
  • tv_ouput: Path to the TV output directory.
  • archive: Path to place the completed files into.

Keywords

FAQs

Last updated on 25 Aug 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc