diff --git a/README.md b/README.md index f80958d..c442661 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Docker](https://img.shields.io/badge/docker-supported-brightgreen.svg)](https://www.docker.com/) -A powerful, self-hosted media collector for Reddit that automatically downloads images, videos, and GIFs from your favorite subreddits and users. Features a built-in web interface for management and seamless integration with [Immich](https://immich.app/) for photo organization. +A powerful, self-hosted media collector for Reddit that automatically downloads images, videos, and GIFs from your favourite subreddits and users. Features a built-in web interface for management and seamless integration with [Immich](https://immich.app/) for photo organisation. ## Features @@ -15,7 +15,7 @@ A powerful, self-hosted media collector for Reddit that automatically downloads - **Immich Integration** - Generates JSON sidecar files with metadata for seamless import - **Web Dashboard** - Modern web interface for configuration and monitoring - **Blacklist System** - Filter out unwanted authors, subreddits, keywords, and domains -- **Favorites System** - Mark and filter your favorite posts +- **Favourites System** - Mark and filter your favourite posts - **Video Thumbnails** - Auto-generated thumbnails for video preview in gallery - **No API Keys Required** - Uses Reddit's public JSON endpoints - **Docker Support** - Easy deployment with Docker Compose @@ -90,9 +90,9 @@ download: min_score: 10 # Minimum upvotes required skip_nsfw: false # Skip NSFW content max_file_size_mb: 200 # Maximum file size - flat_structure: true # All files in single folder + flat_structure: true # All files in a single folder generate_sidecar: true # Generate .json for Immich - videos_only_from_favorites: false # Only download videos from favorited users + videos_only_from_favorites: false # Only download videos from favourited users rate_limit: requests_per_minute: 20 @@ -128,7 +128,7 @@ Access the dashboard at `http://localhost:8000` ### Web Features - **Dashboard** - View collection statistics and manage targets -- **Gallery** - Browse downloaded media with filtering and favorites +- **Gallery** - Browse downloaded media with filtering and favourites - **Settings** - Configure download options and blacklist - **Collector Control** - Trigger collection runs from the web UI