#471: Detect DTS-ES

This commit is contained in:
Rato
2017-07-16 09:24:07 +02:00
parent bf38978881
commit b18588e9d4
5 changed files with 29 additions and 1 deletions
+1
View File
@@ -90,6 +90,7 @@ History
- Added `Fan` as new `edition` possible value.
- Added `High Resolution Audio` as new `audio_profile` possible value.
- Added `Ultimate` as new `edition` possible value.
- Added `Extended Surround` as new `audio_profile` possible value.
2.1.4 (2017-06-01)
------------------
+2 -1
View File
@@ -196,7 +196,8 @@ Audio properties
The codec profile used for audio.
- ``High Efficiency``, ``High Quality``, ``High Resolution Audio``, ``Low Complexity``, ``Master Audio``
- ``Extended Surround``, ``High Efficiency``, ``High Quality``, ``High Resolution Audio``, ``Low Complexity``,
``Master Audio``
Localization properties
+1
View File
@@ -51,6 +51,7 @@ def audio_codec():
rebulk.defaults(name='audio_profile')
rebulk.string('MA', value='Master Audio', tags='DTS-HD')
rebulk.string('HR', 'HRA', value='High Resolution Audio', tags='DTS-HD')
rebulk.string('ES', value='Extended Surround', tags='DTS')
rebulk.string('HE', value='High Efficiency', tags='AAC')
rebulk.string('LC', value='Low Complexity', tags='AAC')
rebulk.string('HQ', value='High Quality', tags='Dolby Digital')
+19
View File
@@ -1371,3 +1371,22 @@
audio_channels: '5.1'
release_group: LTT
type: movie
? Ghost.in.the.Shell.1995.1080p.Bluray.DTSES.x264-SHiTSoNy
: title: Ghost in the Shell
year: 1995
screen_size: 1080p
source: Blu-ray
audio_codec: DTS
audio_profile: Extended Surround
? The.Boss.Baby.2017.BluRay.1080p.DTS-ES.x264-PRoDJi
: title: The Boss Baby
year: 2017
source: Blu-ray
screen_size: 1080p
audio_codec: DTS
audio_profile: Extended Surround
video_codec: H.264
release_group: PRoDJi
type: movie
+6
View File
@@ -104,3 +104,9 @@
? -HR
: audio_codec: DTS-HD
audio_profile: High Resolution Audio
? DTSES
? DTS-ES
? -ES
: audio_codec: DTS
audio_profile: Extended Surround