This is a Jellyfin theme inspired from JellySeerr to improve the overall look and experience with various fixes to the UI and behaviour.
Author: lscambo13
- modern layouts and colors
- new animations on some elements
- reduced clutter by hiding unimportant buttons and elements
- overall rounded design
- stylish borders, hover effects and shadows
- various fixes to the user experience
ElegantFin.Theme.Demo.Video.mp4
Paste the following in Custom CSS code box:
@import url("https://cdn.jsdelivr.net/gh/lscambo13/ElegantFin@main/Theme/ElegantFin-jellyfin-theme-build-latest-minified.css");
Detailed steps for server-side implementation
- Open Dashboard from Administration tab in Settings.
- Select General tab from the side bar.
- Scroll down to find Custom CSS code box under Branding section.
- Paste the custom css in Custom CSS code box.
- Click save
Detailed steps for client-side implementation
- Open Display tab in Settings.
- Scroll down to find Custom CSS code box.
- Paste the custom css in Custom CSS code box.
- Click save.
- Documentation yet to be added. Help needed.
- Experimental add-ons
- Jellyfin Server v10.10.3
- Jellyfin Android App v2.6.2
1️⃣ - How do I check if I am using the latest version on ElegantFin?
- To make sure that you are using the latest version of ElegantFin, check the version number at the bottom in the Dashboard screen.
- It should be something like ElegantFin v25.03.XX
2️⃣ - I see that a newer version is available, but I have not received it yet. Why?
- If Dashboard footer shows an old version, it means that your app is still using an old cache.
- Once that cache is updated, the new version will be loaded.
- To get the latest version, you will need to clear cache. There are multiple ways to do it.
- On web version, force a hard refresh of the page using CTRL + F5.
- On apps, try signing out and back in again. OR in case of Jellyfin Media Player on windows, you might need to delete the cache folder. That should definitely pull the latest version.
3️⃣ - Why do I notice visual bugs and inconsistencies on Jellyfin Media Player?
- Currently JMP uses Qt 5.x which uses an outdated web engine, so many new CSS features do not work. Once they release a new version based on Qt 6.x, most issues should automatically be resolved. Until then, I advise using the web app instead.
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. There is a huge similar thread 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.
-
Simply add the following code at the end in Custom CSS box and save, then refresh your apps and webpages:
:root{ --iconPack: 'Material Icons'; }
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("<YOUR-JELLYFIN-SERVER-ADDRESS>/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?
7️⃣ - When can I expect another update?
- 🤷