Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Inject into web at runtime #194

Open
Ruakij opened this issue Aug 15, 2023 · 6 comments
Open

Inject into web at runtime #194

Ruakij opened this issue Aug 15, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@Ruakij
Copy link

Ruakij commented Aug 15, 2023

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 Ruakij added the enhancement New feature or request label Aug 15, 2023
@svenons
Copy link

svenons commented Aug 27, 2023

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

@Ruakij
Copy link
Author

Ruakij commented Aug 27, 2023

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

@svenons
Copy link

svenons commented Aug 28, 2023

Thank you so much, @Ruakij! ;)

@Dysta
Copy link

Dysta commented Sep 4, 2023

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

@iluvatyr
Copy link
Contributor

iluvatyr commented Sep 5, 2023

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.

@ovosimpatico
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants