mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +00:00
#622 WIP
This commit is contained in:
parent
a94349a691
commit
2cd2661553
4 changed files with 10 additions and 0 deletions
|
@ -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 )
|
||||
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
"Media Audio Channels",
|
||||
"Media Audio Codec",
|
||||
"Media Bitrate",
|
||||
"Media Channel Identifier",
|
||||
"Media Container",
|
||||
"Media Duration",
|
||||
"Media Height",
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -99,6 +99,7 @@
|
|||
"Media Audio Channels",
|
||||
"Media Audio Codec",
|
||||
"Media Bitrate",
|
||||
"Media Channel Identifier",
|
||||
"Media Container",
|
||||
"Media Duration",
|
||||
"Media Height",
|
||||
|
|
Loading…
Add table
Reference in a new issue