scritch-player/config.json
2025-06-01 15:44:23 +02:00

44 lines
1.1 KiB
JSON

{
"title": "Album Title",
"media": [
{
"file": "01 - Song 01.flac",
"type": "audio",
"info": "<p>First Line<br>Second Line</p>",
"feature": true,
"title": "Song 01"
},
{
"file": "02 - Song 02.flac",
"type": "audio",
"info": "<p>First Line<br>Second Line</p>",
"title": "Song 02"
}
],
"cover": "cover.png",
"theme": {
"titleStyle": "none",
"layoutStyle": "vertical",
"infoStyle": "overlaid",
"hideInfoDropdown": false,
"contentWidth": "400",
"coverSize": "480",
"nativePlayer": false,
"customCSS": "",
"backgroundColor": "#181a1b",
"primaryColor": "#ffffff",
"primaryAltColor": "#e3beb3",
"secondaryColor": "#181a1b",
"highlightColor": "#8383834d",
"primaryTextColor": "#c8beb5",
"primaryAltTextColor": "#838383",
"previewStripeColor1": "#3c362e",
"previewStripeColor2": "#242627",
"linkColor": "#f18d74",
"overlayTextColor": "#ffffff",
"overlayBackgroundColor": "#00000080"
},
"description": "<h1>Description How To</h1><p>Use normal HTML formatting, inline.</p>",
"loopModeDefault": "none"
}