This commit is contained in:
Tommy Mikkelsen 2022-12-02 14:40:20 +01:00
parent a94349a691
commit 2cd2661553
4 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,7 @@
* [#507 Download Module (Movies)](https://github.com/WebTools-NG/WebTools-NG/issues/507) (Enhancement)
* [#625 Media Info HDR types in Export](https://github.com/WebTools-NG/WebTools-NG/issues/625) (Enhancement)
* [#621 ET Audio Display title shorten](https://github.com/WebTools-NG/WebTools-NG/issues/621) (Enhancement)
* [#622 Export DVR specific tags](https://github.com/WebTools-NG/WebTools-NG/issues/622) (Enhancement)
## V1.1.2 ( 20220925 )

View file

@ -84,6 +84,7 @@
"Media Audio Channels",
"Media Audio Codec",
"Media Bitrate",
"Media Channel Identifier",
"Media Container",
"Media Duration",
"Media Height",

View file

@ -741,6 +741,13 @@
"subtype": "string",
"subkey": "$.bitrate"
},
"Media Channel Identifier": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "string",
"subkey": "$.channelIdentifier"
},
"Media Container": {
"key": "$.Media[*]",
"call": 2,

View file

@ -99,6 +99,7 @@
"Media Audio Channels",
"Media Audio Codec",
"Media Bitrate",
"Media Channel Identifier",
"Media Container",
"Media Duration",
"Media Height",