From e3f2b68e142f07d619d9388203bd0093c44a0543 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Mon, 9 Nov 2020 14:15:42 +0100 Subject: [PATCH 1/5] Update skins.json --- skins.json | 68 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 62 insertions(+), 6 deletions(-) diff --git a/skins.json b/skins.json index 56dda14..e0b9c14 100644 --- a/skins.json +++ b/skins.json @@ -2,32 +2,88 @@ { "name":"Default", "author":"Jellyfin", - "css": "" + "versions":[ + { + "name":"Default", + "css":"" + + } }, { "name":"Jellyflix", "author":"prayagprajapati17", - "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" + "versions":[ + { + "name":"Default", + "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" + + } + ] + }, { "name":"Monochromic", "author":"EdgeMentality", - "css": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');" + "versions":[ + { + "name":"Default", + "description":"Default Skin", + "css": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');", + }, + { + "name":"Improve performance", + "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", + "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');", + }, + { + "name":"No rounded corners", + "description":"In fact, squares off every rounded corner JF ever had.", + "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');", + }, + { + "name":"Accent color preset - blue", + "description": "Restores some of the default Jellyfin blue accenting", + "css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');", + }, + { + "name":"Accent color preset - purple", + "description": "Purple Accents", + "css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );", + }, + { + "name":"Restore bottom bar style episode progress", + "description":"Don't like my transparent view progress overlay? Use this to go back to the old style.", + "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');", + }, + ] + }, { "name":"Kaleidochromic", "author":"EdgeMentality", - "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" + "versions":[ + { + "name":"Default", + "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" + + } + ] }, { "name":"JellySkin", - "author":"prayagprajapati17", - "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" + "author":"prayagprajapati17", + "versions":[ + { + "name":"Default", + "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" + + } + ] } ] \ No newline at end of file From fee1323b9bd5310ef1c4b75e6d342ea8d594dbbc Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Mon, 9 Nov 2020 14:23:28 +0100 Subject: [PATCH 2/5] Update skins.json --- skins.json | 163 +++++++++++++++++++++++++---------------------------- 1 file changed, 76 insertions(+), 87 deletions(-) diff --git a/skins.json b/skins.json index e0b9c14..9233cb5 100644 --- a/skins.json +++ b/skins.json @@ -1,89 +1,78 @@ [ - { - "name":"Default", - "author":"Jellyfin", - "versions":[ - { - "name":"Default", - "css":"" - - } - - }, - { - "name":"Jellyflix", - "author":"prayagprajapati17", - "versions":[ - { - "name":"Default", - "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" - - } - ] - - - }, - { - "name":"Monochromic", - "author":"EdgeMentality", - "versions":[ - { - "name":"Default", - "description":"Default Skin", - "css": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');", - }, - { - "name":"Improve performance", - "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", - "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');", - }, - { - "name":"No rounded corners", - "description":"In fact, squares off every rounded corner JF ever had.", - "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');", - }, - { - "name":"Accent color preset - blue", - "description": "Restores some of the default Jellyfin blue accenting", - "css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');", - }, - { - "name":"Accent color preset - purple", - "description": "Purple Accents", - "css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );", - }, - { - "name":"Restore bottom bar style episode progress", - "description":"Don't like my transparent view progress overlay? Use this to go back to the old style.", - "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');", - }, - ] - - - }, - - { - "name":"Kaleidochromic", - "author":"EdgeMentality", - "versions":[ - { - "name":"Default", - "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" - - } - ] - - }, - { - "name":"JellySkin", - "author":"prayagprajapati17", - "versions":[ - { - "name":"Default", - "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" - - } - ] - - } + { + "name": "Default", + "author": "Jellyfin", + "versions": [ + { + "name": "Default", + "css": "" + } + ] + }, + { + "name": "Jellyflix", + "author": "prayagprajapati17", + "versions": [ + { + "name": "Default", + "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" + } + ] + }, + { + "name": "Monochromic", + "author": "EdgeMentality", + "versions": [ + { + "name": "Default", + "description": "Default Skin", + "css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css);" + }, + { + "name": "Improve performance", + "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", + "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" + }, + { + "name": "No rounded corners", + "description": "In fact, squares off every rounded corner JF ever had.", + "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');" + }, + { + "name": "Accent color preset - blue", + "description": "Restores some of the default Jellyfin blue accenting", + "css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');" + }, + { + "name": "Accent color preset - purple", + "description": "Purple Accents", + "css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );" + }, + { + "name": "Restore bottom bar style episode progress", + "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", + "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" + } + ] + }, + { + "name": "Kaleidochromic", + "author": "EdgeMentality", + "versions": [ + { + "name": "Default", + "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" + } + ] + }, + { + "name": "JellySkin", + "author": "prayagprajapati17", + "versions": [ + { + "name": "Default", + "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" + } + ] + } ] \ No newline at end of file From b383eb88bb5c1474d901b9c26cec2e57af3c0685 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Mon, 9 Nov 2020 15:53:42 +0100 Subject: [PATCH 3/5] Update skins.json --- skins.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins.json b/skins.json index 9233cb5..4f26204 100644 --- a/skins.json +++ b/skins.json @@ -5,6 +5,7 @@ "versions": [ { "name": "Default", + "description":"Default Skin", "css": "" } ] @@ -15,6 +16,7 @@ "versions": [ { "name": "Default", + "description":"Default Skin", "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" } ] @@ -61,6 +63,7 @@ "versions": [ { "name": "Default", + "description":"Default Skin", "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" } ] @@ -71,6 +74,7 @@ "versions": [ { "name": "Default", + "description":"Default Skin", "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" } ] From 560a52a1956ea9a203ec6057e66f1804a0a97b22 Mon Sep 17 00:00:00 2001 From: Mister Rajoy Date: Mon, 9 Nov 2020 16:10:15 +0100 Subject: [PATCH 4/5] Create skins-2.0.json --- skins-2.0.json | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 skins-2.0.json diff --git a/skins-2.0.json b/skins-2.0.json new file mode 100644 index 0000000..4f26204 --- /dev/null +++ b/skins-2.0.json @@ -0,0 +1,82 @@ +[ + { + "name": "Default", + "author": "Jellyfin", + "versions": [ + { + "name": "Default", + "description":"Default Skin", + "css": "" + } + ] + }, + { + "name": "Jellyflix", + "author": "prayagprajapati17", + "versions": [ + { + "name": "Default", + "description":"Default Skin", + "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" + } + ] + }, + { + "name": "Monochromic", + "author": "EdgeMentality", + "versions": [ + { + "name": "Default", + "description": "Default Skin", + "css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css);" + }, + { + "name": "Improve performance", + "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", + "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" + }, + { + "name": "No rounded corners", + "description": "In fact, squares off every rounded corner JF ever had.", + "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');" + }, + { + "name": "Accent color preset - blue", + "description": "Restores some of the default Jellyfin blue accenting", + "css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');" + }, + { + "name": "Accent color preset - purple", + "description": "Purple Accents", + "css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );" + }, + { + "name": "Restore bottom bar style episode progress", + "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", + "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" + } + ] + }, + { + "name": "Kaleidochromic", + "author": "EdgeMentality", + "versions": [ + { + "name": "Default", + "description":"Default Skin", + "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" + } + ] + }, + { + "name": "JellySkin", + "author": "prayagprajapati17", + "versions": [ + { + "name": "Default", + "description":"Default Skin", + "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" + } + ] + } +] \ No newline at end of file From c7c2608e03a6d3eaedfaf15a8b16f9e6384ab898 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 9 Nov 2020 16:13:03 +0100 Subject: [PATCH 5/5] Update skins.json --- skins.json | 113 +++++++++++++++-------------------------------------- 1 file changed, 32 insertions(+), 81 deletions(-) diff --git a/skins.json b/skins.json index 4f26204..3a1fd1c 100644 --- a/skins.json +++ b/skins.json @@ -1,82 +1,33 @@ [ - { - "name": "Default", - "author": "Jellyfin", - "versions": [ - { - "name": "Default", - "description":"Default Skin", - "css": "" - } - ] - }, - { - "name": "Jellyflix", - "author": "prayagprajapati17", - "versions": [ - { - "name": "Default", - "description":"Default Skin", - "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" - } - ] - }, - { - "name": "Monochromic", - "author": "EdgeMentality", - "versions": [ - { - "name": "Default", - "description": "Default Skin", - "css": "@import url(https://ctalvio.github.io/Monochromic/default_style.css);" - }, - { - "name": "Improve performance", - "description": "The theme uses mask-image to fade out items below the top bar as you scroll. This works well on most reasonable hardware but struggles on some phones and especially smart TVs. This switches to a method without using mask-image, but foregoes the fade-out effect. I may switch to this method being the default.", - "css": "@import url('https://ctalvio.github.io/Monochromic/improve-performance_style.css');" - }, - { - "name": "No rounded corners", - "description": "In fact, squares off every rounded corner JF ever had.", - "css": "@import url('https://ctalvio.github.io/Monochromic/sharp_style.css');" - }, - { - "name": "Accent color preset - blue", - "description": "Restores some of the default Jellyfin blue accenting", - "css": "@import url('https://ctalvio.github.io/Monochromic/jfblue_style.css');" - }, - { - "name": "Accent color preset - purple", - "description": "Purple Accents", - "css": "@import url('https://ctalvio.github.io/Monochromic/jfpurple_style.css'); );" - }, - { - "name": "Restore bottom bar style episode progress", - "description": "Don't like my transparent view progress overlay? Use this to go back to the old style.", - "css": "@import url('https://ctalvio.github.io/Monochromic/bottom-progress_style.css');" - } - ] - }, - { - "name": "Kaleidochromic", - "author": "EdgeMentality", - "versions": [ - { - "name": "Default", - "description":"Default Skin", - "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" - } - ] - }, - { - "name": "JellySkin", - "author": "prayagprajapati17", - "versions": [ - { - "name": "Default", - "description":"Default Skin", - "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" - } - ] - } -] \ No newline at end of file + { + "name":"Default", + "author":"Jellyfin", + "css": "" + + }, + { + "name":"Jellyflix", + "author":"prayagprajapati17", + "css": "@import url(https://prayag17.github.io/JellyFlix/default.css);" + + }, + { + "name":"Monochromic", + "author":"EdgeMentality", + "css": "@import url('https://ctalvio.github.io/Monochromic/default_style.css');" + + }, + + { + "name":"Kaleidochromic", + "author":"EdgeMentality", + "css": "@import url(https://ctalvio.github.io/Kaleidochromic/default_style.css);" + + }, + { + "name":"JellySkin", + "author":"prayagprajapati17", + "css": "@import url('https://prayag17.github.io/JellySkin/default.css');" + + } +]