-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mods for Jellyfin on Unraid #36
Comments
Okay if you have modified the files you need to clear the cache of your
browser.. ctrl+shift+R or use incognito mode to load without cache..
Note you may on unraid need to restart the jellyfin container (I'm not too
familiar with unraid)
…On Fri, 23 Aug 2024, 14:35 dizi87, ***@***.***> wrote:
Hey,
first of all thanks for the great work. Unfortunately I have a problem
with modding my Jellyfin... :-(
I installed Jellyfin as an app / docker in unraid. And since this is a
docker installation I used the help.md to create that mount. So I now have
the folder ~home/Docker/jellyfin/jellyfin-web and I can see the files. But
when I am editing them, nothing happens. So I dont see any possibility to
try these great mods. Especially the own logo :-(
Does anybody know by chances how to use these mods in an unraid docker
container?
KR
—
Reply to this email directly, view it on GitHub
<#36>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPTXLHIAHRST4NMEOASTD3ZS43D5AVCNFSM6AAAAABNAGRSSWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQ4DGMJXGA2TMOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
thanks for your quick reply |
Okay let's quickly trouble shoot this
You are saving the changes and the changes exist on the server side of
things
Verify by putting your logo in the webroot and naming it logotest.png
Once saved are you able to get the logo in a browser http://192.168.
*.*:8096/web/logotest.png
Change the * part of the URL
And if you can see it you know it is saving the files correctly now we can
rule that out and it would have to be a browser issue
If you cannot see it, you have an issue where it either cannot see the
saved files (wrong dir) or cannot load those files
You may have to find a way to edit the pages inside of the docker console
instead of trying a volume mount if the volume is not working
(This is simple enough I would set a share up to a folder outside the
container, dump my mods in there and use the cp command to copy them over
to their home inside the container) for names etc you would have to use sed
command Inside the container
…On Sat, 24 Aug 2024, 20:25 dizi87, ***@***.***> wrote:
thanks for your quick reply
I tried restarting it, I loaded the page without cache, it is just not
working. Neither the change of the title (name on tab) nor the added logo.
Also checked the path for the logo multiple times. Since this looks like
html I made the patch "/logo/logo.png" but I also tried other paths (i have
no like 6 copies of my logo in there :-D )
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPTXLD3ZL5QABX4MKKP5D3ZTDM4BAVCNFSM6AAAAABNAGRSSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYGUYDONRXGA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
so I tried as you said, and I did not see the logo when calling it directly. So I took your idea and mounted another folder into my jellyfin docker and copied the whole web content into it, than I edited the files I needed and copied it back. It works! Thanks a lot! |
Awesome :) I'm glad you fixed it
…On Mon, 26 Aug 2024, 12:47 dizi87, ***@***.***> wrote:
so I tried as you said, and I did not see the logo when calling it
directly.
So I took your idea and mounted another folder into my jellyfin docker and
copied the whole web content into it, than I edited the files I needed and
copied it back. It works!
Thanks a lot!
—
Reply to this email directly, view it on GitHub
<#36 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFPTXLAEXXTW5LNZJUKGJOTZTMIW7AVCNFSM6AAAAABNAGRSSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJQGAYTENJXGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hey,
first of all thanks for the great work. Unfortunately I have a problem with modding my Jellyfin... :-(
I installed Jellyfin as an app / docker in unraid. And since this is a docker installation I used the help.md to create that mount. So I now have the folder ~home/Docker/jellyfin/jellyfin-web and I can see the files. But when I am editing them, nothing happens. So I dont see any possibility to try these great mods. Especially the own logo :-(
Does anybody know by chances how to use these mods in an unraid docker container?
KR
The text was updated successfully, but these errors were encountered: