Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 committed Jan 11, 2025
1 parent 211c069 commit 6ae2cb6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**:
Expand Down

0 comments on commit 6ae2cb6

Please sign in to comment.