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.
41 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:
opened 09:02PM - 05 Jul 22 UTC
👋 Hi! I'm Anthony from the Jellyfin Core Team. As the plugin is getting to be mo… re popular, we'd like to talk a bit about how we can best support you, or even bring the plugin/web changes to be part of the project.
Would you be interested in joining our chat to discuss this further? We're primarily on Matrix, but you can join via Discord too. One note is that if you join via Discord, then we wouldn't be able to DM/etc.
Our contact links are all here: https://jellyfin.org/contact/
**Edit:** I see you're in some of the rooms already! Send me a ping whenever you're around.
4 Likes
Smexhy
September 17, 2022, 2:33pm
9
This is indeed very interesting suggestions. Would love to see Jellyfin compete with Plex on this one, it’s such a handy feature!
foux
October 28, 2022, 6:17am
10
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!
Any news about implementing this feature?
Johnblaze00:
updates?
Welcome to the forum!
To see what’s on the upcoming features list you can follow this thread.
We’re continuously working on new features and improvements for Infuse, and a preview of some of the things we have in the pipeline can be found below. A complete history of past releases can be found here
Infuse Pro subscribers receive new updates automatically
7.6.5 (in progress)
Support for VoiceOver rotor actions
Switched Cloud Backup default to on
Link Spotlight search results to details page instead of starting playback (iOS)
Improved button alignment in Settings menu (tvOS)
Fix…
Also the developers will tag some suggestions with indicators of that suggestions status and you can see what those tags mean here.
We’re starting to add tags for topics in the Suggestions area to better communicate our plans for future updates.
Not all topics will have tags, but here’s an overview of what the current tags mean.
Pending = Feature/issue has been queued for review (usually applies to bugs)
Researching = Feature/issue is under investigation
Wishlist = A good idea for a future update (no ETA available)
Planned = Feature has been given a loose internal timeframe (no ETA available)
In-Progress = Feature …
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!
1 Like
Any updates? Only tagged as Suggestions…
1 Like
They are prolly waiting for the plugin to be merged into Jellyfin.
1 Like
foux
October 20, 2023, 10:42am
18
This plugin won’t ever be merged into Jellyfin. But what will happen in Jellyfin is universal support for markers (intro, credits, outro, commercials…) that external plugins will set.
2 Likes