intro-skipper icon indicating copy to clipboard operation
intro-skipper copied to clipboard

Trigger intro detection after adding media

Open Yankees4life opened this issue 2 years ago • 4 comments

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

Yankees4life avatar Dec 12 '22 01:12 Yankees4life

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.

Dnkhatri avatar Dec 16 '22 12:12 Dnkhatri

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

gaming09 avatar Jan 06 '23 00:01 gaming09

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>

pjpm15 avatar Feb 01 '23 14:02 pjpm15

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?

jack-mil avatar Jun 30 '23 16:06 jack-mil