Created
July 27, 2022 02:19
-
-
Save thornbill/bfdcdb2d79440095b108e8c1f9e38a2f to your computer and use it in GitHub Desktop.
Sample Web Config 10.8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"includeCorsCredentials": false, | |
"multiserver": false, | |
"themes": [ | |
{ | |
"name": "Apple TV", | |
"id": "appletv", | |
"color": "#bcbcbc" | |
}, { | |
"name": "Blue Radiance", | |
"id": "blueradiance", | |
"color": "#011432" | |
}, { | |
"name": "Dark", | |
"id": "dark", | |
"color": "#202020", | |
"default": true | |
}, { | |
"name": "Light", | |
"id": "light", | |
"color": "#303030" | |
}, { | |
"name": "Purple Haze", | |
"id": "purplehaze", | |
"color": "#000420" | |
}, { | |
"name": "WMC", | |
"id": "wmc", | |
"color": "#0c2450" | |
} | |
], | |
"menuLinks": [ | |
{ | |
"name": "Jellyfin Site", | |
"icon": "attach_money", | |
"url": "https://jellyfin.org" | |
} | |
], | |
"servers": [], | |
"plugins": [ | |
"playAccessValidation/plugin", | |
"experimentalWarnings/plugin", | |
"htmlAudioPlayer/plugin", | |
"htmlVideoPlayer/plugin", | |
"photoPlayer/plugin", | |
"comicsPlayer/plugin", | |
"bookPlayer/plugin", | |
"youtubePlayer/plugin", | |
"backdropScreensaver/plugin", | |
"pdfPlayer/plugin", | |
"logoScreensaver/plugin", | |
"sessionPlayer/plugin", | |
"chromecastPlayer/plugin" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment