From 2316c631567c6e3d7ee852b9f05f24a2e73e2783 Mon Sep 17 00:00:00 2001 From: j Date: Sun, 19 Nov 2023 09:29:01 +0100 Subject: [PATCH] add numberoftags --- config.jsonc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config.jsonc b/config.jsonc index 1f89536..e598d2e 100644 --- a/config.jsonc +++ b/config.jsonc @@ -702,6 +702,15 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "sort": true, "value": {"key": "cuts", "type": "length"} }, + { + "id": "numberoftags", + "title": "Number of Tags", + "type": "integer", + "columnWidth": 60, + "format": {"type": "number", "args": []}, + "sort": true, + "value": {"key": "tags", "type": "length"} + }, { "id": "cutsperminute", "title": "Cuts per Minute", @@ -1179,7 +1188,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "itemFind": "", "itemSort": [{"key": "position", "operator": "+"}], "itemView": "info", - "listColumns": ["title", "type", "batch", "duration", "tags", "resolution"], + "listColumns": ["title", "type", "batch", "duration", "tags", "resolution", "numberoftags"], "listColumnWidth": {}, "listSelection": [], "listSort": [{"key": "title", "operator": "+"}],