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

[Feature] Inject custom JS / CSS into index.html #104

Closed Nikey646 closed 1 year ago

Nikey646 commented 1 year ago

Describe the feature you'd like added Injecting the required modified files into the Jellyfin index.html would be an amazing alternative to having to run an entire custom fork of jellyfin-web. The biggest downside would be that the implementation would need to use the jellyfin js api, instead of being able to modify the playback code.

Additional context This is how the implementation of JellyScrub works.