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
  3. increase backdrop brightness

$\color{#ce8f4d}{Useage}$

Copy and paste into Console - General - Custom CSS Code

without backdrop

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

Options (Add these below the full theme)

Disable static left drawer

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

Disable static left drawer (BACKDROP VERSION)

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

backdrop

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

Options (Add these below the full theme)

Disable static left drawer

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

Disable static left drawer (BACKDROP VERSION)

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

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

3

4

5

Version control of Manifest

I have to say, as a noob, this looks a little weird, but still very funny.

With the help of AListAList, I was able to test whether manifest.json is supported by jellyfin more quickly by using webdav's method of mounting the file locally.

  1. Normal recognition without kodi plugin
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@0b51efa/manifest.json
  1. Kodi added but not recognized
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@d0b5e24/manifest.json
  1. fallback Exactly the same as @0b51efa
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@01a6538/manifest.json
  1. Unify tab indentation to spaces instead of tabs not recognized
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@a643621/manifest.testthumb.json
  1. Single plugin tests recognize thumb successfully.
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@de632af/manifest.testthumb.json
  1. Official jellyfin plugin manifest
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/manifest-jellyfin-repo.json

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 100.0%