Jellyfin Forum
intro-skipper project dead? - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Plugin Development (https://forum.jellyfin.org/f-plugin-development)
+--- Thread: intro-skipper project dead? (/t-intro-skipper-project-dead)

Pages: 1 2 3 4 5 6 7


RE: intro-skipper project dead? - pavichokche - 2024-06-13

(2024-06-12, 05:14 AM)gaming09 Wrote: same im not sure whats up with the android client, it also doesnt show the bif previews in the app anymore

If you switch in Client settings to the 'Web player' then the new trickplay-based images work (the jellyscrub bif-based images are replaced in 10.9+). Who knows, the intro skip might work on that player too, but it's kind of a worse player than the 'Integrated player' because it has no background playback (screen off) and it needs transcoding/remuxing on many formats. Also I think it doesn't have gesture support. So if you're not using these features of the integrated player, switching to the web player might unlock all the missing functionality (trickplay scrub images and intro skipping).


RE: intro-skipper project dead? - pcm - 2024-06-20

(2024-05-20, 12:32 PM)TheDreadPirate Wrote: https://github.com/jumoog/intro-skipper

Does this work with southpark episodes ? I can see it working with other TVshows... but it does not seem to be working for southpark for whatever reason ... Is it just me or have others had this problem too ?

EDIT: I take that back... It does not work with any tv-show on AppleTV's Swiftfin app...


RE: intro-skipper project dead? - podonnell - 2024-07-08

Where do I look for support on this plugin? I have it completely working but just had an instance where a skip segment was wrong, and the manage fingerprints appeared correct (blue during the actual intro).


RE: intro-skipper project dead? - Efficient_Good_5784 - 2024-07-09

(2024-07-08, 09:50 PM)podonnell Wrote: Where do I look for support on this plugin? I have it completely working but just had an instance where a skip segment was wrong, and the manage fingerprints appeared correct (blue during the actual intro).
For the intro skipper plugin that's still being maintained, they have a discord chat linked on the about section in the github page: https://github.com/jumoog/intro-skipper

I would try asking there for help.


RE: intro-skipper project dead? - gaming09 - 2024-07-18

attempted to put a request into the githubs for the android apks and was told they will not support 3rd party plugins. not sure why, this seems liek a basic function that works and can be folded into the main app


RE: intro-skipper project dead? - pavichokche - 2024-07-18

(2024-07-18, 06:55 AM)gaming09 Wrote: attempted to put a request into the githubs for the android apks and was told they will not support 3rd party plugins. not sure why, this seems liek a basic function that works and can be folded into the main app

That is their usual stance on most things, and I kind of understand it. However, in this case they don't need to do much. The plugin is already supported and working on the SERVER, and it just sends control commands to the clients that are playing content. The client PLAYER just needs to support receiving "skip to" commands from the server.
For example, the Android TV client, which is worked on by many of the same people, built-in player does support intro/credits skipping.


RE: intro-skipper project dead? - B C - 2024-10-17

(2024-07-18, 01:48 PM)pavichokche Wrote:
(2024-07-18, 06:55 AM)gaming09 Wrote: attempted to put a request into the githubs for the android apks and was told they will not support 3rd party plugins. not sure why, this seems liek a basic function that works and can be folded into the main app

That is their usual stance on most things, and I kind of understand it. However, in this case they don't need to do much. The plugin is already supported and working on the SERVER, and it just sends control commands to the clients that are playing content. The client PLAYER just needs to support receiving "skip to" commands from the server.
For example, the Android TV client, which is worked on by many of the same people, built-in player does support intro/credits skipping.

Was looking to switch to Jellyfin, but from what you're saying, intro skip doesn't work on certain clients?


RE: intro-skipper project dead? - TheDreadPirate - 2024-10-17

Intro skipper injects modifications into Jellyfin-web. Because of this, the only clients that can use intro skipper are those that are based on jellyfin-web. "Native" clients need to add intro skipper support separately. Since it isn't an official plugin nor integrated into Jellyfin, I don't foresee our native clients supporting it.

Web based clients:
Jellyfin Media Player
Jellyfin for Android
Jellyfin Mobile (iOS)
WebOS
Tizen (not sure if this uses local copy of web or server provided web)

Native clients:
Android TV
Swiftfin
Roku


RE: intro-skipper project dead? - B C - 2024-10-17

Ok thanks for the info. Any reason this is not getting baked into Jellyfin? I think it was in Emby and Plex.


RE: intro-skipper project dead? - TheDreadPirate - 2024-10-17

The way the intro skipper plugin worked is by analyzing and "fingerprinting" the video looking for where there are repeats between episodes (intros/outros). But that is computationally expensive, in additional to all the other features in Jellyfin that are computationally expensive. In 10.10, there will be a feature called "media segments" that may enable a built-in intro skipper at a future time in a much less computationally expensive manner.