-
Notifications
You must be signed in to change notification settings - Fork 421
Inject into web at runtime #194
Comments
Do you, by chance, still have the custom webfiles? |
Have a look at #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 |
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 Both are working fine here with this change. |
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.
The text was updated successfully, but these errors were encountered: