mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-18 04:18:24 +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 |
|
| Fields | Movie | TV Episode | TV Show | Audio Album |Audio Artist | Audio Track |
|
||||||
| :--- | :---: | :---: | :---: | :---: | :---: | :---: |
|
| :--- | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||||
Accessible|X|X|?|?|?|?|
|
|
||||||
Added|X|X|X|X|X|X|
|
Added|X|X|X|X|X|X|
|
||||||
Art url|X|?|X|X|?|X|
|
Art url|X|?|X|X|?|X|
|
||||||
Audience Rating|X|?|X|?|?|?|
|
Audience Rating|X|?|X|?|?|?|
|
||||||
|
@ -41,7 +40,6 @@ Deleted|?|X|?|?|?|?|
|
||||||
Directors|X|X|?|?|?|?|
|
Directors|X|X|?|?|?|?|
|
||||||
Duration|X|X|X|?|?|X|
|
Duration|X|X|X|?|?|X|
|
||||||
Episode|N/A|X|?|?|?|?|
|
Episode|N/A|X|?|?|?|?|
|
||||||
Exists|X|X|?|?|?|?|
|
|
||||||
Extras|X|X|?|?|?|?|
|
Extras|X|X|?|?|?|?|
|
||||||
Extras-behindthescenes|X|?|?|?|?|?|
|
Extras-behindthescenes|X|?|?|?|?|?|
|
||||||
Extras-deleted|X|?|?|?|?|?|
|
Extras-deleted|X|?|?|?|?|?|
|
||||||
|
@ -76,9 +74,11 @@ Media Video Width|X|X|?|?|?|?|
|
||||||
MetaDB Link|X|?|?|?|?|?|
|
MetaDB Link|X|?|?|?|?|?|
|
||||||
MetaData Language|X|X|?|?|?|?|
|
MetaData Language|X|X|?|?|?|?|
|
||||||
Original Title|X|?|?|?|?|?|
|
Original Title|X|?|?|?|?|?|
|
||||||
|
Part Accessible|X|X|?|?|?|?|
|
||||||
Part Container|X|X|?|?|?|X|
|
Part Container|X|X|?|?|?|X|
|
||||||
Part Deep Analysis Version|X|X|?|?|?|X|
|
Part Deep Analysis Version|X|X|?|?|?|X|
|
||||||
Part Duration|X|X|?|?|?|X|
|
Part Duration|X|X|?|?|?|X|
|
||||||
|
Part Exists|X|X|?|?|?|?|
|
||||||
Part File|X|X|?|?|?|X|
|
Part File|X|X|?|?|?|X|
|
||||||
Part File Combined|X|X|?|?|?|X|
|
Part File Combined|X|X|?|?|?|X|
|
||||||
Part File Path|X|X|?|?|?|X|
|
Part File Path|X|X|?|?|?|X|
|
||||||
|
|
|
@ -37,7 +37,6 @@
|
||||||
"all": [
|
"all": [
|
||||||
"Media ID",
|
"Media ID",
|
||||||
"Series Title",
|
"Series Title",
|
||||||
"Accessible",
|
|
||||||
"Added",
|
"Added",
|
||||||
"Audio Stream Audio Channel Layout",
|
"Audio Stream Audio Channel Layout",
|
||||||
"Audio Stream Bit Depth",
|
"Audio Stream Bit Depth",
|
||||||
|
@ -63,7 +62,6 @@
|
||||||
"Directors",
|
"Directors",
|
||||||
"Duration",
|
"Duration",
|
||||||
"Episode",
|
"Episode",
|
||||||
"Exists",
|
|
||||||
"Extras",
|
"Extras",
|
||||||
"IMDB ID",
|
"IMDB ID",
|
||||||
"IMDB Link",
|
"IMDB Link",
|
||||||
|
@ -84,9 +82,11 @@
|
||||||
"Media Video Resolution",
|
"Media Video Resolution",
|
||||||
"Media Video Width",
|
"Media Video Width",
|
||||||
"MetaData Language",
|
"MetaData Language",
|
||||||
|
"Part Accessible",
|
||||||
"Part Container",
|
"Part Container",
|
||||||
"Part Deep Analysis Version",
|
"Part Deep Analysis Version",
|
||||||
"Part Duration",
|
"Part Duration",
|
||||||
|
"Part Exists",
|
||||||
"Part File Combined",
|
"Part File Combined",
|
||||||
"Part File Path",
|
"Part File Path",
|
||||||
"Part File",
|
"Part File",
|
||||||
|
|
|
@ -1,13 +1,5 @@
|
||||||
{
|
{
|
||||||
"fields": {
|
"fields": {
|
||||||
"Accessible":
|
|
||||||
{
|
|
||||||
"key": "$.Media[*].Part[*]",
|
|
||||||
"call": 2,
|
|
||||||
"type": "array",
|
|
||||||
"subtype": "string",
|
|
||||||
"subkey": "$.accessible"
|
|
||||||
},
|
|
||||||
"Added":
|
"Added":
|
||||||
{
|
{
|
||||||
"key": "$.addedAt",
|
"key": "$.addedAt",
|
||||||
|
@ -246,14 +238,6 @@
|
||||||
"call": 1,
|
"call": 1,
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
"Exists":
|
|
||||||
{
|
|
||||||
"key": "$.Media[*].Part[*]",
|
|
||||||
"call": 2,
|
|
||||||
"type": "array",
|
|
||||||
"subtype": "string",
|
|
||||||
"subkey": "$.exists"
|
|
||||||
},
|
|
||||||
"Extras":
|
"Extras":
|
||||||
{
|
{
|
||||||
"key": "$.Extras.size",
|
"key": "$.Extras.size",
|
||||||
|
@ -503,6 +487,14 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"postProcess": true
|
"postProcess": true
|
||||||
},
|
},
|
||||||
|
"Part Accessible":
|
||||||
|
{
|
||||||
|
"key": "$.Media[*].Part[*]",
|
||||||
|
"call": 2,
|
||||||
|
"type": "array",
|
||||||
|
"subtype": "string",
|
||||||
|
"subkey": "$.accessible"
|
||||||
|
},
|
||||||
"Part Container":
|
"Part Container":
|
||||||
{
|
{
|
||||||
"key": "$.Media[*].Part[*]",
|
"key": "$.Media[*].Part[*]",
|
||||||
|
@ -528,6 +520,14 @@
|
||||||
"subtype": "string",
|
"subtype": "string",
|
||||||
"subkey": "$.deepAnalysisVersion"
|
"subkey": "$.deepAnalysisVersion"
|
||||||
},
|
},
|
||||||
|
"Part Exists":
|
||||||
|
{
|
||||||
|
"key": "$.Media[*].Part[*]",
|
||||||
|
"call": 2,
|
||||||
|
"type": "array",
|
||||||
|
"subtype": "string",
|
||||||
|
"subkey": "$.exists"
|
||||||
|
},
|
||||||
"Part File":
|
"Part File":
|
||||||
{
|
{
|
||||||
"key": "$.Media[*].Part[*]",
|
"key": "$.Media[*].Part[*]",
|
||||||
|
|
|
@ -36,7 +36,6 @@
|
||||||
"User Rating"
|
"User Rating"
|
||||||
],
|
],
|
||||||
"all": [
|
"all": [
|
||||||
"Accessible",
|
|
||||||
"Added",
|
"Added",
|
||||||
"Art url",
|
"Art url",
|
||||||
"Audience Rating",
|
"Audience Rating",
|
||||||
|
@ -65,7 +64,6 @@
|
||||||
"Country",
|
"Country",
|
||||||
"Directors",
|
"Directors",
|
||||||
"Duration",
|
"Duration",
|
||||||
"Exists",
|
|
||||||
"Extras",
|
"Extras",
|
||||||
"Extras-behindthescenes",
|
"Extras-behindthescenes",
|
||||||
"Extras-deleted",
|
"Extras-deleted",
|
||||||
|
@ -92,9 +90,11 @@
|
||||||
"MetaDB Link",
|
"MetaDB Link",
|
||||||
"MetaData Language",
|
"MetaData Language",
|
||||||
"Original Title",
|
"Original Title",
|
||||||
|
"Part Accessible",
|
||||||
"Part Container",
|
"Part Container",
|
||||||
"Part Deep Analysis Version",
|
"Part Deep Analysis Version",
|
||||||
"Part Duration",
|
"Part Duration",
|
||||||
|
"Part Exists",
|
||||||
"Part File",
|
"Part File",
|
||||||
"Part File Combined",
|
"Part File Combined",
|
||||||
"Part File Path",
|
"Part File Path",
|
||||||
|
|
|
@ -18,16 +18,16 @@
|
||||||
"Media Video Width"
|
"Media Video Width"
|
||||||
],
|
],
|
||||||
"all": [
|
"all": [
|
||||||
"Accessible",
|
|
||||||
"Added",
|
"Added",
|
||||||
"Art url",
|
"Art url",
|
||||||
"Exists",
|
|
||||||
"Media Aspect Ratio",
|
"Media Aspect Ratio",
|
||||||
"Media Container",
|
"Media Container",
|
||||||
"Media ID",
|
"Media ID",
|
||||||
"Media Video Height",
|
"Media Video Height",
|
||||||
"Media Video Width",
|
"Media Video Width",
|
||||||
|
"Part Accessible",
|
||||||
"Part Container",
|
"Part Container",
|
||||||
|
"Part Exists",
|
||||||
"Part File",
|
"Part File",
|
||||||
"Part File Combined",
|
"Part File Combined",
|
||||||
"Part File Path",
|
"Part File Path",
|
||||||
|
@ -39,7 +39,6 @@
|
||||||
"Title",
|
"Title",
|
||||||
"Updated",
|
"Updated",
|
||||||
"Year"
|
"Year"
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue