| Bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> | 1 month ago |
| Simplify configuration for Qt Creator builds (#1154) * Simplify building with Qt Creator * Auto-generate preseets * Use template for CMakePresets | 6 months ago |
| Set minimum Windows to Windows 10 (1903) 1903 introduced icu.dll which Qt requires. | 8 months ago |
| Add missing runtime dependency: qml6-module-qt-labs-platform | 1 month ago |
| Rename to Jellyfin Desktop | 8 months ago |
| Use delayed variable expansion in setup.bat (#1168) * Rename variable 7ZIP to SEVENZIP Currently this script fails, as %7ZIP% is interpreted as "ZIP", because %7 is treated as the 7th positional argument in bash scripts. Alternatively you could use !7ZIP! as this uses the already enabled DelayedExpansion. * Update setup.bat to use delayed variable expansion | 6 months ago |
| Remove accidental symlink | 8 months ago |
| Expose mpv buffered ranges to the web player (#1166) Observe demuxer-cache-state from mpv, extract seekable-ranges, and emit them as a QVariantList signal. JavaScript connects to the signal and stores the ranges for getBufferedRanges(). | 6 months ago |
| Close to system tray option on Windows (#1159) Displays a system tray icon when enabled. Closing the window (clicking the X or Alt+F4) hides the window. The window can be restored by clicking the icon, or via its context menu. The application can be quit via the context menu or Ctrl+Q. Default: Disabled Closes #470 | 6 months ago |
| Update metadata | 8 months ago |
| Fix build with mpvqt 1.2.0 Since [b3dbc4b], command() takes a QStringList instead of a QVariantList. Replace the usage of QVariantList with QStringList for each call of command(), and do not use a QVariantMap to build the extraArgs, instead, we now need to build the option list as a string separated by commas. [b3dbc4b]: https://github.com/KDE/mpvqt/commit/b3dbc4b1f51121da81865ca051eaa8f8a63e3f15 | 1 month ago |
| DisplayManager tests (#1192) | 5 months ago |
| Initial public commit of Plex Media Player | 10 years ago |
| Adjust .clang-tidy for public struct member names | 10 years ago |
| Simplify configuration for Qt Creator builds (#1154) * Simplify building with Qt Creator * Auto-generate preseets * Use template for CMakePresets | 6 months ago |
| Fix some qt6 builds - Fixes build and package for at least Ubuntu 24.04 - Defaulted to building and statically linking mpvqt as most platforms lack packages for it. - Workaround mpvqt requiring qt>=6.5 for wayland support with a few workarounds when statically building. - Additionally, default to xcb on qt<6.5 due to mpvqt using qt>=6.5 fetures for wayland. Wayland can be forced, but seems to give black video. | 9 months ago |
| Add code coverage as PR comment (#1162) * Add code coverage as PR comment * Workaround for test coverage permission issue | 6 months ago |
| Rename to Jellyfin Desktop | 8 months ago |
| License under GPLv2 | 10 years ago |
| Remove obsolete deprecation warning from README | 1 month ago |
| Set version to 2.0.0-dev | 8 months ago |