Changed: Improved templates for h264 & h265 custom formats (#3432)

* Update CustomFormatService.cs

resolves #3419

* Update CustomFormatService.cs

* Update CustomFormatService.cs
pull/2/head
RhinoRhys 6 years ago committed by Leonardo Galli
parent 52520e356d
commit 84fab25af7

@ -191,8 +191,8 @@ namespace NzbDrone.Core.CustomFormats
{ {
"Easy", new List<CustomFormat> "Easy", new List<CustomFormat>
{ {
new CustomFormat("x264", "C_RX_(x|h)264"), new CustomFormat("x264", @"C_RX_(x|h)\.?264"),
new CustomFormat("x265", "C_RX_(((x|h)265)|(HEVC))"), new CustomFormat("x265", @"C_RX_(((x|h)\.?265)|(HEVC))"),
new CustomFormat("Simple Hardcoded Subs", "C_RX_subs?"), new CustomFormat("Simple Hardcoded Subs", "C_RX_subs?"),
new CustomFormat("Multi Language", "L_English", "L_French") new CustomFormat("Multi Language", "L_English", "L_French")
} }

Loading…
Cancel
Save