Part of the Jellyfin Project
Manifest for Jellyfin plugins
- In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link
https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/manifest.json
- Go to Catalog and search for the plugin you want to install
- Click on it and install
- Restart Jellyfin
- as shown
- Replacing
GitHub url
withcdn.jsdelivr
to speed up web access - Re-upload
Assets
underReleases
to a download mode thatcdn.jsdelivr
can support -repositories
, this issue has been discussed long ago
Scyfin is an eye pleasing custom skin for jellyfin!
- Reduce some rounded corners
- fine-tune the position of logos on tvshow and movie detail pages,and display the logo in the mobile view
- increase backdrop brightness
- Adjust font size for rating/year/score sections in shows and movies.
- Hidden directors,writers and studios content.
Copy and paste into Console
- General
- Custom CSS Code
@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/scyfin-theme.css');
(Add these below the scyfin-theme.css
)
@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/disable-static-drawer.css');
@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/theme-snow.css');
@import url('https://cdn.jsdelivr.net/gh/tanmoumou252/JellyfinPluginManifest.cdn@master/scyfin/1.4.8/different.css');