RandomNinjaAtk / docker-sonarr-extended

Sonarr (develop) with bash scripts to automate and extend functionality.
GNU General Public License v3.0
66 stars 15 forks source link

Sonarr V4 not supported? #11

Closed PutzJimmy closed 1 year ago

PutzJimmy commented 1 year ago

Hi. Trying to set this up as I love your Lidarr extended one. But noticed that this one pulls the new v4 sonarr and don't seem to be able to fully run the AutoConfig and Recyclarr or is there any extra config that has to be done?

Also does this support a dual setup, I currently have two sonarr setups to have one up to 1080p and one 2160p.

RandomNinjaAtk commented 1 year ago

Recyclarr is working, that was fixed in the latest update as of yesterday. However, I haven't re-tested the AutoConfig since the move to V4, so that may be broken.

I believe sonarr itself doesn't support multiple qualities/versions, so you'd have to continue to run two setups, which you could do with this container.

PutzJimmy commented 1 year ago

Gotcha. thx for the quick reply and keep up the awesome work =)

RandomNinjaAtk commented 1 year ago

Gotcha. thx for the quick reply and keep up the awesome work =)

One thing to note, recylcarr was upgraded to V3, so you likely need to rebuild your config file to support it... The included default config files were updated to support the changes, see here: https://github.com/RandomNinjaAtk/docker-sonarr-extended/blob/main/root/recyclarr.yaml

PutzJimmy commented 1 year ago

Yeh i did a clean install on the side of my other sonarr just for testing but nothing was imported from AutoConfig nor Recyclarr

RandomNinjaAtk commented 1 year ago

Double check your /config/extended/configs/recyclarr.yaml to make sure its configured with URL and API key. (https://github.com/RandomNinjaAtk/docker-sonarr-extended/wiki/Recyclarr.bash)

I'll probably setup a test instance soon to bugfix and verify things do what there supposed to do on a new install.

RandomNinjaAtk commented 1 year ago

After a quick test, I'd say 90% of everything worked on a new install, recyclarr worked without issue and AutoConfig worked for almost everything with the exception of file naming did not work.

The app forces a new setup process by requiring authentication, so maybe your issue was because the scripts ran before you had done the basic configuration... This is just speculation...

PutzJimmy commented 1 year ago

It was not configured with url and api, putting that in made recyclarr work. Can you post what should go into the naming?

PutzJimmy commented 1 year ago

Did a test now with just keeping the config.xml and sonarr.db to keep the authentication settings. recyclarr.yaml did not update with url and api

PutzJimmy commented 1 year ago

https://pastebin.com/ByQ7AVNs if u wanna see my docker log for the script part

RandomNinjaAtk commented 1 year ago

Did a test now with just keeping the config.xml and sonarr.db to keep the authentication settings. recyclarr.yaml did not update with url and api

When the Recyclarr script runs, it should update the URL and API key for you, it worked for me... Maybe just a timing thing...

Fixed the autoconfig: https://github.com/RandomNinjaAtk/docker-sonarr-extended/commit/05aae07779f3831c76aa015a8584038fad69eea4

So after the latest update builds, delete the /config/extended/logs/autoconfig file, pull the new image, and start the container. It should then run the AutoConfig script and configure the only part that wasn't configured.

PutzJimmy commented 1 year ago

Did a fresh one again with latest and now it seems to be working =) thx a bunch

RandomNinjaAtk commented 1 year ago

I have confirmed everything is working as intended. So it should be working as designed on a fresh install with the latest update.

RandomNinjaAtk commented 1 year ago

Thanks for the bug report