Skip to content

anibridge/anibridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1,322 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Logo AniBridge

The smart way to keep your anime lists perfectly synchronized.

Discord Shield GitHub Shield Docker Pulls

Important

Visit the AniBridge documentation for detailed setup instructions and usage information.

AniBridge is a media synchronization tool designed to keep your activity synchronized across different media viewing and tracking platforms. With its mappings database of over 60K entries tailored specifically for anime titles, AniBridge is particularly focused on anime content, however can be expanded to support more with custom mappings.

Jellyfin Plex AniList MyAnimeList

Key Features

  • πŸ”„ Comprehensive Synchronization: Synchronizes watch status, progress, ratings, reviews, and start/completion dates between your anime library and list.
  • πŸ”— Provider-Agnostic: Supports multiple media library and anime list providers through a flexible plugin system (Plex, Jellyfin, AniList, MyAnimeList).
  • 🎯 Smart Content Matching: Uses a curated mappings database with fuzzy title search fallback and support for custom mapping overrides.
  • ⚑ Optimized Performance: Intelligent batch processing, rate limiting, and caching to minimize API usage while maximizing sync speed.
  • πŸ‘₯ Multi-User & Multi-Profile: Define multiple profiles to simultaneously synchronize different users, libraries, and servers with granular configuration.
  • πŸ–₯️ Web Dashboard: Intuitive web interface with a real-time sync timeline, profile management, custom mapping editor, and log viewer.
  • πŸ›‘οΈ Safe & Reliable: Built-in dry run mode for testing and automatic backups with restoration through the web UI for easy recovery.
  • 🐳 Easy Deployment: Docker-ready with easy YAML-based configuration.
flowchart LR
    User1([πŸ‘€ User 1])
    User2([πŸ‘€ User 2])
    User3([πŸ‘€ User 3])
    Library[(πŸ“Ί Media Library)]
    AniBridge[<img src='https://anibridge.eliasbenb.dev/assets/images/logo.png' /> AniBridge]
    List[(πŸ“± Anime List)]
    Mappings[(πŸ—ΊοΈ anibridge-mappings)]

    User1 -->|Watches episodes| Library
    User2 -->|Watches movies| Library
    User3 -->|Rates & reviews| Library

    Library -->|Watch data & ratings| AniBridge
    List -->|Current anime lists| AniBridge

    AniBridge -->|ID lookups| Mappings

    AniBridge -->|Intelligent sync| List
Loading

Web UI Screenshot

Web UI Screenshot

View more screenshots in the documentation