mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
Changed: Improved templates for h264 & h265 custom formats (#3432)
* Update CustomFormatService.cs resolves #3419 * Update CustomFormatService.cs * Update CustomFormatService.cs
This commit is contained in:
parent
52520e356d
commit
84fab25af7
@ -191,8 +191,8 @@ public static Dictionary<string, List<CustomFormat>> Templates
|
||||
{
|
||||
"Easy", new List<CustomFormat>
|
||||
{
|
||||
new CustomFormat("x264", "C_RX_(x|h)264"),
|
||||
new CustomFormat("x265", "C_RX_(((x|h)265)|(HEVC))"),
|
||||
new CustomFormat("x264", @"C_RX_(x|h)\.?264"),
|
||||
new CustomFormat("x265", @"C_RX_(((x|h)\.?265)|(HEVC))"),
|
||||
new CustomFormat("Simple Hardcoded Subs", "C_RX_subs?"),
|
||||
new CustomFormat("Multi Language", "L_English", "L_French")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user