@ -108,6 +115,7 @@ Container images are configured using parameters passed at runtime (such as thos
| `-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.
## Usage
@ -148,6 +156,7 @@ docker create \
-e beetsMatchPercentage=90 \
-e plexUrl=http://x.x.x.x:32400 \
-e plexToken=Token_Goes_Here \
-e youtubeSubtitleLanguage=en \
--restart unless-stopped \
randomninjaatk/lidarr-extended:latest
```
@ -194,6 +203,7 @@ services:
- beetsMatchPercentage=90
- plexUrl=http://x.x.x.x:32400
- plexToken=Token_Goes_Here
- youtubeSubtitleLanguage=en
ports:
- 8686:8686
restart: unless-stopped
@ -212,4 +222,4 @@ services:
- Icons made by <ahref="http://www.freepik.com/"title="Freepik">Freepik</a> from <ahref="https://www.flaticon.com/"title="Flaticon"> www.flaticon.com</a>