mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-01-18 16:37:31 +01:00
67f40316308e539ae2763cf40e11b10d77a8a5cc
Jellyfin Theme Songs Plugin
Part of the Jellyfin Project
Jellyfin Skin Manager is a plugin that helps you to download and install skins;
Install Process
From Repository
- In jellyfin, go to dashboard -> plugins -> Repositories -> add and paste this link https://raw.githubusercontent.com/danieladov/JellyfinPluginManifest/master/manifest.json
- Go to Catalog and search for Skin Manager
- Click on it and install
- Restart Jellyfin
From .zip file
- Download the .zip file from release page.
- Extract it and place the .dll file in a folder called
plugins/SkinManagerunder the program data directory or inside the portable install directory. - Restart Jellyfin.
User Guide
- Go to Plugins, click on Skin Manager.
- Select the skin you want to install.
- Click set skin.
Build Process
- Clone or download this repository
- Ensure you have .NET Core SDK setup and installed
- Build plugin with following command.
dotnet publish --configuration Release --output bin
- Place the resulting .dll file in a folder called
plugins/SkinManagerunder the program data directory or inside the portable install directory
Using with reverse proxy
When using the Nginx Reverse proxy config from the Jellyfin docs the theme might not work by default. (If you are using the subpath config, you can ignore all this.)
Because the config includes Content-Security-Policy which reduces risk of XSS, you need to add the URL from the skin repo and the fonts to the list of allowed external sources.
For example to use Kaleidochromic you need to do this
Languages
JavaScript
74.9%
HTML
23.4%
CSS
1%
C#
0.6%
Batchfile
0.1%