Skip to content
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

Change season folders to be a non hardcoded value #849

Open
DJCMBear opened this issue Sep 2, 2023 · 0 comments
Open

Change season folders to be a non hardcoded value #849

DJCMBear opened this issue Sep 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DJCMBear
Copy link

DJCMBear commented Sep 2, 2023

Is your feature request related to a problem? Please describe.

Not sure if I am the only one or if others find this an issue, I find myself using Petio to search for new shows but then manually add them to Sonarr because I don't use season folders and this has been hard set to true in the Sonarr service addShow method (Line 230), either doing it manually or using Petio to add the show and then going to Sonarr to disable season folders for the new shows once all have been added.

Describe the solution you'd like

It would be nice to see an option to enable or disable this option in the form when adding Sonarr servers in the UI.

Describe alternatives you've considered

I personally patched this line of code in my setup to check if this.config.seasonFolder evaluates to a boolean or uses the old default value of true If not, this works currently by manually adding the property to the Sonarr config objects (not sure if it will get overwritten if you use the UI to edit a Sonarr servers config).

Additional context

It would be good to patch the alpha version of Petio currently v0.5.4-alpha until v1 or v2 are ready but would also be nice to see this additional option ported over to those versions if it hasn't been included already.

@DJCMBear DJCMBear added the enhancement New feature or request label Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant