-
After setting up my buildarr.yml file and dumping my sonarr config into a corresponding yml, running
`buildarr run`
crashes with the following error message:
"No loaded plugins configured in …
-
Hi! I'm trying to set up Buildarr to automatically initialize Jellyseerr, and I'm running into an issue. When I try to add the Jellyfin authentication, Buildarr reports this error:
```
buildarr_jell…
-
the first time buildarr is ran it adds the mappings correctly but any consequent runs will fail with the following. the temporal fix is to comment the config entry or remove the mapping from sonarr it…
-
jellyseer is already configured and when I add the following entry and start buildarr it fails. I feel because I don't have any anime related config set
```
# buildarr.yaml
jellyseerr:
api_key…
-
https://github.com/buildarr/buildarr/issues/179
-
Hello --I'm very excited about your project. I'd really like to get this working.
I'm unsure if this is a bug or something amiss in my configuration. What really puzzles me is the mention of `Rada…
-
in sonar you can omit the authentication if you have it disabled. the spec is the following
```
username: Optional[str] = None
password: Optional[SecretStr] = None
```
will be nice to match the…
-
The current configuration structure relies on Pydantic V1-only constructs, so Buildarr is not compatible with Pydantic V2.
The easiest way to tackle this is probably just to attempt the upgrade, se…
-
Buildarr already natively runs on Windows as a standalone application, but a few users have requested the capability of registering and managing Buildarr as a Windows service, to run alongside *Arr ap…
-
Hello,
In my yml configuration I have the following:
```yml
WEBRip-1080p:
title: null
min: 0.0
preferred: 95.0
max: 100.0
```
You can see the values are set correctly here:
…