mirror of
https://github.com/zoriya/guessit.git
synced 2026-05-30 01:15:23 +00:00
#471: Detect Dolby Digital EX
This commit is contained in:
@@ -91,6 +91,7 @@ History
|
|||||||
- Added `High Resolution Audio` as new `audio_profile` possible value.
|
- Added `High Resolution Audio` as new `audio_profile` possible value.
|
||||||
- Added `Ultimate` as new `edition` possible value.
|
- Added `Ultimate` as new `edition` possible value.
|
||||||
- Added `Extended Surround` as new `audio_profile` possible value.
|
- Added `Extended Surround` as new `audio_profile` possible value.
|
||||||
|
- Added `EX` as new `audio_profile` possible value
|
||||||
|
|
||||||
2.1.4 (2017-06-01)
|
2.1.4 (2017-06-01)
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
+1
-1
@@ -196,7 +196,7 @@ Audio properties
|
|||||||
|
|
||||||
The codec profile used for audio.
|
The codec profile used for audio.
|
||||||
|
|
||||||
- ``Extended Surround``, ``High Efficiency``, ``High Quality``, ``High Resolution Audio``, ``Low Complexity``,
|
- ``Extended Surround``, ``EX``, ``High Efficiency``, ``High Quality``, ``High Resolution Audio``, ``Low Complexity``,
|
||||||
``Master Audio``
|
``Master Audio``
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ def audio_codec():
|
|||||||
rebulk.string('HE', value='High Efficiency', tags='AAC')
|
rebulk.string('HE', value='High Efficiency', tags='AAC')
|
||||||
rebulk.string('LC', value='Low Complexity', tags='AAC')
|
rebulk.string('LC', value='Low Complexity', tags='AAC')
|
||||||
rebulk.string('HQ', value='High Quality', tags='Dolby Digital')
|
rebulk.string('HQ', value='High Quality', tags='Dolby Digital')
|
||||||
|
rebulk.string('EX', value='EX', tags='Dolby Digital')
|
||||||
|
|
||||||
rebulk.defaults(name="audio_channels")
|
rebulk.defaults(name="audio_channels")
|
||||||
rebulk.regex(r'(7[\W_][01](?:ch)?)(?:[^\d]|$)', value='7.1', children=True)
|
rebulk.regex(r'(7[\W_][01](?:ch)?)(?:[^\d]|$)', value='7.1', children=True)
|
||||||
|
|||||||
@@ -1390,3 +1390,26 @@
|
|||||||
video_codec: H.264
|
video_codec: H.264
|
||||||
release_group: PRoDJi
|
release_group: PRoDJi
|
||||||
type: movie
|
type: movie
|
||||||
|
|
||||||
|
? Title.2000.720p.BluRay.DDEX.x264-HDClub.mkv
|
||||||
|
: title: Title
|
||||||
|
year: 2000
|
||||||
|
screen_size: 720p
|
||||||
|
source: Blu-ray
|
||||||
|
audio_codec: Dolby Digital
|
||||||
|
audio_profile: EX
|
||||||
|
video_codec: H.264
|
||||||
|
release_group: HDClub
|
||||||
|
container: mkv
|
||||||
|
type: movie
|
||||||
|
|
||||||
|
? Jack Reacher Never Go Back 2016 720p Bluray DD-EX x264-BluPanther
|
||||||
|
: title: Jack Reacher Never Go Back
|
||||||
|
year: 2016
|
||||||
|
screen_size: 720p
|
||||||
|
source: Blu-ray
|
||||||
|
audio_codec: Dolby Digital
|
||||||
|
audio_profile: EX
|
||||||
|
video_codec: H.264
|
||||||
|
release_group: BluPanther
|
||||||
|
type: movie
|
||||||
|
|||||||
@@ -110,3 +110,9 @@
|
|||||||
? -ES
|
? -ES
|
||||||
: audio_codec: DTS
|
: audio_codec: DTS
|
||||||
audio_profile: Extended Surround
|
audio_profile: Extended Surround
|
||||||
|
|
||||||
|
? DD-EX
|
||||||
|
? DDEX
|
||||||
|
? -EX
|
||||||
|
: audio_codec: Dolby Digital
|
||||||
|
audio_profile: EX
|
||||||
|
|||||||
Reference in New Issue
Block a user