-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Multiple Backends of the same type? #16
Comments
Hi I definitely see the use case for it so I will work towards supporting it. My initial analysis is that it will probably require some hierarchy in the configuration. While I think this is possible with the current configuration library it probably won't feel intuitive. I have been thinking of changing the config format, this might be a good reason to do it. Doing that will probably take a while. Maybe I can work something in until then. I'll keep you posted. But until then I have a suggestion for a workaround. The API to Radarr and Sonarr are identical so if you do not use Sonarr you could configure Arrnounced to notify Radarr4k as if it was Sonarr. I.e. something like this
|
Sadly i am using both radarr and sonarr so that wouldn't be a solution for me. Thanks for looking at it. |
Too bad the workaround doesn't work for you. The current configuration library makes this to weird to implement, it's some arbitrary ini format. Instead I've started the transition to TOML which is well defined and at least looks similar . |
The linked pull request gives the ability to configure multiple backends. Check the example config for the new structure and how TOML is used. I still have some sanity checks to add and after that I will probably test it for a while before making a new release. Feel free to try it out in the meantime and give feedback if you find any issues. |
Hi
I just got going with arrnounced yesterday, it works really well so thanks for your work on it.
I was wondering is it possible to support multiple backends of the same type? for example radarr and radarr4k?
I had a go at adding in a new section title radarr4k or radarr2 and arrnounced treated them as trackers and complained i hadn't set the irc details.
Am i missing something obvious on how to do this or is it not supported in the code?
Thanks!
The text was updated successfully, but these errors were encountered: