mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 01:42:35 +01:00
parent
d5dd5e08ca
commit
72b2cfe8be
@ -36,6 +36,7 @@ public void Setup()
|
||||
};
|
||||
|
||||
[TestCase("Movie.Title.3.2017.720p.TSRip.x264.AAC-Ozlem", false)]
|
||||
[TestCase("Movie: Title (2024) TeleSynch 720p | HEVC-FILVOVAN", false)]
|
||||
public void should_parse_ts(string title, bool proper)
|
||||
{
|
||||
ParseAndVerifyQuality(title, QualitySource.TELESYNC, proper, Resolution.R720p);
|
||||
|
@ -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[-_. ]|TELESYNCH?|HD-TS|HDTS|PDVD|TSRip|HDTSRip)|
|
||||
(?<tc>TC|TELECINE|HD-TC|HDTC)|
|
||||
(?<cam>CAMRIP|(?:NEW)?CAM|HD-?CAM(?:Rip)?|HQCAM)|
|
||||
(?<wp>WORKPRINT|WP)|
|
||||
|
Loading…
Reference in New Issue
Block a user