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

Show Skip intro as long as the intro is playing #131

Closed Mavyre closed 1 year ago

Mavyre commented 1 year ago

Describe the feature you'd like added That would be great to have a settings to have the intro button stay as long as the intro is playing, instead of a fixed amount of time.

Additional context We can do it manually by replacing HideSkipPromptAt by IntroEnd in the code. Having a setting would make it easier to modify

0TTA commented 1 year ago

It might be a good idea to show the Skip Intro for the first 5 seconds and then hide it unless you move the mouse. 

Mavyre commented 1 year ago

@0TTA That would be even more interesting! Might be pretty easily doable depending on how the current interface is done.