All Projects → prayag17 → JellySkin

prayag17 / JellySkin

Licence: other
Vibrante/minimal Jellyfin CSS using custom Icons and more!!, created for Jellyfin web 🎞️, can be used by just one line.

Programming Languages

SCSS
7915 projects

Projects that are alternatives of or similar to JellySkin

pyEmby
Python wrapper for Emby api
Stars: ✭ 21 (-90.5%)
Mutual labels:  jellyfin
IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (-19.91%)
Mutual labels:  jellyfin
Shokofin
Repository for Shokofin, a plugin that brings Shoko to Jellyfin.
Stars: ✭ 44 (-80.09%)
Mutual labels:  jellyfin
JavSP
汇总多站点数据的AV元数据刮削器
Stars: ✭ 549 (+148.42%)
Mutual labels:  jellyfin
Movie Data Capture
Local Movies Organizer
Stars: ✭ 5,481 (+2380.09%)
Mutual labels:  jellyfin
docker-media-server
Jellyfin media server with sonarr, radarr, ombi, jackett, deluge and traefik
Stars: ✭ 37 (-83.26%)
Mutual labels:  jellyfin
Jellyfin
The Free Software Media System
Stars: ✭ 12,643 (+5620.81%)
Mutual labels:  jellyfin
jellyfin-roku
Roku Client for Jellyfin
Stars: ✭ 246 (+11.31%)
Mutual labels:  jellyfin
finamp
A Jellyfin music client for mobile
Stars: ✭ 771 (+248.87%)
Mutual labels:  jellyfin
jellyfin-mpv-shim
MPV Cast Client for Jellyfin
Stars: ✭ 1,024 (+363.35%)
Mutual labels:  jellyfin
ChineseSubFinder
自动化中文字幕下载。字幕网站支持 shooter、xunlei、arrst、a4k 。支持 Emby、Jellyfin、Plex、Sonarr、Radarr、TMM
Stars: ✭ 2,212 (+900.9%)
Mutual labels:  jellyfin
jellyfin ynh
Jellyfin package for YunoHost
Stars: ✭ 20 (-90.95%)
Mutual labels:  jellyfin
jellyfin-expo
Jellyfin Mobile for iOS
Stars: ✭ 164 (-25.79%)
Mutual labels:  jellyfin
jellycon
Kodi Addon for Jellyfin
Stars: ✭ 155 (-29.86%)
Mutual labels:  jellyfin
jellyfin-server-macos
The menu bar app and package for Jellyfin Server on macOS.
Stars: ✭ 39 (-82.35%)
Mutual labels:  jellyfin
Javsdt
影片信息整理工具,抓取元数据nfo,自定义重命名文件(夹),下载fanart裁剪poster,为emby、kodi、极影派铺路。
Stars: ✭ 2,700 (+1121.72%)
Mutual labels:  jellyfin
JellyfinJav
JAV metadata providers for Jellyfin
Stars: ✭ 66 (-70.14%)
Mutual labels:  jellyfin
findroid
Third-party native Jellyfin Android app
Stars: ✭ 362 (+63.8%)
Mutual labels:  jellyfin
jellyfin-apiclient-python
Python API Client for Jellyfin
Stars: ✭ 30 (-86.43%)
Mutual labels:  jellyfin
Deluge-Dark
A dark skin for Deluge WebUI to use with Organizr
Stars: ✭ 41 (-81.45%)
Mutual labels:  custom-css

JellySkin


npm (tag) jsDelivr hits (npm)


Use 67% or 70% zoom in web browser for better experience

Note: To take full experience of this CSS on FireFox scroll down below to find the necessary settings.


How to use

To use the JellySkin theme copy the line below into "Dashboard -> General -> Custom CSS" and click save, it will apply immediately server-wide to all users on top of any theme they may be using. To remove the theme, clear the "Custom CSS" field and then click save. NOTE: Theme may not work when using Nginx Reverse Proxy. Scroll down below to learn how to fix this.
  @import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css");

