GPTDARR is an innovative tool designed to integrate ChatGPT's advanced capabilities with Sonarr and Radarr. It assists in adding, monitoring, and obtaining detailed information about TV shows and movies, streamlining your media management experience.
THIS IS A PRIVATE FORK TO TRY AND INTEGRATE OVERSEER.
- Easy integration with Sonarr and Radarr
- AI-driven insights for media management
- Automated addition and tracking of TV shows and movies
- Node.js
- Sonarr and Radarr set up and running
- Basic knowledge of .env configurations
- Clone the repository:
git clone https://github.com/yourusername/GPTDARR.git
- Navigate to the cloned directory:
cd GPTDARR
- Install dependencies:
npm install
Run the configuration script:
node config.js
This will generate a .env
file for your environment variables.
Alternatively, you can rename .env.example
to .env
and edit it manually.
- For setting up the GPT, please follow the GPT Setup Guide.
- Run
npm install
at least once in the folder before runningnode index.js
. - Start the application:
node app.js
- You can use PM2 or Linux Services to create an auto startup for the script.
- Its hosted on Port
8914
, you can either portforward that, or reverse proxy it and expose it that way.
Currently, the tool does not support language profiles but allows setting quality profiles for downloads. Please excuse the current state of config.js, I rushed that one for the release and if you'd like to recode / finish it, feel free, its in a working state right now, but its very ugly.
Contributions are welcome! Please read our Contributing Guide for more information.
This project is licensed under the MIT License.