Skip to content

cdn加速的 jellyfin skin manager仓库以及皮肤 scyfin 样式的微调

Notifications You must be signed in to change notification settings

tanmoumou252/JellyfinPluginManifest.cdn

 
 

Repository files navigation

Jellyfin Plugin Manifest Plugin

Part of the Jellyfin Project

Manifest for Jellyfin plugins

Use Guide

  1. In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/manifest.json
  1. Go to Catalog and search for the plugin you want to install
  2. Click on it and install
  3. Restart Jellyfin
  4. as shown

1

Current Plugins

  1. Merge Versions
  2. Skin Manager
  3. Theme Songs

Changelog

  1. Replacing GitHub url with cdn.jsdelivr to speed up web access
  2. Re-upload Assets under Releases to a download mode that cdn.jsdelivr can support - repositories, this issue has been discussed long ago

Jellyfin-web skin $\color{#FF0000}{SCYFIN}$

Scyfin is an eye pleasing custom skin for jellyfin!

$\color{#FF0000}{Changelog}$

2

  1. Reduce some rounded corners
  2. fine-tune the position of logos on tvshow and movie detail pages,and display the logo in the mobile view
  3. increase backdrop brightness
  4. Adjust font size for rating/year/score sections in shows and movies.
  5. Hidden directors,writers and studios content.

$\color{#ce8f4d}{Useage}$

Copy and paste into Console - General - Custom CSS Code

backdrop

@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/scyfin-theme.css'); 

Options

(Add these below the scyfin-theme.css)

disable-static-drawer

@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/disable-static-drawer.css'); 

color

@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/theme-snow.css'); 

Different (must in the end)

@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/different.css'); 

$\color{#ce8f4d}{Skin Demo}$

3

4

5

About

cdn加速的 jellyfin skin manager仓库以及皮肤 scyfin 样式的微调

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%