-
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.
feat: add experimental support for readarr
* this commit is not functional because the API of readarr is different then the other current available *arr projects (v1 vs v3 endpoints)
- Loading branch information
Showing
22 changed files
with
6,801 additions
and
32 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
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,3 +1,4 @@ | ||
SONARR_API_KEY: 5e792b7e0fe14f58b8e92bf0902d4a44 | ||
RADARR_API_KEY: 0daa3a2b940f4e08bac991e9a30e9e12 | ||
WHISPARR_API_KEY: 2ebd18db81e14c2d98d06ef4b865aaa8 | ||
READARR_API_KEY: e001718ba38a424d8aae7cb391b5d27a |
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,17 @@ | ||
<Config> | ||
<BindAddress>*</BindAddress> | ||
<Port>8787</Port> | ||
<SslPort>6868</SslPort> | ||
<EnableSsl>False</EnableSsl> | ||
<LaunchBrowser>True</LaunchBrowser> | ||
<ApiKey>e001718ba38a424d8aae7cb391b5d27a</ApiKey> | ||
<AuthenticationMethod>Basic</AuthenticationMethod> | ||
<AuthenticationRequired>DisabledForLocalAddresses</AuthenticationRequired> | ||
<Branch>develop</Branch> | ||
<LogLevel>debug</LogLevel> | ||
<SslCertPath></SslCertPath> | ||
<SslCertPassword></SslCertPassword> | ||
<UrlBase></UrlBase> | ||
<InstanceName>Readarr</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
quality_profiles: | ||
- name: ExampleProfile | ||
reset_unmatched_scores: | ||
enabled: true | ||
upgrade: | ||
allowed: true | ||
until_quality: MOBI | ||
until_score: 1000 | ||
min_format_score: 5 | ||
quality_sort: top | ||
qualities: | ||
- name: EPUB | ||
- name: MOBI |
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
Oops, something went wrong.