Skip to content

v0.1.0-alpha

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Apr 05:16

Letterboxderr v0.1.0-alpha

Sync your Letterboxd watchlist to Seerr, Jellyseerr, or Overseerr.

Features

  • Web UI with Seerr authentication
  • Scrapes Letterboxd watchlist HTML pages
  • Resolves TMDb IDs from film pages with Seerr search fallback
  • Movies and TV show support
  • Background auto-sync on configurable interval
  • Watchlist cache to avoid redundant scraping
  • Clickable failure details
  • Cloudscraper for Cloudflare bot protection bypass
  • Docker image on GHCR
  • CLI mode for headless/cron usage
  • State tracking to avoid duplicate syncs

Deployment

docker run -d --name letterboxderr -p 8484:8484 \
  -e SEERR_URL=http://your-seerr:5055 \
  -e SEERR_API_KEY=your-key \
  -v /path/to/data:/data \
  ghcr.io/meduseld-io/letterboxderr:latest