Omegabrr transforms monitored shows, movies, books and music from arrs into autobrr filters. It also supports adding titles from custom lists to autobrr filters.
Added Whisparr support using the golift.io/starr/radarr library
Tested and working as expected 🍆
It'll show up as client=whisparr type=radarr in the log output since we're basically using radarr.go for this, but the user sets type: whisparr in their config.
2023-02-03T19:11:02+01:00 DBG starting filter processing...
2023-02-03T19:11:02+01:00 DBG gathering titles... client=whisparr type=radarr
2023-02-03T19:11:02+01:00 DBG found 2 movies to process client=whisparr type=radarr
2023-02-03T19:11:02+01:00 DBG from a total of 2 movies we found 2 monitored and created 2 release titles client=whisparr type=radarr
2023-02-03T19:11:02+01:00 DBG got 2 filter titles client=whisparr type=radarr
2023-02-03T19:11:02+01:00 TRC Naughty?Movie,Kyles?Forgotten?Tapes client=whisparr type=radarr
2023-02-03T19:11:02+01:00 DBG updating filter: 13 client=whisparr type=radarr
Added Whisparr support using the golift.io/starr/radarr library Tested and working as expected 🍆
It'll show up as
client=whisparr type=radarr
in the log output since we're basically usingradarr.go
for this, but the user setstype: whisparr
in their config.