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": [
"Added",
"Art url",
"Country",
"Genre",
"Key",
"Last Viewed at",
"Mood",
"Poster url",
"Sort title",
"Style",
"Summary",
"Title",
"Updated"

View file

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