5 Commits

Author SHA1 Message Date
Daniel
fd2bf25d92 Merge pull request #59 from accusitive/patch-1
Update README.md to the new Jellyfin link
2023-09-16 16:41:59 +02:00
accusitive
5f31f40700 Update README.md to the new Jellyfin link
The old link seems to be malicious (or spam)
2023-09-15 22:16:28 -04:00
Daniel
a26110a15e Merge pull request #46 from jenslys/fix-jellyskin-url
Updated JellySkin
2022-08-18 16:06:01 +02:00
Jens
2a2859bc16 updated JellySkin 2022-08-18 15:52:50 +02:00
Daniel
b72546b3eb Added JellyTheme 2022-06-14 19:04:51 +02:00
2 changed files with 101 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<h1 align="center">Jellyfin Skin Manager Plugin</h1>
<h3 align="center">Part of the <a href="https://jellyfin.media">Jellyfin Project</a></h3>
<h3 align="center">Part of the <a href="https://jellyfin.org">Jellyfin Project</a></h3>
<p align="center">
Jellyfin Skin Manager is a plugin that helps you to download and install skins;

View File

@@ -29,7 +29,7 @@
"name": "JellySkin",
"author": "prayagprajapati17",
"description": "A very bright and colorful look using lots of drop shadows. Theme is by prayag17.",
"defaultCss": "@import url('https://prayag17.github.io/JellySkin/default.css');",
"defaultCss": "@import url('https://cdn.jsdelivr.net/npm/jellyskin@latest/dist/main.css');",
"previews": [{
"name": "Login Page",
"url": "https://cdn.jsdelivr.net/gh/prayag17/JellySkin/img/login.jpg"
@@ -89,6 +89,18 @@
"name": "Theme Logo",
"description": "Styles title page in such a way in which logos are used instead of Names.",
"css": "@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/Logo.css');"
},
{
"type": "checkBox",
"name": "Compact Posters",
"description": "If you want to display your posters to be compact.",
"css": "@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/compact-poster.css');"
},
{
"type": "checkBox",
"name": "Improve Performance",
"description": "Removes all gradient transparecy due to performance issues on older devices.",
"css": "@import url('https://cdn.jsdelivr.net/gh/prayag17/JellySkin/addons/imp-per.css');"
}
]
}]
@@ -606,6 +618,93 @@
"options": []
}]
},
{
"name": "JellyTheme",
"author": "ShiniGandhi",
"description": "A heavily modified theme for Jellyfin with a very original name.",
"defaultCss": "/* JellyTheme */",
"previews": [
{
"name": "Main page, with resized cards (optional)",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Index-Resized-Cards.png"
},
{
"name": "Main page, no resized cards",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Index.png"
},
{
"name": "Movie page with a single version and no trailer playing",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Movie-No-Trailer_Single-Version.png"
},
{
"name": "Movie page with multiple versions and a trailer playing",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Movie-Trailer-and-Versions.png"
},
{
"name": "TV show page",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Show.png"
},
{
"name": "TV show - compact seasons list (optional)",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Season-List-Compact.png"
},
{
"name": "TV show - episodes in season",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Season.png"
},
{
"name": "TV show - episode entry",
"url": "https://github.com/ShiniGandhi/JellyTheme/raw/main/screenshots/Episode.png"
},
{
"name": "Cleaner user settings (optional)",
"url": "https://github.com/ShiniGandhi/JellyTheme/blob/main/screenshots/User-Settings.png?raw=true"
}
],
"categories": [{
"name": "Default",
"options": [{
"type": "selector",
"name": "Mode",
"description": "Select cleaner for a slightly cleaner UI, with no backdrop in the main menu and a few more things .",
"css": "/*mode*/",
"selections": [{
"name": "Normal",
"css": "@import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/JellyTheme.css'); "
},
{
"name": "Cleaner",
"css": "@import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/Cleaner-UI.css');"
}
]
},
{
"type": "colorPicker",
"mode": "rgba",
"name": "Accent color",
"description": "Change the accent color.",
"css": ":root {--accent:$!important;}",
"default": "#6279cd"
},
{
"type": "checkBox",
"name": "Resize Some Elements",
"description": "If you want Continue Watching, Next Up and the list of seasons to be smaller, as shown in my screenshots, check this",
"css": "@import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/Resize-Cards.css');",
"default":"false"
},
{
"type": "checkBox",
"name": "Right-to-Left Support",
"description": "If your server's metadata is in Hebrew, Arabic (or any other language that is written right-to-left, check this:",
"css": "@import url('https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@latest/latest/RTL-Fix.css');",
"default":"false"
}
]
}]
},
{
"name": "Custom",
"author": "you",