Merge pull request #1166 from TRaSH-/Maintance-Release-20230217

Maintance Release 20230217
pull/1169/head
TRaSH 2 years ago committed by GitHub
commit e098858583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,17 +10,19 @@ These are mostly guidelines, not rules. Use your best judgment, and feel free to
- Make sure you're editing the latest version.
- If you propose changes make sure it doesn't break anything else in the Guides.
- Make sure that after the changes you don't get any [markdownlint](https://github.com/markdownlint/markdownlint/blob/master/docs/RULES.md) errors
- If the `metadata.json` and `metadata.schema.json` needs changes, announce it first in the Discord `#development` channel and ping`voidpointer` and `nitsua` so the 3rd party apps don't break :bangbang:
## Radarr/Sonarr Custom Format (JSON)
- Custom Format name needs to match json name :bangbang:
- No hashcode can exisist multiple times :bangbang:
- No hashcode can exists multiple times :bangbang:
- JSON file names are always written in small letters, spaces are replaced by a dash, no spaces or special characters except a dash :bangbang:
- When adding the hashcode for Radarr use the following naming `CF_name` on the following [link+example](https://md5.gromweb.com/?string=BR-DISK).
- When adding the hashcode for Radarr Anime use the following naming `Radarr Anime CF_name` on the following [link+example](https://md5.gromweb.com/?string=Radarr+Anime+BR-DISK).
- When adding the hashcode for Sonarr use the following naming `Sonarr CF_name` on the following [link+example](https://md5.gromweb.com/?string=Sonarr+BR-DISK).
- When adding the hashcode for Sonarr Anime use the following naming `Sonarr Anime CF_name` on the following [link+example](https://md5.gromweb.com/?string=Sonarr+Anime+BR-DISK).
- Provide a link to your regex example of your Custom Format using the following [Template](https://regex101.com/r/fXmQQm/1).
- When adding a RlsGRp to a Custom Format for what ever reason, please add in the PR why it's added/removed/moved.
When adding a regex test case
@ -39,6 +41,11 @@ When updating or adding a new CF the test case url needs to be added to the json
"name": "CF_name",
```
## YAML file naming
- If a hashcode is needed **No** hashcode can exist multiple times :bangbang:
- YAML file names are always written in small letters, spaces are replaced by a dash, no spaces or special characters except a dash :bangbang:
## Recommendations
- use [VSCode](https://code.visualstudio.com/) for editing with the following extension [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)

@ -1,19 +1,19 @@
{
"radarr": [
{
"template": "radarr/hd_bluray_web.yml",
"template": "radarr/hd-bluray-web.yml",
"id": "hd-bluray-web"
},
{
"template": "radarr/uhd_bluray_web.yml",
"template": "radarr/uhd-bluray-web.yml",
"id": "uhd-bluray-web"
},
{
"template": "radarr/remux_web_1080p.yml",
"template": "radarr/remux-web-1080p.yml",
"id": "remux-web-1080p"
},
{
"template": "radarr/remux_web_2160p.yml",
"template": "radarr/remux-web-2160p.yml",
"id": "remux-web-2160p"
},
{
@ -39,27 +39,27 @@
],
"sonarr": [
{
"template": "sonarr/french_anime_multi_v4.yml",
"template": "sonarr/french-anime-multi-v4.yml",
"id": "french-anime-multi-v4"
},
{
"template": "sonarr/french_anime_vostfr_v4.yml",
"template": "sonarr/french-anime-vostfr-v4.yml",
"id": "french-anime-vostfr-v4"
},
{
"template": "sonarr/french_web_1080p_multi_v4.yml",
"template": "sonarr/french-web-1080p-multi-v4.yml",
"id": "french-web-1080p-multi-v4"
},
{
"template": "sonarr/french_web_1080p_vostfr_v4.yml",
"template": "sonarr/french-web-1080p-vostfr-v4.yml",
"id": "french-web-1080p-vostfr-v4"
},
{
"template": "sonarr/web_1080p_v4.yml",
"template": "sonarr/web-1080p-v4.yml",
"id": "web-1080p-v4"
},
{
"template": "sonarr/web_2160p_v4.yml",
"template": "sonarr/web-2160p-v4.yml",
"id": "web-2160p-v4"
}
]

@ -1,3 +1,14 @@
# 2023-02-17 14:50
**[New]**
- [Sonarr] Added Comedy Central streaming service to the Sonarr custom formats and release propfile.
**[Updated]**
- [Radarr] Added RlsGrp `PiRaTeS` to CF 'LQ' - We have been seeing releases from this group lately and their releases seem pretty low quality (artifacting in dark scenes).
- [Radarr] Added RlsGrp `TvR` to CF `Bad Dual Audio` - Because first audio is always german despite not being labeled as such.
**[Fixed]**
- None
# 2023-02-07 20:45
**[New]**
- None

Loading…
Cancel
Save