To use Logos like the images given below use:

  @import url("https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/logo.css");

You can also use Jellyfin-Skin-Manager-Plugin : https://github.com/danieladov/jellyfin-plugin-skin-manager

Fix Performance

In JellySkin 11 I added a transparency gradient like CTalvio's Themes and just like his skins, this skin also has a performance issue on some older devices because of this I have created that remove all the transparency gradient in the skin.
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/imp-per.css");

If you want to display your posters to be compact use the following line with default css

@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/compact-poster.css");

To use different gradient for your buttons I have added few different gradients you can choose or you can create your own (check the steps given bellow), the default gradient used is jellyfin's default logo gradient,using this alone will only skin the button colors and I know the names for this are very funny:

@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/Gradients/seaGradient.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/Gradients/sunsetGradient.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/Gradients/mauveGradient.css");
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/Gradients/nightSkyGradient.css");

Using custom own Gradient or color Create your gradient or solid color and past it in --accent and gradient in opposite angle in --accent-selected :
:root {
  --accent: your gradient;
  --accent-selected: your gradient in opposite angle;
}

Now, to use your own Gradient (to get great button or any gradient go to https://cssgradient.io/gradient-backgrounds or https://cssgradient.io) or solid color:

:root {
  --accent: your gradient;
  --accent-selected: your gradient in opposite angle;
}

Don't like the progress bar

Add the follwing line to custom CSS with the default css file-
@import url("https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/progress-bar.css");

Here are some images:

Login Page
Home screen:
Library View
Title screen:
TV Shows Season Episode list:
Settings
Dashboard
Plugins
Dialogs


Enabling backdrop-filter in FireFox

Deaktiviert From version 70: this feature is behind the
layout.css.backdrop-filter.enabled
preference (needs to be set to
true
) and the
gfx.webrender.all
preference (needs to be set to
true
).
To change preferences in Firefox, visit about:config.

How to get Logo

  • Get Fanart Plugin, Dashboard -> Plugin -> Catalog
  • Enable Fanart as a metadata provider for your libraries in the library settings, Dashboard -> Library -> Click on 3 dots on your Library -> Manage Library -> Scroll to find Metadata provider and enable Fanart in all of them.
  • Rescan your drive by selecting Replace Metadata and scan
  • Done!

Not working with Nginx Reverse Prxy

When using the Nginx Reverse proxy config from the Jellyfin docs the theme will probably not work by default. (If you are using the subpath config, you can ignore all this.)

This config includes an CSP (Content Security Policy) with headers that don't allow for loading in external content that are not defined there.

In the nginx config you should add the URLs of all the CSS files you've imported through the "Custom CSS" box. this:

add_header Content-Security-Policy "default-src https: data: blob: http://image.tmdb.org; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-inline' https://www.gstatic.com/cv/js/sender/v1/cast_sender.js https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";

becomes (with only adding the default style):

add_header Content-Security-Policy "default-src https: data: blob: http://image.tmdb.org; style-src 'self' 'unsafe-inline'https://cdn.jsdelivr.net/gh/prayag17/JellySkin/default.css; script-src 'self' 'unsafe-inline' https://www.gstatic.com/cv/js/sender/v1/cast_sender.js https://www.youtube.com blob:; worker-src 'self' blob:; connect-src 'self'; object-src 'none'; frame-ancestors 'self'";

If you don't do this the theme will simply not load (reverts back to default theme) and the browser console will spit out an error. Even if you paste in all the CSS, the font will still not load since it is loaded from a disallowed external source.


Background not working?

Many of you are facing issues that backdrop is not visible by default....this is not a JellySkin issue but rather Jellyfin issue, in Jellyfin Version 10.7.X backgrounds are disabled by default but you can enable them individually on you devices/client by going to: SETTINGS --> DISPLAY --> ENABLE BACKDROPS/BACKGROUND.

Wanna Contribute?

  • Fork this Repo
  • Add your features
  • Create a Pull Request
  • Wait for it to be merged.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].