This commit is contained in:
UKDTOM 2021-03-15 00:06:33 +01:00
parent d5e9f6e856
commit 3d8ead4a4d
2 changed files with 19 additions and 0 deletions

View file

@ -19,12 +19,15 @@
], ],
"all": [ "all": [
"Added", "Added",
"Art url",
"Country", "Country",
"Genre", "Genre",
"Key", "Key",
"Last Viewed at", "Last Viewed at",
"Mood",
"Poster url", "Poster url",
"Sort title", "Sort title",
"Style",
"Summary", "Summary",
"Title", "Title",
"Updated" "Updated"

View file

@ -474,6 +474,14 @@
"subtype": "string", "subtype": "string",
"subkey": "$.tag" "subkey": "$.tag"
}, },
"Location":
{
"key": "$.Location[*]",
"call": 1,
"type": "array",
"subtype": "string",
"subkey": "$.path"
},
"Locked Fields": "Locked Fields":
{ {
"key": "$.Field[*]", "key": "$.Field[*]",
@ -883,6 +891,14 @@
"call": 1, "call": 1,
"type": "string" "type": "string"
}, },
"Similar":
{
"key": "$.Similar[*]",
"call": 1,
"type": "array",
"subtype": "string",
"subkey": "$.tag"
},
"Sort title": "Sort title":
{ {
"key": "$.titleSort", "key": "$.titleSort",