Skip to content

Fallenbagel/mediarr-seerr-sync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mediarr-seerr-sync

Automatically sync media from *arr with seerr when deleted.

Installation

Pre-requisites

  • python 3.x
  • pip

Native

  1. Install the requirements
pip install -r requirements.txt
  1. Configure the config.py file to your needs
  2. Edit the forwarder.sh, replace ip with the ip of the machine running the main.py
  3. Add the forwarder.sh script script with On Movie/Series delete trigger of *arr
  4. Run with python main.py or nohup python main.py &(detached)

Docker

  1. Download the config.py to where you would like to mount your volume and edit the file to your needs
  2. Run the docker container with the config.py file passed in (add -d to run detached)
docker run --name arr_sync -v /Path/to/config.py:/app/config.py -p 5000:5000 fallenbagel/arr_sync
  1. Download forwarder.sh
  2. Edit the forwarder.sh, replace ip with the ip of the docker container (hostname would work too if in the same docker network)
  3. Add the forwarder.sh script script with On Movie/Series delete trigger of *arr

Special thanks to:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published