New: Lidarr to Readarr

This commit is contained in:
Qstick
2020-02-29 15:51:29 -05:00
parent 7359c2a9fa
commit 3b7eb01918
565 changed files with 1669 additions and 4272 deletions
@@ -54,7 +54,7 @@ function MetadataProvider(props) {
type={inputTypes.TEXT}
name="metadataSource"
helpText="Alternative Metadata Source (Leave blank for default)"
helpLink="https://github.com/Lidarr/Lidarr/wiki/Metadata-Source"
helpLink="https://github.com/Readarr/Readarr/wiki/Metadata-Source"
onChange={onInputChange}
{...settings.metadataSource}
/>
@@ -70,7 +70,7 @@ function MetadataProvider(props) {
type={inputTypes.SELECT}
name="writeAudioTags"
helpTextWarning="Selecting 'All files' will alter existing files when they are imported."
helpLink="https://github.com/Lidarr/Lidarr/wiki/Write-Tags"
helpLink="https://github.com/Readarr/Readarr/wiki/Write-Tags"
values={writeAudioTagOptions}
onChange={onInputChange}
{...settings.writeAudioTags}
@@ -83,7 +83,7 @@ function MetadataProvider(props) {
<FormInputGroup
type={inputTypes.CHECK}
name="scrubAudioTags"
helpText="Remove existing tags from files, leaving only those added by Lidarr."
helpText="Remove existing tags from files, leaving only those added by Readarr."
onChange={onInputChange}
{...settings.scrubAudioTags}
/>