Git Product home page Git Product logo

radarr-ombi-sync's Introduction

radarr-ombi-sync

If you find yourself wanting to automatically remove monitored movies from Radarr after they become available, this tool is for you. Once Ombi marks the movie as available, this service will remove it from the Radarr watch list.

When should I use this service?

If you have your entire library in Radarr, this tool is not for you. A common use-case is to use Radarr only for its monitoring functionality. Once a movie becomes available, you may want to remove it from the monitored list. If this use-case applies to you, this service is for you.

Running

Local

When running locally, make sure to copy .env.example to .env and fill in your information.

npm install
npm start

Docker

docker run \
  --name radarr-ombi-sync \
  -e OMBI_HOST=http://ombi:3579 \
  -e OMBI_API_KEY=ombi-token \
  -e RADARR_HOST=http://radarr:7878 \
  -e RADARR_API_KEY=radarr-token \
  mariotacke/radarr-ombi-sync

or via docker-compose

version: '3'
services:
  radarr-ombi-sync:
    image: mariotacke/radarr-ombi-sync
    restart: unless-stopped
    environment:
      - OMBI_HOST=http://ombi:3579
      - OMBI_API_KEY=ombi-token
      - RADARR_HOST=http://radarr:7878
      - RADARR_API_KEY=radarr-token

Environment variables

Running locally or via Docker supports the following environment variables:

  • OMBI_HOST, your Ombi host and port, example: http://ombi:3579
  • OMBI_API_KEY, your Ombi API key
  • RADARR_HOST, your Radarr host and port, example: http://radarr:7878
  • RADARR_API_KEY, your Radarr API key
  • POLLING_INTERVAL_SECONDS, optional, the number of seconds between each sync

Requirements

radarr-ombi-sync's People

Contributors

mariotacke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

radarr-ombi-sync's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.