makemkv-utils

Utiles para automatizar makemkv

Usage no npm install needed!

<script type="module">
  import makemkvUtils from 'https://cdn.skypack.dev/makemkv-utils';
</script>

README

Makemkv Automation Utils

This packages provides a series of utilities for handling mkv like:

  • Quickly ripping movies and series with The Movie DB info and organizing them to import in jellyfin.
  • Search for mkv files and select optimal audio and subtitles tracks.

Table of contents

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This project requires NodeJS (version 10 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
6.14.8
v14.15.0

Depending on the utilities used Makemkv or MKVToolNix (or both) command line programs will be neccesary. Follow steps provided in each site to install them. Verify thier availability with the following command.

$ makemkvcon ; mkvmerge -V ; mkvpropedit -V
Use: makemkvcon [switches] Command [Parameters]
...
mkvmerge v51.0.0 ('I Wish') 64-bit
mkvpropedit v51.0.0 ('I Wish') 64-bit

Installation

For using the tool install it with npm

npm i -g makemkv-utils

Usage

Running the app

$ mkvutils

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :sunglasses:

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

MIT License © David Goitia