remove symlink to config file
This commit is contained in:
parent
97fc71ea7a
commit
7006ce2c5c
2 changed files with 39 additions and 40 deletions
|
@ -1 +0,0 @@
|
||||||
config.template.json
|
|
39
src/config.json
Normal file
39
src/config.json
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
{
|
||||||
|
"multiserver": false,
|
||||||
|
"themes": [
|
||||||
|
{
|
||||||
|
"name": "Apple TV",
|
||||||
|
"id": "appletv"
|
||||||
|
}, {
|
||||||
|
"name": "Blue Radiance",
|
||||||
|
"id": "blueradiance"
|
||||||
|
}, {
|
||||||
|
"name": "Dark",
|
||||||
|
"id": "dark",
|
||||||
|
"default": true
|
||||||
|
}, {
|
||||||
|
"name": "Light",
|
||||||
|
"id": "light"
|
||||||
|
}, {
|
||||||
|
"name": "Purple Haze",
|
||||||
|
"id": "purplehaze"
|
||||||
|
}, {
|
||||||
|
"name": "WMC",
|
||||||
|
"id": "wmc"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"plugins": [
|
||||||
|
"plugins/playAccessValidation/plugin",
|
||||||
|
"plugins/experimentalWarnings/plugin",
|
||||||
|
"plugins/htmlAudioPlayer/plugin",
|
||||||
|
"plugins/htmlVideoPlayer/plugin",
|
||||||
|
"plugins/photoPlayer/plugin",
|
||||||
|
"plugins/comicsPlayer/plugin",
|
||||||
|
"plugins/bookPlayer/plugin",
|
||||||
|
"plugins/youtubePlayer/plugin",
|
||||||
|
"plugins/backdropScreensaver/plugin",
|
||||||
|
"plugins/logoScreensaver/plugin",
|
||||||
|
"plugins/sessionPlayer/plugin",
|
||||||
|
"plugins/chromecastPlayer/plugin"
|
||||||
|
]
|
||||||
|
}
|
|
@ -1,39 +0,0 @@
|
||||||
{
|
|
||||||
"multiserver": false,
|
|
||||||
"themes": [
|
|
||||||
{
|
|
||||||
"name": "Apple TV",
|
|
||||||
"id": "appletv"
|
|
||||||
}, {
|
|
||||||
"name": "Blue Radiance",
|
|
||||||
"id": "blueradiance"
|
|
||||||
}, {
|
|
||||||
"name": "Dark",
|
|
||||||
"id": "dark",
|
|
||||||
"default": true
|
|
||||||
}, {
|
|
||||||
"name": "Light",
|
|
||||||
"id": "light"
|
|
||||||
}, {
|
|
||||||
"name": "Purple Haze",
|
|
||||||
"id": "purplehaze"
|
|
||||||
}, {
|
|
||||||
"name": "WMC",
|
|
||||||
"id": "wmc"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"plugins": [
|
|
||||||
"plugins/playAccessValidation/plugin",
|
|
||||||
"plugins/experimentalWarnings/plugin",
|
|
||||||
"plugins/htmlAudioPlayer/plugin",
|
|
||||||
"plugins/htmlVideoPlayer/plugin",
|
|
||||||
"plugins/photoPlayer/plugin",
|
|
||||||
"plugins/comicsPlayer/plugin",
|
|
||||||
"plugins/bookPlayer/plugin",
|
|
||||||
"plugins/youtubePlayer/plugin",
|
|
||||||
"plugins/backdropScreensaver/plugin",
|
|
||||||
"plugins/logoScreensaver/plugin",
|
|
||||||
"plugins/sessionPlayer/plugin",
|
|
||||||
"plugins/chromecastPlayer/plugin"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue