Closed k29t59dh closed 9 months ago
Bazarr does already search for subtitles when new media is imported in Sonarr/Radarr. I don't know why you use external script to achieve that.
If you want to create a PR to dev branch for a "Never", you need to edit at least those files:
Bazarr does already search for subtitles when new media is imported in Sonarr/Radarr. I don't know why you use external script to achieve that.
Right, I misremembered. I added that because I think in some cases bazarr would "upgrade" imported subtitles even with Upgrade Manually Downloaded or Translated Subtitles disabled - maybe an import timing issue. So I trigger it manually only when none are present.
Thanks for the links, I'll take another look at it.
Actually, I’ve been looking at for the last few days and I’m just about done with an implementation that should handle all your current concerns. Basically, almost every task will have a Manually option.
@k29t59dh Something else to fix here?
No news, good news!
I just noticed this - I'll test it out. Helps enormously, thank you.
I've been running this for a couple weeks - works beautifully. Thanks again.
Good to hear that it's working as intended. Just doing our part to save energy and keep the Earth green, 1 watt at a time. 😀
To follow-up on https://github.com/morpheus65535/bazarr/issues/2044
I've almost solved it by:
Despite that the scheduled search and upgrade tasks still spin up the disks, so the one remaining piece would be a Never option for Search and Upgrade Subtitles:
I tried to hack it in (at least to test) but I couldn't find the frontend sources in my docker install. Maybe someone more knowledgable can tackle that.
I can post my sonarr and radarr scripts if anyone else would like to use them.