CrossWatc synchronization engine that sync Plex,Jellyfin,Emby,SIMK,Trakt,Tautilli, TMDb,AniList
9.6K
Most up to date
https://github.com/cenodude/CrossWatch
CrossWatch/CW is a synchronization engine that keeps your Plex, Jellyfin, Emby, SIMKL, Trakt, AniList, TMDb, MDBList and Tautulli in sync. It runs locally with a web UI where you link accounts, define sync pairs, run them manually or on a schedule, and review stats and history. CW also includes its own tracker to keep your data safe with snapshots.
Supported: Movies and TV shows / episodes / Seasons
Supported: Plex, Emby, Jellyfin, MDBList, Tautulli, AniList, Trakt, SIMKL, TMDb
Supported: Profiles (Multi-users / Multi-servers per instance)
Supported: Progress sync progress between Plex, Emby and Jellyfin.
Core features
|
Tools & modes
Trackers Media servers Others |
docker pull cenodude/crosswatch:latest
docker run -d \
--name crosswatch \
-p 8787:8787 \
-v /path/to/config:/config \
-e TZ=Europe/Amsterdam \
cenodude/crosswatch:latest
or
# docker-compose.yml
services:
crosswatch:
image: cenodude/crosswatch:latest
container_name: crosswatch
ports:
- "8787:8787" # host:container
environment:
- TZ=Europe/Amsterdam
volumes:
- /path/to/config:/config
restart: unless-stopped
The container exposes the web UI at:
http://localhost:8787
By default CONFIG_BASE will be /config inside the container.
Your config.json, state.json, statistics.json, etc. will all be stored there.
Content type
Image
Digest
sha256:00a9dd3bb…
Size
69 MB
Last updated
11 days ago
docker pull cenodude/crosswatch