Adjustable slideshow delay

This commit is contained in:
2023-06-23 16:48:39 -04:00
parent 701172c982
commit bea8c7c44b
3 changed files with 77 additions and 88 deletions

View File

@@ -1,10 +1,18 @@
{
"description" : "Storage limit: 10240 images because of windows max path and locastorage limits",
"file" : "scene.html",
"description": "Storage limit: 10240 images because of windows max path and locastorage limits",
"general" :
{
"properties" :
{
"dir" :
{
"index" : 2,
"mode" : "fetchall",
"order" : 102,
"text" : "Wallpaper Dir",
"type" : "directory"
},
"schemecolor" :
{
"order" : 0,
@@ -12,13 +20,38 @@
"type" : "color",
"value" : "0.8980392156862745 0.18823529411764706 0.9294117647058824"
},
"dir" :
"systemid" :
{
"index" : 2,
"order": 102,
"mode" : "fetchall",
"text" : "Wallpaper Dir",
"type" : "directory"
"index" : 0,
"order" : 100,
"text" : "PluralKit System ID",
"type" : "textinput",
"value" : ""
},
"timeout_m" :
{
"fraction" : false,
"index" : 4,
"max" : 1440,
"min" : 0,
"order" : 104,
"step" : 1,
"text" : "Change Every (minutes)",
"type" : "slider",
"value" : 0
},
"timeout_s" :
{
"fraction" : true,
"index" : 3,
"max" : 60,
"min" : 0.1,
"order" : 103,
"precision" : 2,
"step" : 0.1,
"text" : "Change Every (seconds)",
"type" : "slider",
"value" : 30
},
"uri" :
{
@@ -27,18 +60,10 @@
"text" : "Socket URI",
"type" : "textinput",
"value" : ""
},
"systemid" :
{
"index" : 0,
"order" : 100,
"text" : "System ID",
"type" : "textinput",
"value" : ""
}
}
},
"title" : "PluralKit",
"type" : "scene",
"type" : "web",
"version" : 0
}