39 lines
844 B
JSON
39 lines
844 B
JSON
|
[
|
||
|
{
|
||
|
"group": "",
|
||
|
"name": "showSeekbar",
|
||
|
"showName": "Show Seekbar",
|
||
|
"type": "checkbox",
|
||
|
"value": true,
|
||
|
"tooltip": "Showing SeekBar at the Bottom of the Screen"
|
||
|
},
|
||
|
{
|
||
|
"group": "",
|
||
|
"name": "showPlaying",
|
||
|
"showName": "Show Playing",
|
||
|
"type": "checkbox",
|
||
|
"value": true,
|
||
|
"tooltip": "Showing \"Now Playing\" Notification"
|
||
|
},
|
||
|
{
|
||
|
"group": "",
|
||
|
"name": "showPlayingTime",
|
||
|
"showName": "Now Playing Display Time",
|
||
|
"type": "slider",
|
||
|
"value": 1000,
|
||
|
"max": 5000,
|
||
|
"min": 500,
|
||
|
"tooltip": "How long should the Now Playing Notification shown",
|
||
|
"stepSize": 100,
|
||
|
"dataType": "int"
|
||
|
},
|
||
|
{
|
||
|
"group": "",
|
||
|
"name": "seekColor",
|
||
|
"showName": "SeekBar Color",
|
||
|
"type": "color",
|
||
|
"value": "#ffffff",
|
||
|
"dataType": "rgb",
|
||
|
"tooltip": "SeekBar Color!"
|
||
|
}
|
||
|
]
|