fuzzygrim/yamtrack

A self hosted media tracker.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 31 seconds ago
Added to GitGenius on September 19th, 2026
Created on December 9th, 2022
Open Issues & Pull Requests: 393 (+0)
GitHub issues: Enabled
Number of forks: 322
Total Stargazers: 3,611 (+0)
Total Subscribers: 12 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 45.4 hours
Mean response time: 30.5 days
90th percentile: 118.1 days
Tracked items: 639

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in four opened in the past year never receives a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 15 hours, while "enhancement" waits about 4 days. 38% of tracked open issues have had no activity in three months. Only 47% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 319
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 247 days
Stale 30+ days: 251
Stale 90+ days: 125

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (368)
  • bug (321)
  • fixed in dev (125)
  • stale (56)
  • not planned (7)
  • pending answer (1)

Detailed Description

Yamtrack is a self-hosted media tracker that lets you monitor movies, television shows, anime, manga, video games, books, comics, and board games across a single unified interface.

The tool addresses the need to organize and track consumption across diverse media types without relying on external services. It works by providing a web application where users log what they watch, read, or play, recording details like scores, completion status, progress, rewatch counts, and dates. The application integrates with external media databases and streaming services to populate information automatically, and it can pull existing tracking data from popular platforms like Trakt, MyAnimeList, AniList, and others. For media not found in supported APIs, users can create custom entries manually.

Yamtrack suits anyone wanting a privacy-focused alternative to centralized tracking services, particularly those already running self-hosted infrastructure. It works well for households with multiple users, since it supports individual accounts with personalized tracking and collaborative lists. The project includes features like calendar views with iCalendar subscription support, notifications via Apprise for upcoming releases, and integrations with media servers including Jellyfin, Plex, and Emby for automatic tracking. Deployment is straightforward through Docker Compose with a choice of SQLite or PostgreSQL backends. Authentication is flexible, supporting OIDC and over one hundred social providers through django-allauth.

The project maintains active test coverage with continuous integration for both application tests and Docker image builds. Code quality is monitored through automated analysis. Development follows a structured approach with a dedicated development branch alongside the main release line.