intro-skipper
intro-skipper copied to clipboard
Trigger intro detection after adding media
I would like the feature to have an episode analyzed after being imported. I think that'll prevent me from going to schedule tasks all the time and running it to analyze the intros
I would like the feature to have an episode analyzed after being imported. I think that'll prevent me from going to schedule tasks all the time and running it to analyze the intros
I just set it to run hourly as it only runs on files that have not been fingerprinted before it does not take to much processing power.
I would like the feature to have an episode analyzed after being imported. I think that'll prevent me from going to schedule tasks all the time and running it to analyze the intros
Would love to see this
If you use Sonarr, you can setup a webhook that will call an API request on import.
First, you have to get the Intro Detection Scheduled Task ID.
I used the Jellyfin built in swagger to get the id.
http://your_ip_here:port/api-docs/swagger/index.html
Then setup a Webhook connection in Sonarr.
Use POST method, Add this on URL: http://your_ip_here:port/ScheduledTasks/Running/<detect_intro_id>?api_key=<jellyin_api_key_here>
I have implemented the webhook which works well. But it would also be nice to have it as a task trigger method. Or is that not supported by Jellyfin?