⚠ Bugs and feature requests go to https://bugs.kde.org
Donate: GitHub Sponsors | Liberapay | PayPal
Haruna is an open source video player built with Qt/QML and libmpv.
https://flathub.org/apps/details/org.kde.haruna
flatpak install flathub org.kde.haruna
flatpak run org.kde.haruna
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.kde.haruna
flatpak run --branch=beta org.kde.haruna
these are just some features that set Haruna apart from others players
-
play online videos, through youtube-dl
-
toggle playlist with mouse-over, playlist overlays the video
-
auto skip chapter containing certain words
-
configurable shortcuts and mouse buttons
-
quick jump to next chapter by middle click on progress bar
- Libmpv
- FFmpeg
- Qt5Core
- Qt5DBus
- Qt5Qml
- Qt5Quick
- Qt5QuickControls2
- ExtraCmakeModules
- KF5Config
- KF5CoreAddons
- KF5FileMetaData
- KF5I18n
- KF5IconThemes
- KF5KIO
- KF5Kirigami2
- KF5DocTools
- Breeze icons
- Breeze widgets style
- QQC2-Desktop-Style
- Youtube-dl
git clone https://invent.kde.org/multimedia/haruna.git
cd haruna
# append `-D CMAKE_INSTALL_PREFIX:PATH=/your/custom/path` to install to a custom location
cmake -B build -G Ninja
cmake --build build
cmake --install build