8000 GitHub - g-fb/haruna at 0.6.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Sep 18, 2021. It is now read-only.

g-fb/haruna

Repository files navigation

Haruna Video Player

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

Install

https://flathub.org/apps/details/com.georgefb.haruna

Stable

flatpak install flathub com.georgefb.haruna
flatpak run com.georgefb.haruna

Beta

flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta com.georgefb.haruna
flatpak run --branch=beta com.georgefb.haruna

Flatpak setup guide

AppImage

  • Download appimage from Releases
    • make executable with chmod +x Haruna*.AppImage
      • run as executable
    • Alternatively, use AppImageLauncher (optional)

Features

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

Screenshots

Main Window Haruna main window

Dependencies

Build time

  • Qt5Core
  • Qt5DBus
  • Qt5Qml
  • Qt5Quick
  • Qt5QuickControls2
  • Libmpv
  • ExtraCmakeModules
  • KF5Config
  • KF5CoreAddons
  • KF5FileMetaData
  • KF5I18n
  • KF5IconThemes
  • KF5KIO
  • KF5Kirigami2
  • KF5XmlGui

Runtime

  • Kio-extras
  • Breeze icons
  • Breeze widgets style
  • QQC2-Desktop-Style
  • Youtube-dl

Build

git clone https://github.com/g-fb/haruna
cd haruna && mkdir build && cd build
cmake ..
cmake --build .
./src/haruna
0