ConfusedPolarBear / intro-skipper

Fingerprint audio to automatically detect and skip intro sequences in Jellyfin
GNU General Public License v3.0
988 stars 392 forks source link

Allow Intro Button via Script Injection #114

Closed JPVenson closed 1 year ago

JPVenson commented 1 year ago

Describe the feature you'd like added I would like to have a separate script provided via the Plugin e.g "auto-skipper-player-plugin.js" that i could inject via a reverse proxy instead of replacing the whole jellyfin UI.

Additional context This would allow me to use my own modifications while also keeping everything else as pristine as possible.

JoshuaMorley commented 1 year ago

I have just had a look at integrating this but it looks like it has already been implemented since November. We are just waiting for it to be added in a future release: https://github.com/ConfusedPolarBear/intro-skipper/blob/master/ConfusedPolarBear.Plugin.IntroSkipper/Plugin.cs#L79-L79

ConfusedPolarBear commented 1 year ago

Closing as this has been implemented in f4e84d4 and will be released in the next version.