diff --git a/docs/Downloaders/qBittorrent/Port-forwarding.md b/docs/Downloaders/qBittorrent/Port-forwarding.md index e90e1fa8f..aac951bd9 100644 --- a/docs/Downloaders/qBittorrent/Port-forwarding.md +++ b/docs/Downloaders/qBittorrent/Port-forwarding.md @@ -10,5 +10,5 @@ 1. Tools or cog wheel. 1. Options (skip if you choose the cog wheel). 1. Select the `Connection` Tab. -1. Choose `TCP and uTP` if you get speed issues try one of the others. +1. Change `TCP and uTP` to `TCP`, if you get speed issues try one of the others. 1. Add here the port you've forwarded. diff --git a/docs/json/radarr/cf/lq.json b/docs/json/radarr/cf/lq.json index ccd28463b..fe1d6c1ed 100644 --- a/docs/json/radarr/cf/lq.json +++ b/docs/json/radarr/cf/lq.json @@ -220,7 +220,7 @@ "value": "^(GalaxyRG)$" } }, - { + { "name": "GHD", "implementation": "ReleaseGroupSpecification", "negate": false, @@ -445,6 +445,15 @@ "value": "^(nSD)$" } }, + { + "name": "Pahe", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "Pahe\\.(ph|in)\\b" + } + }, { "name": "PATOMiEL", "implementation": "ReleaseGroupSpecification", diff --git a/docs/json/radarr/cf/max.json b/docs/json/radarr/cf/max.json index fbf2a7a8f..c25e9e929 100644 --- a/docs/json/radarr/cf/max.json +++ b/docs/json/radarr/cf/max.json @@ -1,7 +1,7 @@ { "trash_id": "6a061313d22e51e0f25b7cd4dc065233", "trash_regex": "https://regex101.com/r/fa649l/1", - "name": "Max", + "name": "MAX", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/sonarr/cf/max.json b/docs/json/sonarr/cf/max.json index 1d382deed..f4c5015ba 100644 --- a/docs/json/sonarr/cf/max.json +++ b/docs/json/sonarr/cf/max.json @@ -2,7 +2,7 @@ "trash_id": "81d1fbf600e2540cee87f3a23f9d3c1c", "trash_score": "90", "trash_regex": "https://regex101.com/r/fa649l/1", - "name": "Max", + "name": "MAX", "includeCustomFormatWhenRenaming": true, "specifications": [ { diff --git a/docs/json/sonarr/quality-size/series.json b/docs/json/sonarr/quality-size/series.json index 88a0277e3..9af613b7d 100644 --- a/docs/json/sonarr/quality-size/series.json +++ b/docs/json/sonarr/quality-size/series.json @@ -58,19 +58,19 @@ }, { "quality": "HDTV-2160p", - "min": 35.9, + "min": 25, "preferred": 399, "max": 400 }, { "quality": "WEBRip-2160p", - "min": 35.9, + "min": 25, "preferred": 399, "max": 400 }, { "quality": "WEBDL-2160p", - "min": 35.9, + "min": 25, "preferred": 399, "max": 400 }, diff --git a/docs/updates.txt b/docs/updates.txt index 67d02f0bc..50b41a4ad 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,18 @@ +# 2023-05-24 21:00 +**[New]** +- [Starr] Add `Max` CF to match the renamed `HBO Max` streaming service. +- [Starr] Add RlsGrp `Kitsune` to `WEB Tier 02`. + +**[Updated]** +- [Starr] Add the `Max` CF to all the jsons and guides. +- [Radarr] add RlsGrp `pahe` to `LQ`. + +**[Fixed]** +- [Radarr] Fix false positive matches on vs in movie titles for the `Vinegar Syndrome` CF. +- [Sonarr] Lowered Minimum Quality file size for `HDTV-2160p`, `WEBRip-2160p` and `WEBDL-2160p`. +- [qBittorrent - Port forwarding] Change listening port to TCP for consistence with main Qbt guide. +- [Starr] Changed case of CF `Max` to `MAX` to be consistent with the other streaming services. + # 2023-05-18 12:00 **[New]** - [Radarr] Added CF `Remux Tier 03`, This way we can fine tune the RlsGrps even more. please update your automation sync tools to accept the new CF.