-
Notifications
You must be signed in to change notification settings - Fork 210
Flow plugin set radarr sonarr flow variables #812
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
base: master
Are you sure you want to change the base?
Flow plugin set radarr sonarr flow variables #812
Conversation
|
For the new versions of the plugins notifyRadarrOrSonarr (v3.0.0) or applyRadarrOrSonarrNamingPolicy (v2.0.0), the file info retrieval (the part that used only the imdb id) have been put in common via a separate setFlowVariablesFromRadarrOrSonarr plugin. If you want to try it you can :
If you were using a previous version, you need to delete it in your flow and drag and drop the plugin anew to use the most recent version.
|
|
This is awesome, and I used it for a plugin that I'm creating to work with Bazarr. I did add need to add a line into the sonarr returns so that I could set the episode ID variable as well (which is needed for Bazarr Could you add that to your PR? |
|
@matavach Done ! You gave the code for when the filename is used for the search (thanks!). I also added this feature for when imdb or tvdb ids are used. I tried the modification with every case possible :
Looks to work fine. |





Hi,
I had the need for a flow plugin, based on the same logic as setFlowVariable, that would read info from Sonarr or Radarr then make it available to other plugins. See #741 for more details.
This is my shot at undertaking that work.
Usage preconditions:
/!\ For files not using the IDs above, the less reliable parse method is used (match with filename).
It is used this way:


The execution will look something like that:
