From fdd88b3d3418b6e31529b89de40a019c5efc1ca5 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 13:11:37 +0000 Subject: [PATCH] add more fields --- config.jsonc | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/config.jsonc b/config.jsonc index f7c0168..f61268d 100644 --- a/config.jsonc +++ b/config.jsonc @@ -174,7 +174,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "id": "type", "operator": "+", "title": "Type", - "type": "string", + "type": {"string"}, "filter": true, "find": true, "sort": true, @@ -246,6 +246,33 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "find": true, "sort": true }, + { + "id": "model", + "title": "Model", + "type": "string", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, + { + "id": "prompt", + "title": "Prompt", + "type": "text", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": false + }, + { + "id": "source", + "title": "Source", + "type": "string", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": false + }, { "id": "id", "operator": "+", @@ -560,6 +587,42 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filter": true, "sort": true }, + { + "id": "model", + "title": "Model", + "type": "string", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": true + }, + { + "id": "prompt", + "title": "Prompt", + "type": "text", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": false + }, + { + "id": "firstframe", + "title": "First Frame", + "type": "string", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": false + }, + { + "id": "lastframe", + "title": "Last Frame", + "type": "string", + "columnWidth": 128, + "filter": true, + "find": true, + "sort": false + }, { "id": "year", "title": "Year", @@ -1299,7 +1362,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "video": { "downloadFormat": "mp4", "formats": ["mp4"], - "previewRatio": 1.3333333333, + "previewRatio": 1.7777777777, "resolutions": [480] } }