From 14d79dc2deac166730b6485c18fe47fffea2f3c0 Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 13:52:11 +0000 Subject: [PATCH 1/3] key to adjust audio volume --- config.jsonc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config.jsonc b/config.jsonc index f791401..e428a29 100644 --- a/config.jsonc +++ b/config.jsonc @@ -587,6 +587,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "filter": true, "sort": true }, + { + "id": "adjustvolume", + "title": "Adjust Volume", + "type": "string", + "columnWidth": 128, + "filter": false, + "find": false, + "sort": false + }, { "id": "model", "title": "Model", From 476d8285f681a78bcac32dab26e9065c5a438e7f Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 14:46:22 +0000 Subject: [PATCH 2/3] fix prompt --- config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index e428a29..46a0588 100644 --- a/config.jsonc +++ b/config.jsonc @@ -610,7 +610,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "title": "Prompt", "type": "text", "columnWidth": 128, - "filter": true, + "filter": false, "find": true, "sort": false }, From 6691595eaf65252efefdf34f3fbd4a5cd31d1f0e Mon Sep 17 00:00:00 2001 From: j Date: Wed, 14 Jan 2026 14:47:18 +0000 Subject: [PATCH 3/3] show prompt as text --- static/js/infoView.p_for_power.js | 35 ++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/static/js/infoView.p_for_power.js b/static/js/infoView.p_for_power.js index 9ccebb7..1394c20 100644 --- a/static/js/infoView.p_for_power.js +++ b/static/js/infoView.p_for_power.js @@ -46,7 +46,8 @@ pandora.ui.infoView = function(data, isMixed) { 'duration', 'aspectratio', 'pixels', 'size', 'resolution', 'created', 'modified', 'accessed', 'random', - 'numberoftags' + 'numberoftags', + 'prompt' ], statisticsWidth = 128, @@ -289,6 +290,38 @@ pandora.ui.infoView = function(data, isMixed) { .appendTo($text); } + if (canEdit || data.prompt) { + $('
') + .append( + Ox.EditableContent({ + clickLink: pandora.clickLink, + editable: canEdit, + format: function(value) { + return value.replace( + /').addClass('ai-preview').appendTo($text); }