#
README
RE:CODARR
An easy to use Windows App to organize and reclaim precious space in your home media Library.
Features: Automatic Library Monitoring and Indexing. Track File Size, Encoding Parameters and More! Fully Searchable and indexed in a localdb Workflow editor Easily Create conditional workflows to automate your library encode without overloading your system. System Monitor for CPU/GPU/Memory Stats (Compatible with AMD/Nvidia/Intel)
#
Project Setup
#
Designed for Windows
- Clone the repository
- Run
npm installinside the cloned repository
#
For development
- Starting the application - Run
npm run dev- This starts the application as well as a local server on port3524 - Changing the port - You can change the server port at the
vite.config.ts. After that you need to type the same port in thesrc/electron/util.tsfolder in thevalidateEventFrame()function. You also have to change the port atsrc/electron/main.tsin theif(isDev()).
#
For production
- To create a production for Windows run
npm run dist:win - To create a production for Linux run
npm run dist:linux - To create a production for Mac run
npm run dist:mac