Merge branch 'master' into master

pull/1099/head
Michael Thomas 2 years ago committed by GitHub
commit 1eace0c9ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -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 # 2023-01-11 23:30
**[New]** **[New]**
- [Starr] How to setup Language Custom Formats. *PR#1086* - [Starr] How to setup Language Custom Formats. *PR#1086*
@ -39,7 +51,7 @@
# 2022-12-29 19:30 # 2022-12-29 19:30
**[Starr]** **[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* - Added: More information on the pros and cons of using `{Original Title}` vs the recommended naming scheme. *PR#1047/49*
**[Sonarr v4]** **[Sonarr v4]**
@ -62,7 +74,7 @@
- NEW: CF `DV (FEL)`. *PR#1040* - NEW: CF `DV (FEL)`. *PR#1040*
- Synced + Sorted CF between the Starr apps. *PR#1040* - Synced + Sorted CF between the Starr apps. *PR#1040*
- Renamed Condition `Not Groups` to `Not RlsGrp`. *PR#1040* - Renamed Condition `Not Groups` to `Not RlsGrp`. *PR#1040*
**[Sonarr v4]** **[Sonarr v4]**
- NEW: Guide French Sonarr Guide. *PR#1036* - 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 V4 - Is now using Custom Formats instead of Release Profiles. Use the the new naming scheme instead.
**[Sonarr]** **[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 # 2022-11-24 22:45
**[Radarr]** **[Radarr]**
@ -161,7 +173,7 @@
**[Radarr]** **[Radarr]**
- Updated: Matching `How to setup Custom Formats` with flowchart. #966 - 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 - Fixed: copy/paste error for `AV1` json. #967
- Added: DV info to HDR Flowchart. #971 - Added: DV info to HDR Flowchart. #971

Loading…
Cancel
Save