avivharuzi / movie-toolchain

A complete movie toolchain 🎬

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Toolchain

A complete movie toolchain 🎬

⚠️ This project is open source but made for self usage if you like this project feel free to star and fork this repository.

⚠️ Any problem with this project or security issues is your responsibility to handle them.

⚠️ No issues or pull requests will be accepted.

Table of Contents

Overview

An electron app that aim to prepare movie into my plex movies collection.

Tech

  • Electron
  • TypeScript
  • React
  • NodeJS

Prerequisites

  • Node.js (>= 18 required)
  • npm package manager (>= 8 required)

Create Config File

Create the config file from txt file.

cp src/server/utils/config.txt src/server/utils/config.ts

And update the constants value.

Commands

Run locally.

npm start

Build app distributions (currently added for only Mac).

npm run make

License

MIT

About

A complete movie toolchain 🎬

License:MIT License


Languages

Language:TypeScript 97.3%Language:CSS 2.1%Language:HTML 0.6%