Part of the Jellyfin Project
Jellyfin Skin Manager is a plugin that helps you to download and install skins;
- 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
- Download the .zip file from release page.
- Extract it and place the .dll file in a folder called
plugins/SkinManager
under the program data directory or inside the portable install directory. - Restart Jellyfin.
- Go to Plugins, click on Skin Manager.
- Select the skin you want to install.
- Click set skin.
- 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/SkinManager
under the program data directory or inside the portable install directory
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
-
name //The name of the skin
-
author //The author of the skin
-
defaultCss //The base css of the skin
-
options //An array of options that will modified the skin
- type //the type of the input (checkBox, number, select, colorPicker)
- name // the name of the option
- description // the description of the option
- css //The css code that will modified the skin $ symbols in this code will be replaced by the value selected by the user (in number, select and color picer)
Some option have custom properties:
-
- default //Default value
- step //step of the input
-
- selections //Array of options
-
- name // name of the option
- value // value of the option
-
- selections //Array of options