mirror of
https://github.com/Radarr/Radarr
synced 2024-12-21 23:42:23 +00:00
parent
7c5b2a299d
commit
c8de61df19
2 changed files with 2 additions and 1 deletions
|
@ -67,6 +67,7 @@ public void should_parse_sdtv_quality(string title, bool proper)
|
|||
[TestCase("the.shield.1x13.circles.ws.xvidvd-tns", false)]
|
||||
[TestCase("the_x-files.9x18.sunshine_days.ac3.ws_dvdrip_xvid-fov.avi", false)]
|
||||
[TestCase("The.Third.Jihad.2008.DVDRip.360p.H264 iPod -20-40", false)]
|
||||
[TestCase("SomeMovie.2018.DVDRip.ts", false)]
|
||||
public void should_parse_dvd_quality(string title, bool proper)
|
||||
{
|
||||
ParseAndVerifyQuality(title, Source.DVD, proper, Resolution.R480p);
|
||||
|
|
|
@ -26,7 +26,7 @@ public class QualityParser
|
|||
(?<dsr>WS[-_. ]DSR|DSR)|
|
||||
(?<regional>R[0-9]{1}|REGIONAL)|
|
||||
(?<scr>SCR|SCREENER|DVDSCR|DVDSCREENER)|
|
||||
(?<ts>TS|TELESYNC|HD-TS|HDTS|PDVD|TSRip|HDTSRip)|
|
||||
(?<ts>TS[-_. ]|TELESYNC|HD-TS|HDTS|PDVD|TSRip|HDTSRip)|
|
||||
(?<tc>TC|TELECINE|HD-TC|HDTC)|
|
||||
(?<cam>CAMRIP|CAM|HDCAM|HD-CAM)|
|
||||
(?<wp>WORKPRINT|WP)|
|
||||
|
|
Loading…
Reference in a new issue