2024-08-13, 12:32 PM
Hi, first of all thank you for this.
I'm good at following instructions but the guide has been so confusing. Btw, I'm on windows and I have basic knowledge of HTML, and coding.
So I got Ubuntu from Microsoft Store, and also turned on the Windows Subsystem for Linux feature from "Turn Windows features On or Off" since Ubuntu wasn't working without this or I'd get "WSLRegisterDistribution Failed with Error: 0x8007019e"
1. I downloaded the repo from here, but what do I do with it? It says few that a files from that repo zip "slideshow.html featuredstyles.css and featuredscripts.js" will stay in C:\Program Files\Jellyfin\Server\jellyfin-web\
But at what point do I copy them in that directory? after downloading it or after running the commands mentioned in the next steps?
2. I ran these commands in Ubuntu
sudo apt install jq python3
cd "/mnt/c/Program Files/Jellyfin/Server/jellyfin-web/"
ls | grep home-html
3. I found
home-html.YOURSWILLHAVENUMBERSHERE.chunk.js
and added this line in that json
<style>.featurediframe { width: 89vw; height: 300px; display: block; border: 1px solid #000; margin: 0 auto}</style> <iframe class="featurediframe" src="/web/avatars/slideshow.html"></iframe>
I also got my user id and api key for this to work, I added my api key, and user id in pull.py on line 8, line 10 & I also did the same in make.sh file on line 18, 19, 27, & 28.
I did not understand anything after that esp the point 7b from the guide could you please elaborate the steps from 7b to 10?
And after doing all of this I did get the featured bar but sometimes it was all blank, and sometimes the left, and right buttons below the featured bar would break it and cause the images to disappear, Most of the time the featured bar was blank.
Does the featured bar pick random media from library or do I have to enter the movies I want to be shown in the featured bar?
It would also be helpful if you could show screenshots or gifs from step 5 to 10, and the directory C:\Program Files\Jellyfin\Server\jellyfin-web\avatars
Thanks!
I'm good at following instructions but the guide has been so confusing. Btw, I'm on windows and I have basic knowledge of HTML, and coding.
So I got Ubuntu from Microsoft Store, and also turned on the Windows Subsystem for Linux feature from "Turn Windows features On or Off" since Ubuntu wasn't working without this or I'd get "WSLRegisterDistribution Failed with Error: 0x8007019e"
1. I downloaded the repo from here, but what do I do with it? It says few that a files from that repo zip "slideshow.html featuredstyles.css and featuredscripts.js" will stay in C:\Program Files\Jellyfin\Server\jellyfin-web\
But at what point do I copy them in that directory? after downloading it or after running the commands mentioned in the next steps?
2. I ran these commands in Ubuntu
sudo apt install jq python3
cd "/mnt/c/Program Files/Jellyfin/Server/jellyfin-web/"
ls | grep home-html
3. I found
home-html.YOURSWILLHAVENUMBERSHERE.chunk.js
and added this line in that json
<style>.featurediframe { width: 89vw; height: 300px; display: block; border: 1px solid #000; margin: 0 auto}</style> <iframe class="featurediframe" src="/web/avatars/slideshow.html"></iframe>
I also got my user id and api key for this to work, I added my api key, and user id in pull.py on line 8, line 10 & I also did the same in make.sh file on line 18, 19, 27, & 28.
I did not understand anything after that esp the point 7b from the guide could you please elaborate the steps from 7b to 10?
And after doing all of this I did get the featured bar but sometimes it was all blank, and sometimes the left, and right buttons below the featured bar would break it and cause the images to disappear, Most of the time the featured bar was blank.
Does the featured bar pick random media from library or do I have to enter the movies I want to be shown in the featured bar?
It would also be helpful if you could show screenshots or gifs from step 5 to 10, and the directory C:\Program Files\Jellyfin\Server\jellyfin-web\avatars
Thanks!