Merge pull request #645 from WebTools-NG/ukdtom/issue622

Ukdtom/issue622
This commit is contained in:
Tommy Mikkelsen 2022-12-03 00:02:16 +01:00 committed by GitHub
commit e72b5ae1ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 64 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)
* [#643 Output all 'Export' fields failed to proceed](https://github.com/WebTools-NG/WebTools-NG/issues/643) (Bug)
## V1.1.2 ( 20220925 )

View file

@ -84,10 +84,17 @@
"Media Audio Channels",
"Media Audio Codec",
"Media Bitrate",
"Media Channel Identifier",
"Media Container",
"Media Duration",
"Media Grab Begins At",
"Media Grab Device",
"Media Grab Partial Recording",
"Media Grab Partial Recording Reason",
"Media Grab Status",
"Media Height",
"Media Id",
"Media Origin",
"Media Title",
"Media Video Codec",
"Media Video FrameRate",

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,
@ -762,6 +769,41 @@
"subtype": "time",
"subkey": "$.duration"
},
"Media Grab Begins At": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "datetime",
"subkey": "$.mediaGrabBeginsAt"
},
"Media Grab Device": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "string",
"subkey": "$.mediaGrabDevice"
},
"Media Grab Partial Recording": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "string",
"subkey": "$.mediaGrabPartialRecording"
},
"Media Grab Partial Recording Reason": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "string",
"subkey": "$.mediaGrabPartialRecordingReason"
},
"Media Grab Status": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "string",
"subkey": "$.mediaGrabStatus"
},
"Media Height": {
"key": "$.Media[*]",
"call": 2,
@ -797,6 +839,13 @@
"subtype": "string",
"subkey": "$.model"
},
"Media Origin": {
"key": "$.Media[*]",
"call": 2,
"type": "array",
"subtype": "string",
"subkey": "$.origin"
},
"Media Title": {
"key": "$.Media[*]",
"call": 2,

View file

@ -99,10 +99,17 @@
"Media Audio Channels",
"Media Audio Codec",
"Media Bitrate",
"Media Channel Identifier",
"Media Container",
"Media Duration",
"Media Grab Begins At",
"Media Grab Device",
"Media Grab Partial Recording",
"Media Grab Partial Recording Reason",
"Media Grab Status",
"Media Height",
"Media Id",
"Media Origin",
"Media Title",
"Media Video Codec",
"Media Video FrameRate",