-
Notifications
You must be signed in to change notification settings - Fork 170
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
Flow Plugin notify Radarr or Sonarr, more robust and new output for file not found #600
Flow Plugin notify Radarr or Sonarr, more robust and new output for file not found #600
Conversation
@HaveAGitGat My bad about the eslint warnings and errors. I fixed it. |
Changing this PR to draft as I intend to modify it regarding the issue detected in this post : HaveAGitGat/Tdarr#975 |
After some rework due to the issue HaveAGitGat/Tdarr#975, this plugin now tries to get the imdbId from the file's name + path and then use the lookup endpoints to get the movieId/serieId :
If there is no imdbId found or if these endpoints fail to return the movieId/serieId, then the parse endpoint is used as a fallback method. I tested the new version thoroughly (thousands of files, series and movies) on my side. The tests I ran included files that didn't have an imdbId, or had an imdb that doesn't exist, for both movies and series. I also got confirmation from the issue's OP that the modifications solve his problem. |
@HaveAGitGat Hi, I see the checks are failing at "auto_compile_and_push" because of an error while executing a git command. I don't see more detail. Anything I can do on my side ? |
Thanks, looks good. |
Hi there,
I added a new version of the flow plugin notifyRadarrOrSonarr for two reasons :
Might fix #578 and fix this issue. It's hard to be sure but the logs looks like what I was running into before I applied the modifications.