https://github.com/l3uddz/wantarr
CLI Tool to find wanted media for the *arr suite
https://github.com/l3uddz/wantarr
Last synced: 3 months ago
JSON representation
CLI Tool to find wanted media for the *arr suite
- Host: GitHub
- URL: https://github.com/l3uddz/wantarr
- Owner: l3uddz
- Created: 2020-01-25T11:28:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T04:12:53.000Z (4 months ago)
- Last Synced: 2025-03-31T16:17:50.647Z (4 months ago)
- Language: Go
- Size: 145 KB
- Stars: 73
- Watchers: 3
- Forks: 10
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# wantarr
A simple CLI tool that can be used to search for wanted media in:
- Sonarr
- RadarrOnce an item has been searched, it will not be searched again until the retry days setting has been reached.
## Configuration
```yaml
pvr:
sonarr:
type: sonarr_v3
url: https://sonarr.domain.com
api_key: YOUR_API_KEY
retry_days_age:
missing: 90
cutoff: 90
radarr:
type: radarr_v2
url: https://radarr.domain.com
api_key: YOUR_API_KEY
retry_days_age:
missing: 90
cutoff: 90
radarr4k:
type: radarr_v3
url: https://radarr.domain.com
api_key: YOUR_API_KEY
retry_days_age:
missing: 90
cutoff: 90
```## Examples
- `wantarr missing radarr -v -m 20`
- `wantarr cutoff radarr4k -v -m 20`## Notes
Supported Sonarr Version(s):
- 3
Supported Radarr Version(s):
- 2
- 3