Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

TomSeldon/handbrake-preset-manager

Repository files navigation

Handbrake Preset Manager (WIP) Build Status

Note: This is a work in progress and is not currently functional.

App for managing Handbrake presets that can be exported as commands for the CLI version of Handbrake which doesn't natively support custom presets.

Installation

Clone repo and install dependencies:

$ git clone git@github.com:TomSeldon/handbrake-preset-manager.git
$ cd handbrake-preset-manager
$ npm install
$ bower install

Database

The application is setup to work with a MongoDB instance. You'll need to create the required collections manually.

The application expects the following collections to exist.

  • Preset
  • Category

Configuration

  • Copy ./config/prod.js.dist to ./config/prod.js.
  • Enter config settings into ./config/prod.js.

Run

$ npm start

Visit: http://localhost:3000

Compiler flags

hpm.debug.state.module.HPM_DEBUG_UI_STATE - false - If set to true, outputs debugging information related to UI Routes states to the console.

About

Preset manager for Handbrake

Resources

Stars

Watchers

Forks

Packages

No packages published