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. Across 616 tracked issues and pull requests, the median response latency was 0.0 hours with a mean of 93.9 hours, indicating active engagement with community contributions and bug reports. The most frequently applied issue labels were bug with 454 occurrences, enhancement with 127, and windows with 48, suggesting that Windows compatibility and bug fixes were primary areas of focus. The primary contributor andrewrabert generated 1333 tracked events, with iwalton3 contributing 182 events and sevenrats contributing 100 events, establishing a clear core development team.
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. The repository shares overlapping contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, indicating that some developers involved in this project also contribute to other significant open-source initiatives. Despite its deprecation, the repository remains archived and accessible, serving as a historical reference for Qt-based approaches to Jellyfin desktop client development.