Deployed 53a451c0 with MkDocs version: 1.4.2

gh-pages
2 years ago
parent 972aa26963
commit 06228d3d3e

@ -8546,6 +8546,7 @@ For example a lot of EVO releases end up stripping the group name, so they appea
<div class="highlight"><pre><span></span><code><span class="p">{</span>
<span class="w"> </span><span class="nt">"trash_id"</span><span class="p">:</span><span class="w"> </span><span class="s2">"c30d2958827d1867c73318a5a2957eb1"</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"trash_score"</span><span class="p">:</span><span class="w"> </span><span class="s2">"75"</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"trash_regex"</span><span class="p">:</span><span class="w"> </span><span class="s2">"https://regex101.com/r/GfOSFe/1"</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"name"</span><span class="p">:</span><span class="w"> </span><span class="s2">"RED"</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"includeCustomFormatWhenRenaming"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"specifications"</span><span class="p">:</span><span class="w"> </span><span class="p">[</span>
@ -8555,7 +8556,7 @@ For example a lot of EVO releases end up stripping the group name, so they appea
<span class="w"> </span><span class="nt">"negate"</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"required"</span><span class="p">:</span><span class="w"> </span><span class="kc">true</span><span class="p">,</span>
<span class="w"> </span><span class="nt">"fields"</span><span class="p">:</span><span class="w"> </span><span class="p">{</span>
<span class="w"> </span><span class="nt">"value"</span><span class="p">:</span><span class="w"> </span><span class="s2">"\\b(red|youtube red)\\b"</span>
<span class="w"> </span><span class="nt">"value"</span><span class="p">:</span><span class="w"> </span><span class="s2">"\\b(red|youtube red)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"</span>
<span class="w"> </span><span class="p">}</span>
<span class="w"> </span><span class="p">},</span>
<span class="w"> </span><span class="p">{</span>

@ -1,6 +1,7 @@
{
"trash_id": "c30d2958827d1867c73318a5a2957eb1",
"trash_score": "75",
"trash_regex": "https://regex101.com/r/GfOSFe/1",
"name": "RED",
"includeCustomFormatWhenRenaming": true,
"specifications": [
@ -10,7 +11,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(red|youtube red)\\b"
"value": "\\b(red|youtube red)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{

File diff suppressed because one or more lines are too long

Binary file not shown.

@ -1,3 +1,15 @@
# 2023-01-14 21:15
**[New]**
- None
**[Updated]**
- [Guide] `Hardlinks` docker wording updates. *PR#1085*
- [Guide] Moved folder structure to includes. *PR#1085*
**[Fixed]**
- [Sonarr] Reverted naming scheme to be consistent with Radarr. *PR#1088* => *PR#1094*
- [Sonarr] CF `RED` to not match episode title with the word RED. *PR#1098*
# 2023-01-11 23:30
**[New]**
- [Starr] How to setup Language Custom Formats. *PR#1086*
@ -39,7 +51,7 @@
# 2022-12-29 19:30
**[Starr]**
*Recommended naming scheme*
*Recommended naming scheme*
- Added: More information on the pros and cons of using `{Original Title}` vs the recommended naming scheme. *PR#1047/49*
**[Sonarr v4]**
@ -62,7 +74,7 @@
- NEW: CF `DV (FEL)`. *PR#1040*
- Synced + Sorted CF between the Starr apps. *PR#1040*
- Renamed Condition `Not Groups` to `Not RlsGrp`. *PR#1040*
**[Sonarr v4]**
- NEW: Guide French Sonarr Guide. *PR#1036*
@ -122,7 +134,7 @@
- Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the the new naming scheme instead.
**[Sonarr]**
- Fixed: Emby/JF folder naming changed imdbid to tvdbid, being it doesn't support imdbid according their docs.
- Fixed: Emby/JF folder naming changed imdbid to tvdbid, being it doesn't support imdbid according their docs.
# 2022-11-24 22:45
**[Radarr]**
@ -161,7 +173,7 @@
**[Radarr]**
- Updated: Matching `How to setup Custom Formats` with flowchart. #966
- Renamed: `How to setup Custom Formats` to `Setup quality profiles`. #966
- Renamed: `How to setup Custom Formats` to `Setup quality profiles`. #966
- Fixed: copy/paste error for `AV1` json. #967
- Added: DV info to HDR Flowchart. #971

Loading…
Cancel
Save