Jellyfin Forum
jellyfin theme glassmorphism - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Themes & Styles (https://forum.jellyfin.org/f-themes-styles)
+--- Thread: jellyfin theme glassmorphism (/t-jellyfin-theme-glassmorphism)



jellyfin theme glassmorphism - alexyle - 2024-01-20

I have made a fork of this theme:  My custom css for movies/tv show sections : jellyfin (reddit.com)

The fork add glassmorphism theme.

Example:
[Image: 298105470-024a3f5f-f19d-4ad2-825c-23353e630223.png]
 
 
[Image: 298104937-fdf4ad37-5cd5-4f94-985f-196143d8daf8.png]
 
 
[Image: 298199066-a7b851a6-303f-4489-a7bc-6362a92e0d0a.png]

 
Installation:
add on custom css
Code:
@import 'https://cdn.jsdelivr.net/gh/alexyle/jellyfin-theme@main/glassmorphism/theme.css';




RE: jellyfin theme glassmorphism - Chat-mots - 2024-01-20

Great look, I love it !
However there is no option to change the language and subtitle for a video. Slightly-frowning-face


RE: jellyfin theme glassmorphism - alexyle - 2024-01-20

(2024-01-20, 08:26 PM)Chat-mots Wrote: Great look, I love it !
However there is no option to change the language and subtitle for a video. Slightly-frowning-face

Changing the subtitles works for me, I don't know why that's happening


[Image: 298199066-a7b851a6-303f-1824-a7bc-6362a9...f?raw=true]


RE: jellyfin theme glassmorphism - Chat-mots - 2024-01-20

Right ! I meant on the menu. But it's not a big problem now that I think of it. 😅 [Image: raw.png]


RE: jellyfin theme glassmorphism - Tom - 2024-01-25

I was looking for new theme. Nice work


RE: jellyfin theme glassmorphism - Sapd - 2024-01-26

I especially like the Movie screen.
However the backdrop seems to bug: https://i.imgur.com/KAXNL54.png (tested in chrome and safari)

Also the missing selection of language and subtitle BEFORE playing it is actually a huge problem. Because the player in jellyfin-web is a bit buggy for language/subs selection and does not work always reliable when already watching.


RE: jellyfin theme glassmorphism - alexyle - 2024-01-26

(2024-01-26, 09:21 AM)Sapd Wrote: I especially like the Movie screen.
However the backdrop seems to bug: https://i.imgur.com/KAXNL54.png (tested in chrome and safari)

Also the missing selection of language and subtitle BEFORE playing it is actually a huge problem. Because the player in jellyfin-web is a bit buggy for language/subs selection and does not work always reliable when already watching.


For the backdrop I don't found good solution for the moment,

and for the language/subs selection I added it.


RE: jellyfin theme glassmorphism - Iskelderon - 2024-05-18

Thanks for sharing

For my tastes I fiddled with the background a bit after the import statement (since the .detailPageSecondaryContainer appeared to have just a solid background and the backdrop came out too dark), but otherwise it's just what I was looking for.
Code:
.backgroundContainer.withBackdrop {  background-color: rgba(0, 0, 0, 0.50);  }
.noBackdropTransparency .detailPageSecondaryContainer {  background-color: rgba(16,16,16,.90);  }