jellyfin/jellyfin-desktop

Jellyfin Desktop Client

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on June 21st, 2026
Created on April 4th, 2021
Open Issues & Pull Requests: 357 (+0)
Number of forks: 533
Total Stargazers: 5,647 (+0)
Total Subscribers: 34 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 days
Mean response time: 94.3 days
90th percentile: 280.8 days
Tracked items: 729

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% 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 2 days, while "enhancement" waits about 13 days. Almost all tracked open issues have seen activity in the last three months. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 426
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 677 days
Stale 30+ days: 72
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 3
Events in 7 days: 5

Top labels

  • bug (633)
  • enhancement (200)
  • windows (60)
  • linux (55)
  • macos (35)
  • help wanted (14)
  • x11 (10)
  • help-wanted (9)

Most active issues this week

Detailed Description

The jellyfin-archive/jellyfin-desktop-qt repository is a deprecated Qt-based desktop client for Jellyfin, a free and open-source media system. The project is written in C++ and leverages Qt WebEngine alongside libmpv for media playback capabilities. According to the repository's README, development has ceased in favor of a completely rewritten client built on SDL and CEF, which can be found at the jellyfin/jellyfin-desktop repository. This archived version represents an earlier approach to bringing Jellyfin's media streaming functionality to desktop platforms.

The client was designed to support advanced playback features including audio passthrough, hardware decoding, and playback of multiple formats without requiring transcoding. These capabilities made it a technically sophisticated option for users seeking high-quality media playback on their computers. The application provided a graphical interface for accessing Jellyfin media libraries and managing playback across different content types.

From a distribution perspective, the project offered multiple ways for users to obtain the software. Linux users could install the client through Flathub, while development builds were automatically generated from the master branch and made available for macOS in both Apple Silicon and Intel variants, Windows in both installer and portable formats, and Linux as an AppImage for x86_64 architecture. This multi-platform approach ensured accessibility across major desktop operating systems.

The repository demonstrates significant development activity according to GitGenius tracking data.

Configuration and data management followed platform-specific conventions. The application stored user data in profile-based subdirectories with separate locations for configuration, cache, and logs. Windows users accessed these files through the LocalAppData directory, Linux users through .local and .cache directories, Flatpak installations used a sandboxed application directory structure, and macOS users accessed files through the standard Library directories. Users could customize playback behavior by adding an mpv.conf file to configure the underlying media player directly, and the main application settings were stored in jellyfin-desktop.conf.

The project's classification encompasses media player, desktop application, Qt framework, video streaming, audio playback, cross-platform, media library, user interface, and media management functionality. Despite its deprecation, the repository remains archived and accessible, serving as a historical reference for Qt-based approaches to Jellyfin desktop client development.