mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-25 04:20:18 +00:00
#106 fields renamed
This commit is contained in:
parent
9073e1b953
commit
a2566ca22c
5 changed files with 24 additions and 25 deletions
|
@ -8,7 +8,6 @@ If a field is marked as `X` it means you can export it for the type of export
|
|||
|
||||
| Fields | Movie | TV Episode | TV Show | Audio Album |Audio Artist | Audio Track |
|
||||
| :--- | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||
Accessible|X|X|?|?|?|?|
|
||||
Added|X|X|X|X|X|X|
|
||||
Art url|X|?|X|X|?|X|
|
||||
Audience Rating|X|?|X|?|?|?|
|
||||
|
@ -41,7 +40,6 @@ Deleted|?|X|?|?|?|?|
|
|||
Directors|X|X|?|?|?|?|
|
||||
Duration|X|X|X|?|?|X|
|
||||
Episode|N/A|X|?|?|?|?|
|
||||
Exists|X|X|?|?|?|?|
|
||||
Extras|X|X|?|?|?|?|
|
||||
Extras-behindthescenes|X|?|?|?|?|?|
|
||||
Extras-deleted|X|?|?|?|?|?|
|
||||
|
@ -76,9 +74,11 @@ Media Video Width|X|X|?|?|?|?|
|
|||
MetaDB Link|X|?|?|?|?|?|
|
||||
MetaData Language|X|X|?|?|?|?|
|
||||
Original Title|X|?|?|?|?|?|
|
||||
Part Accessible|X|X|?|?|?|?|
|
||||
Part Container|X|X|?|?|?|X|
|
||||
Part Deep Analysis Version|X|X|?|?|?|X|
|
||||
Part Duration|X|X|?|?|?|X|
|
||||
Part Exists|X|X|?|?|?|?|
|
||||
Part File|X|X|?|?|?|X|
|
||||
Part File Combined|X|X|?|?|?|X|
|
||||
Part File Path|X|X|?|?|?|X|
|
||||
|
|
|
@ -37,7 +37,6 @@
|
|||
"all": [
|
||||
"Media ID",
|
||||
"Series Title",
|
||||
"Accessible",
|
||||
"Added",
|
||||
"Audio Stream Audio Channel Layout",
|
||||
"Audio Stream Bit Depth",
|
||||
|
@ -63,7 +62,6 @@
|
|||
"Directors",
|
||||
"Duration",
|
||||
"Episode",
|
||||
"Exists",
|
||||
"Extras",
|
||||
"IMDB ID",
|
||||
"IMDB Link",
|
||||
|
@ -84,9 +82,11 @@
|
|||
"Media Video Resolution",
|
||||
"Media Video Width",
|
||||
"MetaData Language",
|
||||
"Part Accessible",
|
||||
"Part Container",
|
||||
"Part Deep Analysis Version",
|
||||
"Part Duration",
|
||||
"Part Exists",
|
||||
"Part File Combined",
|
||||
"Part File Path",
|
||||
"Part File",
|
||||
|
|
|
@ -1,13 +1,5 @@
|
|||
{
|
||||
"fields": {
|
||||
"Accessible":
|
||||
{
|
||||
"key": "$.Media[*].Part[*]",
|
||||
"call": 2,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "$.accessible"
|
||||
},
|
||||
"Added":
|
||||
{
|
||||
"key": "$.addedAt",
|
||||
|
@ -246,14 +238,6 @@
|
|||
"call": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"Exists":
|
||||
{
|
||||
"key": "$.Media[*].Part[*]",
|
||||
"call": 2,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "$.exists"
|
||||
},
|
||||
"Extras":
|
||||
{
|
||||
"key": "$.Extras.size",
|
||||
|
@ -503,6 +487,14 @@
|
|||
"type": "string",
|
||||
"postProcess": true
|
||||
},
|
||||
"Part Accessible":
|
||||
{
|
||||
"key": "$.Media[*].Part[*]",
|
||||
"call": 2,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "$.accessible"
|
||||
},
|
||||
"Part Container":
|
||||
{
|
||||
"key": "$.Media[*].Part[*]",
|
||||
|
@ -528,6 +520,14 @@
|
|||
"subtype": "string",
|
||||
"subkey": "$.deepAnalysisVersion"
|
||||
},
|
||||
"Part Exists":
|
||||
{
|
||||
"key": "$.Media[*].Part[*]",
|
||||
"call": 2,
|
||||
"type": "array",
|
||||
"subtype": "string",
|
||||
"subkey": "$.exists"
|
||||
},
|
||||
"Part File":
|
||||
{
|
||||
"key": "$.Media[*].Part[*]",
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
"User Rating"
|
||||
],
|
||||
"all": [
|
||||
"Accessible",
|
||||
"Added",
|
||||
"Art url",
|
||||
"Audience Rating",
|
||||
|
@ -65,7 +64,6 @@
|
|||
"Country",
|
||||
"Directors",
|
||||
"Duration",
|
||||
"Exists",
|
||||
"Extras",
|
||||
"Extras-behindthescenes",
|
||||
"Extras-deleted",
|
||||
|
@ -92,9 +90,11 @@
|
|||
"MetaDB Link",
|
||||
"MetaData Language",
|
||||
"Original Title",
|
||||
"Part Accessible",
|
||||
"Part Container",
|
||||
"Part Deep Analysis Version",
|
||||
"Part Duration",
|
||||
"Part Exists",
|
||||
"Part File",
|
||||
"Part File Combined",
|
||||
"Part File Path",
|
||||
|
|
|
@ -18,16 +18,16 @@
|
|||
"Media Video Width"
|
||||
],
|
||||
"all": [
|
||||
"Accessible",
|
||||
"Added",
|
||||
"Art url",
|
||||
"Exists",
|
||||
"Media Aspect Ratio",
|
||||
"Media Container",
|
||||
"Media ID",
|
||||
"Media Video Height",
|
||||
"Media Video Width",
|
||||
"Part Accessible",
|
||||
"Part Container",
|
||||
"Part Exists",
|
||||
"Part File",
|
||||
"Part File Combined",
|
||||
"Part File Path",
|
||||
|
@ -39,7 +39,6 @@
|
|||
"Title",
|
||||
"Updated",
|
||||
"Year"
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue