Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Feb 8, 2025
1 parent 1397843 commit aea6d6e
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 8 deletions.
39 changes: 37 additions & 2 deletions docs/docs/configuration/_include/config-file-sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,45 @@ radarr:

quality_profiles:
- name: HD Bluray + WEB
upgrade:
min_format_score: 200
# Support added with 1.7.0. Not support in all *arr applications. Check the application if it is supported.
language: Any # The name must match available names in *arr
# Reset existing CustomFormats scores on profile
reset_unmatched_scores:
enabled: true
upgrade:
allowed: true
until_quality: Remux-1080p
until_score: 10000
min_format_score: 100
# Score set from TRaSH-Guide to use
#score_set: anime-radarr
# Sorting order of qualities in profile. Either top or bottom
#quality_sort: top
# How to group and sort profiles
qualities:
- name: Remux-1080p
qualities:
- Bluray-1080p
- Remux-1080p
- name: WEB 1080p
qualities:
- WEBDL-1080p
- WEBRip-1080p
- HDTV-1080p
- name: Bluray-720p
- name: WEB 720p
qualities:
- WEBDL-720p
- WEBRip-720p
- HDTV-720p
- name: Bluray-576p
- name: Bluray-480p
- name: WEB 480p
qualities:
- WEBDL-480p
- WEBRip-480p
- name: DVD
- name: SDTV

# experimental support: check https://configarr.rayak.de/docs/configuration/experimental-support
whisparr: {}
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@docusaurus/preset-classic": "3.7.0",
"@mdx-js/react": "3.1.0",
"clsx": "2.1.1",
"docusaurus-lunr-search": "3.6.0",
"docusaurus-lunr-search": "3.6.1",
"lunr": "2.3.9",
"prism-react-renderer": "2.4.1",
"raw-loader": "4.0.2",
Expand Down
10 changes: 5 additions & 5 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aea6d6e

Please sign in to comment.