From 0658a5fd8f9b6b9968e571aac310f18f63628d52 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 24 Nov 2022 11:11:25 -0500 Subject: [PATCH] Add info for master quality... #134 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 983e355..1230799 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Container images are configured using parameters passed at runtime (such as thos | `-e configureLidarrWithOptimalSettings=true` | true = enabled :: Automatically configures Lidarr with optimal settings | | `-e searchSort=date` | date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list | | `-e audioFormat=native` | native or alac or mp3 or aac or opus :: native is the native download client file type, selected by the matching audio bitrate | -| `-e audioBitrate=lossless` | lossless or high or low or ### :: lossless = flac files, high = 320K, low = 128k/96k, ### = the output bitrate of converted lossless files to selected audioFormat that is not native, example: 192... | +| `-e audioBitrate=lossless` | master or lossless or high or low or ### :: master = MQA/lossless flac files, lossless = flac files, high = 320K, low = 128k/96k, ### = the output bitrate of converted lossless files to selected audioFormat that is not native, example: 192... | | `-e requireQuality=true` | true = enabled :: Downloads will be required to have the requested file format | | `-e enableReplaygainTags=true` | true = enabled :: Downloads will be tagged with Replaygain Metadata | | `-e audioLyricType=both` | both or explicit or clean :: both, is explicit preferred matching, explicit is explicit releases only matching and clean is clean releases only matching |