intro-skipper icon indicating copy to clipboard operation
intro-skipper copied to clipboard

Inject into web at runtime

Open Ruakij opened this issue 1 year ago • 6 comments

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. image

Ruakij avatar Aug 15 '23 10:08 Ruakij

Do you, by chance, still have the custom webfiles? It looks like the last build from 4 months ago has those files expired.

svenons avatar Aug 27 '23 11:08 svenons

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.

Ruakij avatar Aug 27 '23 15:08 Ruakij

Thank you so much, @Ruakij! ;)

svenons avatar Aug 28 '23 07:08 svenons

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

Dysta avatar Sep 04 '23 08:09 Dysta

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.

iluvatyr avatar Sep 05 '23 21:09 iluvatyr

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.

ovosimpatico avatar Sep 20 '23 16:09 ovosimpatico