Merge branch 'master' into master

pull/1224/head
TRaSH 1 year ago committed by GitHub
commit 81d0d37423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-python@v4.5.0 - uses: actions/setup-python@v4.5.0
with: with:
python-version: 3.x python-version: 3.x
- uses: actions/cache@v3.2.6 - uses: actions/cache@v3.3.1
with: with:
key: ${{ github.ref }} key: ${{ github.ref }}
path: .cache path: .cache
@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-python@v4.5.0 - uses: actions/setup-python@v4.5.0
with: with:
python-version: 3.x python-version: 3.x
- uses: actions/cache@v3.2.6 - uses: actions/cache@v3.3.1
with: with:
key: ${{ github.ref }} key: ${{ github.ref }}
path: .cache path: .cache

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 37 KiB

@ -80,6 +80,7 @@ I also made 3 guides related to this one.
| | [SDR](#sdr) | [FanSUB](#fansub) | | | | [SDR](#sdr) | [FanSUB](#fansub) | |
| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | | | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | |
| | [Line/Mic Dubbed](#linemic-dubbed) | | | | | [Line/Mic Dubbed](#linemic-dubbed) | | |
| | [HFR](#hfr) | | |
------ ------
@ -1237,6 +1238,22 @@ I also made 3 guides related to this one.
------ ------
### HFR
??? question "HFR - [CLICK TO EXPAND]"
- This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/hfr.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc ## Misc
------ ------

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 48 KiB

@ -85,6 +85,7 @@ I also made 3 guides related to this one.
| | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | | | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) |
| | [SDR](#sdr) | [FanSUB](#fansub) | | | | [SDR](#sdr) | [FanSUB](#fansub) | |
| | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | | | | [DV (FEL)](#dv-fel) | [FastSUB](#fastsub) | |
| | [HFR](#hfr) | | |
------ ------
@ -1144,6 +1145,22 @@ I also made 3 guides related to this one.
------ ------
### HFR
??? question "HFR - [CLICK TO EXPAND]"
- This will boost the score for HFR releases. HFR stands for High Frame Rate and refers to a video format that uses a higher number of frames per second than traditional video, resulting in smoother and more detailed motion.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hfr.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## HQ Source Groups ## HQ Source Groups
------ ------

@ -0,0 +1,16 @@
{
"trash_id": "73613461ac2cea99d52c4cd6e177ab82",
"name": "HFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HFR)\\b"
}
}
]
}

@ -0,0 +1,16 @@
{
"trash_id": "1bd69272e23c5e6c5b1d6c8a36fce95e",
"name": "HFR",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "HFR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HFR)\\b"
}
}
]
}

@ -2,7 +2,7 @@ mkdocs-glightbox==0.3.1
mkdocs-awesome-pages-plugin==2.8.0 mkdocs-awesome-pages-plugin==2.8.0
mkdocs-git-revision-date-localized-plugin==1.2.0 mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-macros-plugin==0.7.0 mkdocs-macros-plugin==0.7.0
mkdocs-material==9.1.1 mkdocs-material==9.1.3
mkdocs-minify-plugin==0.6.2 mkdocs-minify-plugin==0.6.2
mkdocs-redirects==1.2.0 mkdocs-redirects==1.2.0
mkdocs-include-markdown-plugin==4.0.4 mkdocs-include-markdown-plugin==4.0.4

@ -6,7 +6,6 @@ services:
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
network_mode: bridge
ports: ports:
- 7878:7878 - 7878:7878
environment: environment:
@ -23,7 +22,6 @@ services:
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
network_mode: bridge
ports: ports:
- 8989:8989 - 8989:8989
environment: environment:
@ -40,7 +38,6 @@ services:
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
network_mode: bridge
ports: ports:
- 6767:6767 - 6767:6767
environment: environment:
@ -57,7 +54,6 @@ services:
restart: unless-stopped restart: unless-stopped
logging: logging:
driver: json-file driver: json-file
network_mode: bridge
ports: ports:
- 8080:8080 - 8080:8080
- 9090:9090 - 9090:9090

Loading…
Cancel
Save