Skip to content

Commit

Permalink
Merge pull request #152 from raydak-labs/feat/lang
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark authored Jan 13, 2025
2 parents cc53d49 + 0f270f0 commit 3f177ef
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/configuration/config-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,13 @@ radarr:
assign_scores_to:
- name: HD Bluray + WEB
score: 0

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

# experimental support: check https://configarr.rayak.de/docs/configuration/experimental-support
whisparr: {}
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ Ready to streamline your media server configuration? Let's get started with the
- [Notifiarr](https://notifiarr.com/)
- [Profilarr](https://github.com/Dictionarry-Hub/profilarr)

## Changes / Changelog

You can find the changes and new features in Github. See:

- [Changelog](https://github.com/raydak-labs/configarr/blob/main/CHANGELOG.md)
- or [Github Releases](https://github.com/raydak-labs/configarr/releases)

:::tip
New to media server management? Check out our [concepts guide](./concepts.md) to understand the basics of custom formats and quality profiles.
:::
18 changes: 18 additions & 0 deletions docs/docs/profiles/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,21 @@ Thanks for providing prepared configs from discord user `zombobrain`.
{SonarrGermanCustomConfig}
</CodeBlock>
</details>

## Modifications / Adjustments

- Adjusting the `language` of a QualityProfile.
TRaSH-Guide profiles has added support for the `language` in their provided JSON files.
This will be used if available.
But you can also adjust the value also in the config file.

```yaml title="config.yml"
radarr:
instance1:
# ...

quality_profiles:
- name: HD Bluray + WEB
# 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
```

0 comments on commit 3f177ef

Please sign in to comment.