From b29b4d66b23cf0ddb325f17b5bcf7abc0c70107f Mon Sep 17 00:00:00 2001 From: Prayag <55829513+prayag17@users.noreply.github.com> Date: Sat, 5 Dec 2020 21:46:28 +0530 Subject: [PATCH] Added links to Preview images --- skins-3.0.json | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) diff --git a/skins-3.0.json b/skins-3.0.json index 976b8e8..164bb4f 100644 --- a/skins-3.0.json +++ b/skins-3.0.json @@ -4,14 +4,22 @@ "author": "Jellyfin", "description": "Default, stock, Jellyfin.", "defaultCss": "", - "options": [] + "options": [], + "preview": [ + "home": "", + "title": "" + ] }, { "name": "JellyFlix", "author": "prayagprajapati17", "description": "A theme that aims to replicate the red and black look of Netflix. Theme is by prayag17.", "defaultCss": "@import url(https://prayag17.github.io/JellyFlix/default.css);", - "options": [] + "options": [], + "preview": [ + "home": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/Home.png?raw=true", + "title": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/TitlePage.png?raw=true" + ] }, { "name": "Monochromic", @@ -51,6 +59,10 @@ "css": "@import url('https://ctalvio.github.io/Monochromic/customcolor_style.css');:root {--accent: $;}", "default": "" } + ], + "preview": [ + "home": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true", + "title": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/2.png?raw=true" ] }, { @@ -85,6 +97,10 @@ "css": ":root {--accent: $;}", "default": "#6279cd" } + ], + "preview": [ + "home": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/6.png?raw=true", + "title": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/1.png?raw=true" ] }, { @@ -117,6 +133,10 @@ "description": "changes the Jellyfin themed Hover gradient", "css": "@import url('https://prayag17.github.io/JellySkin/morningGradient.css');" } + ], + "preview": [ + "home": "https://github.com/prayag17/JellySkin/raw/master/Version%204/Home.png?raw=true", + "title": "https://github.com/prayag17/JellySkin/raw/master/Version%204/title%202.png?raw=true" ] }, { @@ -220,17 +240,21 @@ { "type": "number", "name": "Border Radius", - "description": ":root {--rounding: 0px;}.formDialogHeader {border-top-left-radius: var(--rounding);border-top-right-radius: var(--rounding);}.formDialogFooter {border-bottom-left-radius: var(--rounding);border-bottom-right-radius: var(--rounding);}.cardOverlayContainer {border-radius: var(--rounding) !important;}.toast,.paperList,.cardContent,.sessionNowPlayingInnerContent, .listItem:hover, .cardImage,.fab,.multiSelectCheckboxOutline,.itemSelectionPanel,.cardContent-button, .cardContent-shadow, .itemDetailImage, .cardOverlayButton-hover,.cardImageContainer,.cardPadder,.listItemImage,.listItemImageButton,.listItemButton,.headerButton,.paper-icon-button-light,.innerCardFooter,.blurhash-canvas,.actionSheetMenuItem:hover,.dialog,.listItemIcon,.listItem-border,.button-flat,.visualCardBox,.checkboxOutline,.emby-select-withcolor,.chapterThumbTextContainer,.chapterThumbContainer,.chapterThumb,.emby-input, .emby-textarea, .emby-select-withcolor,.cardOverlayButtonIcon,.subtitleappearance-preview.flex.align-items-center.justify-content-center {border-radius: var(--rounding) !important;}.osdPoster img {border-radius: var(--rounding); border: none;}.mdl-slider::-moz-range-thumb {border-radius: var(--rounding);}.mdl-slider::-ms-thumb {border-radius: var(--rounding);}.mdl-slider::-webkit-slider-thumb {border-radius: var(--rounding);}div[data-role='controlgroup'] a[data-role='button']:first-child {border-bottom-left-radius: var(--rounding);border-top-left-radius: var(--rounding);}div[data-role='controlgroup'] a[data-role='button']:last-child {border-bottom-right-radius: var(--rounding);border-top-right-radius: var(--rounding);}", - "css": "", + "description": "Change the roundness of text box and more default is zero", + "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/border-radius.css'); :root{--rounding: $px;}", "default":"0" }, { "type": "number", "name": "Backdrop Blur", "description": "adds blur to the backdrop images default is zero", - "css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}", + "css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}", "default": "0" } + ], + "preview": [ + "home": "", + "title": "" ] } -] \ No newline at end of file +]