mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-02 18:40:43 +00:00
#471: Detect DTS-ES
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user