From dcb7c6b9b4c3f754cf8b4fe201297471a751f163 Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Fri, 26 Sep 2025 12:39:48 +0000 Subject: [PATCH] Corrected README.md formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 991c858..180f01a 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ The `mbid-poller` container needs to communicate with your Lidarr instance. | Environment Variable | Description | Source in Lidarr | | :--- | :--- | :--- | -| LIDARR_BASE | The internal URL of your Lidarr instance. | N/A (Docker network alias) | -| LIDARR_API_KEY | Your Lidarr API key. | Settings > General > API Key | -| LIDARR_ROOT_FOLDER | The path for your music root folder as seen by Lidarr. | Settings > Media Management > Root Folders | -| LIDARR_QUALITY_PROFILE_ID | The numerical ID for the desired Quality Profile. (Default is 1) | Settings > Profiles > Quality Profiles (Inspect element to find ID) | -| LIDARR_METADATA_PROFILE_ID | The numerical ID for the desired Metadata Profile. (Default is 1) | Settings > Profiles > Metadata Profiles (Inspect element to find ID) | +| `LIDARR_BASE` | The internal URL of your Lidarr instance. | N/A (Docker network alias) | +| `LIDARR_API_KEY` | Your Lidarr API key. | Settings > General > API Key | +| `LIDARR_ROOT_FOLDER` | The path for your music root folder as seen by Lidarr. | Settings > Media Management > Root Folders | +| `LIDARR_QUALITY_PROFILE_ID` | The numerical ID for the desired Quality Profile. (Default is 1) | Settings > Profiles > Quality Profiles (Inspect element to find ID) | +| `LIDARR_METADATA_PROFILE_ID` | The numerical ID for the desired Metadata Profile. (Default is 1) | Settings > Profiles > Metadata Profiles (Inspect element to find ID) | ### 3. Choose the MBID Input Source