Tool to sync Letterboxd user data (watched status, ratings, etc.) with a Plex Library
10K+
Letterboxd Plex Sync is a tool designed to sync your Letterboxd user data (ratings, watch history, and watchlists) to your Plex server, keeping your viewing stats up to date between both platforms!
PLEX_BASEURL: URL for your Plex server.PLEX_TOKEN: Plex API token.LB_USERNAME / LB_PASSWORD: Letterboxd credentials.TMDB_API_KEY: TMDB API key for metadata fetching.SYNC_WATCHLIST, SYNC_WATCHED, SYNC_RATINGS.CRON_SCHEDULE (default: every day at 4:00AM)---
version: "3"
services:
letterboxd-plex-sync:
image: treysu/letterboxd-plex-sync:latest
container_name: letterboxd-plex-sync
restart: unless-stopped
env_file:
- ./letterboxd.env
volumes:
- /etc/localtime:/etc/localtime:ro
- ./resources:/app/resources:rw
docker run -d \
--name letterboxd-plex-sync \
--env-file letterboxd.env \
-v /etc/localtime:/etc/localtime:ro \
-v ./resources:/app/resources:rw \
treysu/letterboxd-plex-sync:latest
Content type
Image
Digest
sha256:67a8b5dbe…
Size
157.9 MB
Last updated
3 months ago
docker pull treysu/letterboxd-plex-sync:857e47c7a560450341d0ca15b602a9ccc1639088