Support skip intro for Jellyfin via plugin

A plugin is available for Jellyfin to add functionality for intro skipping. It adds an API route with info about detected intro:

GET /Episode/[item id]/IntroTimestamps

{
    "EpisodeId": "[item id]",
    "Valid": true,
    "IntroStart": 100,
    "IntroEnd": 130,
    "ShowSkipPromptAt": 95,
    "HideSkipPromptAt": 110
}

All timestamps are in seconds. More info on github

It would be a nice feature before Jellyfin implements this officially.

35 Likes

+1 much needed

API docs

3 Likes

What is the source of this data? Is Jellyfin analyzing videos like plex or something else?

Yeah, the jellyfin plugin is analyizing audio of the entire tv-show library. if it detects the same audio over multiple episodes/seasons it gives you the option to skip the section.

And by looking at the popularity of the github repo, its most likely going to be added to the official Jellyfin repo

UPDATE:

4 Likes

This is indeed very interesting suggestions. Would love to see Jellyfin compete with Plex on this one, it’s such a handy feature! :slight_smile:

Would love to see that integrated!

Would love to get this feature integrated. Let me know if anyway we can help. Thanks.

Don’t forget that you need to click the like button on the first post in this thread to show your support for this suggestion! :wink:

Any news about implementing this feature?

Any updates?

Welcome to the forum!

To see what’s on the upcoming features list you can follow this thread.

Also the developers will tag some suggestions with indicators of that suggestions status and you can see what those tags mean here.

Don’t forget that you need to click the like button on the first post in this thread to show your support for this suggestion! :wink:

1 Like