diff --git a/README.md b/README.md index 011dba7..c09536a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,33 @@ Automatically sync Letterboxd lists to Radarr. Letterboxarr periodically reads configured Letterboxd lists, adds new films to Radarr, and serves a web interface for configuration and monitoring. -![Letterboxarr dashboard](screenshots/dashboard.png) +![Control room overview with sync status, recent additions, and watch lists](screenshots/dashboard.png) + +The Control room overview brings sync status, recent films, and watch lists +together. Screenshots use sample data. + +
+More screenshots + +### Watch lists + +Manage followed lists, tags, automatic additions, and watched progress. + +![Watch lists with tags, ratings, and watched progress](screenshots/watchlist.png) + +### Movies + +See each list's films, ratings, watched status, and additions to Radarr. + +![Films in a watch list with ratings and Radarr status](screenshots/movies.png) + +### Settings + +Configure sync timing, Radarr, your Letterboxd profile, and filters. + +![Settings for synchronization, Radarr, and Letterboxd](screenshots/config.png) + +
## Features diff --git a/screenshots/config.png b/screenshots/config.png index a028309..bd26994 100644 Binary files a/screenshots/config.png and b/screenshots/config.png differ diff --git a/screenshots/dashboard.png b/screenshots/dashboard.png index 0e90058..0133461 100644 Binary files a/screenshots/dashboard.png and b/screenshots/dashboard.png differ diff --git a/screenshots/movies.png b/screenshots/movies.png index 726f62e..5fc5a98 100644 Binary files a/screenshots/movies.png and b/screenshots/movies.png differ diff --git a/screenshots/watchlist.png b/screenshots/watchlist.png index 6193d4a..f385f1c 100644 Binary files a/screenshots/watchlist.png and b/screenshots/watchlist.png differ