{"id":28481604,"url":"https://github.com/mariotacke/radarr-ombi-sync","last_synced_at":"2025-07-08T01:03:55.279Z","repository":{"id":42207774,"uuid":"187406392","full_name":"mariotacke/radarr-ombi-sync","owner":"mariotacke","description":"Remove available movies from your Radarr watch list","archived":false,"fork":false,"pushed_at":"2023-05-01T03:58:37.000Z","size":161,"stargazers_count":9,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-07T20:07:47.762Z","etag":null,"topics":["api","nodejs","ombi","radarr","sync"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mariotacke.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-18T21:20:08.000Z","updated_at":"2022-06-12T17:24:48.000Z","dependencies_parsed_at":"2023-02-18T08:46:00.895Z","dependency_job_id":null,"html_url":"https://github.com/mariotacke/radarr-ombi-sync","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mariotacke/radarr-ombi-sync","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariotacke%2Fradarr-ombi-sync","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariotacke%2Fradarr-ombi-sync/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariotacke%2Fradarr-ombi-sync/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariotacke%2Fradarr-ombi-sync/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mariotacke","download_url":"https://codeload.github.com/mariotacke/radarr-ombi-sync/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mariotacke%2Fradarr-ombi-sync/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263614374,"owners_count":23488905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","nodejs","ombi","radarr","sync"],"created_at":"2025-06-07T20:07:47.653Z","updated_at":"2025-07-04T20:30:35.477Z","avatar_url":"https://github.com/mariotacke.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# radarr-ombi-sync\nIf you find yourself wanting to automatically remove monitored movies from [Radarr](https://github.com/Radarr/Radarr) after they become available, this tool is for you. Once [Ombi](https://github.com/tidusjar/Ombi) marks the movie as available, this service will remove it from the Radarr watch list.\n\n## When should I use this service?\nIf 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.\n\n## Running\n\n### Local\nWhen running locally, make sure to copy `.env.example` to `.env` and fill in\nyour information.\n\n```\nnpm install\nnpm start\n```\n\n### Docker\n```\ndocker run \\\n  --name radarr-ombi-sync \\\n  -e OMBI_HOST=http://ombi:3579 \\\n  -e OMBI_API_KEY=ombi-token \\\n  -e RADARR_HOST=http://radarr:7878 \\\n  -e RADARR_API_KEY=radarr-token \\\n  mariotacke/radarr-ombi-sync\n```\n\nor via `docker-compose`\n\n```\nversion: '3'\nservices:\n  radarr-ombi-sync:\n    image: mariotacke/radarr-ombi-sync\n    restart: unless-stopped\n    environment:\n      - OMBI_HOST=http://ombi:3579\n      - OMBI_API_KEY=ombi-token\n      - RADARR_HOST=http://radarr:7878\n      - RADARR_API_KEY=radarr-token\n```\n\n## Environment variables\nRunning locally or via Docker supports the following environment variables:\n- `OMBI_HOST`, your Ombi host and port, example: `http://ombi:3579`\n- `OMBI_API_KEY`, your Ombi API key\n- `RADARR_HOST`, your Radarr host and port, example: `http://radarr:7878`\n- `RADARR_API_KEY`, your Radarr API key\n- `POLLING_INTERVAL_SECONDS`, optional, the number of seconds between each sync\n\n## Requirements\n- [Node.js](https://nodejs.org/)\n- [Docker](https://www.docker.com/)\n- [Ombi](https://github.com/tidusjar/Ombi)\n- [Radarr](https://github.com/Radarr/Radarr)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariotacke%2Fradarr-ombi-sync","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmariotacke%2Fradarr-ombi-sync","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmariotacke%2Fradarr-ombi-sync/lists"}