-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Sonarr V4 support #207
Comments
Sonarr v4 has no Language Profiles. The rest of the API should be the same. Perhaps having a Sonarr Version dropdown and not trying to get language profiles when v4 is selected would suffice? I can help with some initial support for this. |
Sonarr v4 is now supported on jellyseerr/overseerr. Specifically Sonarr |
Thank you, working with jellyseerr |
@Fallenbagel just be aware, the compatibility is due of back porting the endpoints. This is only a temporary fix, as Overseerr (and to that extend) Jellyseerr aren't supporting V4 (yet). It's still deprecated and still needs a proper fix. |
The only thing is the language profile that's breaking the connection. So nothing to be too much scared about going on from here |
You should look at properly supporting V4 and not relying on a fix from Qstick to get some third party applications working. Besides, continuing to use deprecated endpoints creates unnecessary warnings on Sonarr event logs that something is using a deprecated endpoint. |
Hitting an endpoint that is depreciated - and thus likely to be removed eventually - and not fixing it doesn't really make logical sense nor does it fix the issue. All closing this does is kicks the can down the road where eventually the same issue will occur and Sonarr won't be supported. @hosaka an API version endpoint has been added; or status also has the version as well. either one would allow V4 to be determined and to skip trying to use language profiles in v4 given this is not fixed and is closed in error. |
@bakerboy448 Yeah I gathered that this is not "support for v4" from seeing "deprecated" language profile and no relevant commits on the develop branch, but it does make sonarr usable for the time being. I'm a bit confused about where the development is happening. Is the plan for jellyseerr to eventually merge this from upstream overseerr or PRs will be accepted in this repo? |
For overseerr specific feature like sonarr v4, we would like the PR to go upstream so we can merge from there |
How is full support for Sonarr v4 - and especially the change to Language Profile - coming along? |
Afaik, language profile is now handled by custom formats and is completely deprecated. We are keeping the option for just legacy support. You should be handling the languages through custom formats. |
Currently, the language profiles removed with Sonarr v4 are still available for compatibility reasons. However, Jellyseerr still queries and displays language profiles (marking them as “Deprecated”). This PR hides and does not query language profiles unless Sonarr v3 is used. fix #207
Currently, the language profiles removed with Sonarr v4 are still available for compatibility reasons. However, Jellyseerr still queries and displays language profiles (marking them as “Deprecated”). This PR hides and does not query language profiles unless Sonarr v3 is used. fix #207
Currently, the language profiles removed with Sonarr v4 are still available for compatibility reasons. However, Jellyseerr still queries and displays language profiles (marking them as “Deprecated”). This PR hides and does not query language profiles unless Sonarr v3 is used. fix Fallenbagel#207
🎉 This issue has been resolved in version 2.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Currently, the language profiles removed with Sonarr v4 are still available for compatibility reasons. However, Jellyseerr still queries and displays language profiles (marking them as “Deprecated”). This PR hides and does not query language profiles unless Sonarr v3 is used. fix Fallenbagel#207
Description
Currentlyy Jellyseerr isn't working with Sonarr V4.
This is an early request as V4 is in development.
sonarr:v4 tag available
https://github.com/hotio/sonarr/pkgs/container/sonarr
Desired Behavior
Being able to add a Sonarr V4 instance to Jellyseerr as well.
Additional Context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: