Closed haijeploeg closed 2 years ago
Hello @haijeploeg, thank you for your interest in our work!
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.{% endraw %}
As a heads up, Sonarr's v3 endpoint is still heavily under development and is not ready for production use yet. We need to wait for them to finish development (and ideally also documentation) of the v3 endpoint prior to integrating into pyarr as the default.
I'll see if it's reasonable to add in a customizable ver_uri on our end though.
PR has been created to add this feature for you. This parameter will likely be removed once the v3 endpoint becomes official.
v3.1.2 has now been released with this workaround.
I am the developer op Excludarr and I would like to replace my own API wrapper for Sonarr and Radarr with this library. I'm running into a problem that the default
/api
endpoint is being used in Sonarr. Sonarr is not being clear about there being a v3 endpoint as well. The v3 endpoint of the api returns more information, for example if the show has ended or not. Also the v3 api endpoint supports adding an import exclusion when deleting the serie.Expected behavior
I expect to supply the
ver_uri
when initializing theSonarrAPI
classCurrent behavior
I cannot specify the
ver_uri
for SonarrAPI.Possible solutions
I suggest the following:
Context and reason
Excludarr relies on wether or not the show has ended or not. Also it would be nice if the addImportExclusion option is available when deleting a show. I have this currently like this in my code:
This functionality would really help me to intergrate this in Excludarr. I am more than happy to help or assist you if you need any help :)
Checklist