From 6ae2cb64ceca556db8bf3c33386eae8417931fec Mon Sep 17 00:00:00 2001 From: WoahAI <115117306+Woahai321@users.noreply.github.com> Date: Sat, 11 Jan 2025 14:37:41 +0000 Subject: [PATCH] Update ReadMe.md --- ReadMe.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/ReadMe.md b/ReadMe.md index f4fad61..64e776d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -105,16 +105,20 @@ OVERSEERR_URL=https://your-overseerr-instance OVERSEERR_API_KEY=your-api-key-here OVERSEERR_USER_ID=1 -# Set this to true for automated mode -AUTOMATED_MODE=true +# Set to true for automated mode (recommended for Docker) +AUTOMATED_MODE=false # Sync interval in hours (default: 24) SYNC_INTERVAL=24 +# Request Quality Profile (true for 4K, false for standard) +OVERSEERR_4K=false + # Lists Configuration (comma-separated) +# Examples: IMDB_LISTS=ls123456789,ur123456789,top,boxoffice,https://www.imdb.com/list/ls123456789/ TRAKT_LISTS=12345,67890,https://trakt.tv/users/username/lists/listname -LETTERBOXD_LISTS=https://letterboxd.com/username/list/listname/ +LETTERBOXD_LISTS=https://letterboxd.com/username/list/listname/ ``` **Create a `docker-compose.yml` file**: