1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 22:27:20 +02:00

Fixed: Parse TELESYNCH as TELESYNC (#10445)

Fixes #10414
This commit is contained in:
bakerboy448 2024-09-16 18:34:12 -05:00 committed by GitHub
parent d5dd5e08ca
commit 72b2cfe8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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);

View File

@ -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)|