Skip to content
/ haruna Public

Open source video player built with Qt/QML and libmpv.

Notifications You must be signed in to change notification settings

KDE/haruna

Repository files navigation


Haruna

Haruna is an open source media player built with Qt/QML and libmpv.

Haruna main window For more screnshots go to Haruna's website

Install

https://flathub.org/apps/details/org.kde.haruna

Stable

flatpak install flathub org.kde.haruna
flatpak run org.kde.haruna

Beta

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

Flatpak setup guide

Features

these are just some features that set Haruna apart from others players

  • video preview on seek/progress bar

  • 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

  • custom mpv commands, can be run at start up or on keyboard shortcut

Dependencies

Dependencies will be printed by cmake when building.

Build

git clone https://invent.kde.org/multimedia/haruna.git
cd haruna
cmake -B build -G Ninja
cmake --build build
cmake --install build