SH implementation of Seekarr as alternative to Huntarr. https://github.com/GAS85/sh-seekarr
1.1K
Source Code Repository: https://github.com/GAS85/sh-seekarr
A lightweight, dependency-free replacement for the seekarr and seekarr projects.
It queries Sonarr and/or Radarr for missing and/or cutoff-unmet ("upgrade") items, randomly selects up to a configurable limit, and triggers a targeted search for just those items — instead of hammering every wanted item at once.
The Typescript-based seekarr project loads node image and packages that is not memory efficient at all, only idle mode requeues 50 MBs of RAM and 150+ MB docker image.
The Python-based seekarr kind of the same and is overloaded with functions and UI.
No Python, no Typescript no persistent state, no database.
wanted/missing and/or wanted/cutoff endpoints, depending on SHSEEKARR_SEARCH_MODE.monitored query param and a client-side re-check (in case the Sonarr/Radarr version being talked to ignores the query param).sort -uR).SHSEEKARR_LIMIT (or per-app override) items.Breaking Bad S04E04 for Sonarr, Heat (1995) for Radarr.EpisodeSearch / MoviesSearch) for exactly those items — or, if SHSEEKARR_DRY_RUN=true, just prints what would be sent.An app is skipped automatically if its URL or API key isn't configured, so you can safely run this with only Sonarr, only Radarr, or both.
docker run --name sh-seekarr \
-e "SHSEEKARR_SONARR_URL=http://sonarr:8989/" \
-e "SHSEEKARR_SONARR_APIKEY=your key" \
-e "SHSEEKARR_RADARR_URL=http://radarr:7878/" \
-e "SHSEEKARR_RADARR_APIKEY=your key" \
--restart no \
gas85/sh-seekarr:latest
Please refer to docker-compose.yml example.
Content type
Image
Digest
sha256:aeca40472…
Size
9.9 MB
Last updated
about 1 month ago
docker pull gas85/sh-seekarr