mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-01 01:58:13 +00:00
#470: Added Upscaled as other property
This commit is contained in:
@@ -85,6 +85,7 @@ History
|
||||
- Added `BT.2020` as new `other` possible value.
|
||||
- Added `12-bit` as new `color_depth` possible value.
|
||||
- Added `IMAX` as new `edition` possible value.
|
||||
- Added `Upscaled` as new `other` possible value.
|
||||
|
||||
2.1.4 (2017-06-01)
|
||||
------------------
|
||||
|
||||
+2
-2
@@ -295,6 +295,6 @@ Other properties
|
||||
``Line Dubbed``, ``Line Audio``, ``Mic Dubbed``, ``Micro HD``, ``Mux``, ``NTSC``, ``Open Matte``,
|
||||
``Original Aspect Ratio``, ``Original Video``, ``PAL``, ``Preair``, ``Proper``, ``PS Vita``, ``Read NFO``,
|
||||
``Region 5``, ``Region C``, ``Reencoded``, ``Remux``, ``Retail``, ``Rip``, ``Screener``, ``SECAM``,
|
||||
``Standard Dynamic Range``, ``Straight to Video``, ``Sync Fixed``, ``Trailer``, ``Ultra HD``, ``West Coast Feed``,
|
||||
``Widescreen``, ``XXX``
|
||||
``Standard Dynamic Range``, ``Straight to Video``, ``Sync Fixed``, ``Trailer``, ``Ultra HD``, ``Upscaled``,
|
||||
``West Coast Feed``, ``Widescreen``, ``XXX``
|
||||
|
||||
|
||||
@@ -83,6 +83,7 @@ def other():
|
||||
tags=['streaming_service.prefix', 'streaming_service.suffix'])
|
||||
rebulk.regex('Ultra-?(?:HD)?', 'UHD', value='Ultra HD', validator=None,
|
||||
tags=['streaming_service.prefix', 'streaming_service.suffix'])
|
||||
rebulk.regex('Upscaled?', value='Upscaled')
|
||||
|
||||
for value in ('Complete', 'Classic', 'Bonus', 'Trailer', 'Retail',
|
||||
'Colorized', 'Internal'):
|
||||
|
||||
@@ -1304,3 +1304,22 @@
|
||||
release_group: ETRG
|
||||
type: movie
|
||||
|
||||
? The.Martian.2015.4K.UHD.UPSCALED-ETRG
|
||||
: title: The Martian
|
||||
year: 2015
|
||||
screen_size: 2160p
|
||||
other: [Ultra HD, Upscaled]
|
||||
release_group: ETRG
|
||||
type: movie
|
||||
|
||||
? Delibal 2015 720p Upscale DVDRip x264 DD5.1 AC3
|
||||
: title: Delibal
|
||||
year: 2015
|
||||
screen_size: 720p
|
||||
other: [Upscaled, Rip]
|
||||
source: DVD
|
||||
video_codec: H.264
|
||||
audio_codec: Dolby Digital
|
||||
audio_channels: '5.1'
|
||||
type: movie
|
||||
|
||||
|
||||
@@ -165,3 +165,8 @@
|
||||
? -BT.20200
|
||||
? -BT.2021
|
||||
: other: BT.2020
|
||||
|
||||
? Upscaled
|
||||
? Upscale
|
||||
: other: Upscaled
|
||||
|
||||
|
||||
Reference in New Issue
Block a user