Add image links

This commit is contained in:
Prayag
2020-12-11 19:04:17 +05:30
committed by GitHub
parent 1b19253875
commit 5e8c3e00d6

View File

@@ -5,10 +5,18 @@
"description": "Default, stock, Jellyfin.",
"defaultCss": "",
"options": [],
"preview": {
"home": "",
"title": ""
"previews":[
{
"name": "Home",
"url": ""
},
{
"name": "Title",
"url": ""
}
]
},
{
"name": "JellyFlix",
@@ -16,10 +24,18 @@
"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": [],
"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"
"previews":[
{
"name": "Home",
"url": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/Home.png?raw=true"
},
{
"name": "Title",
"url": "https://github.com/prayag17/JellyFlix/raw/main/Public%20Ver%201/TitlePage.png?raw=true"
}
]
},
{
"name": "Monochromic",
@@ -60,10 +76,18 @@
"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"
"previews":[
{
"name": "Home",
"url": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/1.png?raw=true"
},
{
"name": "Title",
"url": "https://github.com/CTalvio/Monochromic/blob/master/screenshots/2.png?raw=true"
}
]
},
{
"name": "Kaleidochromic",
@@ -98,10 +122,17 @@
"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"
"previews":[
{
"name": "Home",
"url": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/6.png?raw=true"
},
{
"name": "Title",
"url": "https://github.com/CTalvio/Kaleidochromic/blob/main/screenshots/1.png?raw=true"
}
]
},
{
"name": "JellySkin",
@@ -134,10 +165,17 @@
"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"
"previews":[
{
"name": "Home",
"url": "https://github.com/prayag17/JellySkin/raw/master/Version%204/Home.png?raw=true"
},
{
"name": "Title",
"url": "https://github.com/prayag17/JellySkin/raw/master/Version%204/title%202.png?raw=true"
}
]
},
{
"name": "Custom",
@@ -240,21 +278,17 @@
{
"type": "number",
"name": "Border Radius",
"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;}",
"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": "",
"default":"0"
},
{
"type": "number",
"name": "Backdrop Blur",
"description": "adds blur to the backdrop images default is zero",
"css": "@import url('https://prayag17.github.io/jellyfin-plugin-skin-manager/src/bgBlur.css'); :root{--bgblur: blur($px)}",
"css": ":root{--bgblur: blur($px)}.backdropImage {filter: var(--bgblur);}.backgroundContainer.withBackdrop {background-color: rgba(0,0,0,0);}",
"default": "0"
}
],
"preview": {
"home": "",
"title": ""
}
]
}
]