mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-22 02:53:05 +00:00
#286 WIP
This commit is contained in:
parent
2971e69555
commit
caefb11519
3 changed files with 9 additions and 1 deletions
|
@ -10,6 +10,7 @@ If a field is marked as `X` it means you can export it for the type of export
|
|||
| :--- | :---: | :---: | :---: | :---: | :---: | :---: | :---: |
|
||||
Added|X|X|X|X|X|X|X|
|
||||
Album Poster url|?|?|?|?|?|X|?|
|
||||
Album Title|?|?|?|?|?|X|?|
|
||||
Art url|X|?|X|X|?|X|X|
|
||||
Artist Art url|?|?|?|?|?|X|?|
|
||||
Artist Poster url|?|?|?|?|?|X|?|
|
||||
|
@ -133,7 +134,7 @@ User Rating|X|X|?|?|?|?|?|
|
|||
Video Stream Anamorphic|X|?|?|?|?|N/A|?|
|
||||
Video Stream Bit Depth|X|X|?|?|?|N/A|?|
|
||||
Video Stream Bitrate|X|X|?|?|?|N/A|?|
|
||||
Video Stream Cabac|X|X|?|?|?|?|?|
|
||||
Video Stream Cabac|X|X|?|?|?|N/A|?|
|
||||
Video Stream Chroma Sub Sampling|X|X|?|?|?|N/A|?|
|
||||
Video Stream Codec|X|X|?|?|?|N/A|?|
|
||||
Video Stream Codec ID|X|X|?|?|?|N/A|?|
|
||||
|
|
|
@ -12,6 +12,12 @@
|
|||
"call": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"Album Title":
|
||||
{
|
||||
"key": "$.parentTitle",
|
||||
"call": 1,
|
||||
"type": "string"
|
||||
},
|
||||
"Art url":
|
||||
{
|
||||
"key": "$.art",
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
"all": [
|
||||
"Added",
|
||||
"Album Poster url",
|
||||
"Album Title",
|
||||
"Art url",
|
||||
"Artist Art url",
|
||||
"Artist Poster url",
|
||||
|
|
Loading…
Reference in a new issue