From 47638dc30815bdaa24a19b55890eed5e042165d4 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 2 Aug 2022 13:01:11 +0000 Subject: [PATCH] Remove beets --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 409a43e..789c0e8 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,6 @@ * Notifies Lidarr to automatically import downloaded files * Music is properly tagged and includes coverart before Lidarr Receives them * Can add Replaygain tags to tracks - * Can pre-match and tag files using Beets * Can add top artists from online services * Can add artists related to your artists in your existing Library * Can notify Plex application to scan the individual artist folder after successful import, thus increasing the speed of Plex scanning and reducing overhead @@ -114,7 +113,6 @@ Container images are configured using parameters passed at runtime (such as thos | `-e topLimit=10` | This setting controls the amount of Top Artist (Albums/Tracks/Artists) to add to Lidarr from Deezer | | `-e addRelatedArtists=false` | true = enabled :: WARNING !!! WARNING !!! Enabling this can cause an endless loop of additional artists.... Enabling this will enable the extended script to automatically add artists that are related to your existing Lidarr artists from Deezer | | `-e numberOfRelatedArtistsToAddPerArtist=5` | 1-20 :: This will limit the number of related artists to add per artist in your library :: Minimum is 1, Maximum is 20 | -| `-e beetsMatchPercentage=90` | 1-100 :: Set this to the minimum percentage required for Beets to match the downloaded album to a musicbrainz release :: Lower percentage is less restrictive | | `-e plexUrl=http://x.x.x.x:32400` | ONLY used if PlexNotify.bash is used...| | `-e plexToken=` | ONLY used if PlexNotify.bash is used... | | `-e youtubeSubtitleLanguage=en` | Desired Language Code :: For guidence, please see yt-dlp documentation. @@ -157,7 +155,6 @@ docker create \ -e topLimit=10 \ -e addRelatedArtists=false \ -e numberOfRelatedArtistsToAddPerArtist=5 \ - -e beetsMatchPercentage=90 \ -e plexUrl=http://x.x.x.x:32400 \ -e plexToken=Token_Goes_Here \ -e youtubeSubtitleLanguage=en \ @@ -206,7 +203,6 @@ services: - topLimit=10 - addRelatedArtists=false - numberOfRelatedArtistsToAddPerArtist=5 - - beetsMatchPercentage=90 - plexUrl=http://x.x.x.x:32400 - plexToken=Token_Goes_Here - youtubeSubtitleLanguage=en