intro-skipper
intro-skipper copied to clipboard
Inject into web at runtime
Describe the feature you'd like added Instead of using a custom web-interface it would be alot easier and more compatible if instead the necessary assets are injected at runtime by the plugin.
I dont know what is necessary or how exactly it works, but e.g. https://github.com/nicknsy/jellyscrub supports it and injects their timeline-images into the web-client like that.
Do you, by chance, still have the custom webfiles? It looks like the last build from 4 months ago has those files expired.
Do you, by chance, still have the custom webfiles? It looks like the last build from 4 months ago has those files expired.
Have a look at https://github.com/ConfusedPolarBear/intro-skipper/issues/189
I have also compared the files with the original jellyfin web ones, but am not sure how and when things have to be loaded.
Thank you so much, @Ruakij! ;)
Ig its possible since we just have to extract the commit from https://github.com/ConfusedPolarBear/jellyfin-web/commits/intros?author=ConfusedPolarBear and add those in a custom .js like Jellyscrub does
I think it would be actually important to implement it this way so that both plugins can coexist. I cannot run jellyscrub and this plugin at the same time since the webinterface is mounted as readonly when using this.
I think it would be actually important to implement it this way so that both plugins can coexist. I cannot run jellyscrub and this plugin at the same time since the webinterface is mounted as readonly when using this.
It's possible to use both, just change :ro
to :rw
on docker compose, mounting it as read/write.
Both are working fine here with this change.