-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from raydak-labs/feat/whisparr
feat: add expermintal whisparr v3 support
- Loading branch information
Showing
31 changed files
with
6,358 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
sidebar_position: 2 | ||
title: Experimental Support | ||
description: "Experimental and testing support for other *Arr tools" | ||
keywords: [configarr configuration, yaml config, custom formats, expermintal, whisparr] | ||
--- | ||
|
||
# Experimental support | ||
|
||
This section describes experimental support for other \*Arr tools. | ||
This means that some features of configarr are working as expected but not every feature must be supported. | ||
|
||
:::warning | ||
This is experimental and testing support. Support could be dropped in the future. | ||
::: | ||
|
||
## Whisparr v3 | ||
|
||
Experimental support for Whisparr was added with [v1.4.0](https://github.com/raydak-labs/configarr/releases/tag/v1.4.0). | ||
|
||
Configuration is mostly equal to the Sonarr or Radarr. | ||
|
||
Following things are currently not supported or tested: | ||
|
||
- quality definition preset is not evaluated | ||
```yaml | ||
quality_definition: | ||
type: movies # not checked yet | ||
``` | ||
- initial language of quality profiles is not correct -> `0` | ||
- no available presets because nothings provided in trash guide or recyclarr -> needs to be done manually with local templates and custom formats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
SONARR_API_KEY: 5e792b7e0fe14f58b8e92bf0902d4a44 | ||
RADARR_API_KEY: 0daa3a2b940f4e08bac991e9a30e9e12 | ||
WHISPARR_API_KEY: 2ebd18db81e14c2d98d06ef4b865aaa8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
quality_profiles: | ||
- name: ExampleProfile | ||
reset_unmatched_scores: | ||
enabled: true | ||
upgrade: | ||
allowed: true | ||
until_quality: WEB 2160p | ||
until_score: 1000 | ||
min_format_score: 5 | ||
quality_sort: top | ||
qualities: | ||
- name: VR | ||
- name: Remux-2160p | ||
- name: WEB 2160p | ||
qualities: | ||
- WEBDL-2160p | ||
- WEBRip-2160p | ||
- name: Remux-1080p | ||
- name: WEB 1080p | ||
qualities: | ||
- WEBDL-1080p | ||
- WEBRip-1080p |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Config> | ||
<BindAddress>*</BindAddress> | ||
<Port>6969</Port> | ||
<SslPort>9898</SslPort> | ||
<EnableSsl>False</EnableSsl> | ||
<LaunchBrowser>True</LaunchBrowser> | ||
<ApiKey>2ebd18db81e14c2d98d06ef4b865aaa8</ApiKey> | ||
<AuthenticationMethod>Basic</AuthenticationMethod> | ||
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired> | ||
<Branch>eros</Branch> | ||
<LogLevel>info</LogLevel> | ||
<SslCertPath></SslCertPath> | ||
<SslCertPassword></SslCertPassword> | ||
<UrlBase></UrlBase> | ||
<InstanceName>Whisparr</InstanceName> | ||
<UpdateMechanism>Docker</UpdateMechanism> | ||
</Config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.