From 6d65fb049582d960589f7aec0cf2c8de22bfabdb Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Sun, 30 Mar 2025 21:21:59 +0530 Subject: [PATCH] New: Updated documentation to allow users to customise their login page background image --- README.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7525011..6036059 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ https://github.com/user-attachments/assets/7a492f89-9c82-4038-a07a-a9a59e4f8eef
- 4️⃣ - All the icons on my LG TV seem to be broken. How to fix? + 4️⃣ - All the icons on my LG TV seem to be broken. How to fix them? - It seems that modern Material Icons which this theme uses are [not compatible on some WebOS TVs](https://github.com/lscambo13/ElegantFin/issues/39). There is a [huge similar thread](https://www.reddit.com/r/youtubetv/comments/e27go3/chinese_symbols_instead_of_icons_on_lg_tv/) about this. - This bug can be fixed by using the older icons, so I have implemented the following workaround to bring back older, supported icons. @@ -120,7 +120,23 @@ https://github.com/user-attachments/assets/7a492f89-9c82-4038-a07a-a9a59e4f8eef
- 5️⃣ - How do I report bugs/issues? + 5️⃣ - How to customize the login screen? + +- To enable the background wallpaper on the login screen, first tick the 'Enable the splash screen' option in your Jellyfin Dashboard below the Custom CSS Box. +- Second, copy and paste the following code at the end in Custom CSS box but don't save yet. + ``` + :root{ + --loginPageBgUrl: url("/Branding/Splashscreen?format=webp&foregroundLayer=1&quality=33&width=3840&height=2160&blur=2"); + } + ``` +- Third, replace with your Jellyfin server address. For example, if your Jellyfin is hosted at http://192.168.0.1:8097, it should look like http://192.168.0.1:8097/Branding... . +- Don't forget the correct http or https in your domain. +- You can also modify the parameters, for example blur size or the resolution, according to your liking. +- Once done, save and refresh your apps and webpages. +
+ +
+ 6️⃣ - How do I report bugs/issues? - First check [here](https://github.com/lscambo13/ElegantFin/issues?q=) whether a similar issue has been reported already. If it exists, upvote and comment there to let me know. - Alternatively, create a new issue [here](https://github.com/lscambo13/ElegantFin/issues/new/choose). @@ -128,7 +144,7 @@ https://github.com/user-attachments/assets/7a492f89-9c82-4038-a07a-a9a59e4f8eef
- 6️⃣ - When can I expect another update? + 7️⃣ - When can I expect another update? - 🤷