https://github.com/kimiblock/haruna-moeos
https://github.com/kimiblock/haruna-moeos
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kimiblock/haruna-moeos
- Owner: Kimiblock
- Created: 2023-09-16T15:13:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-16T15:27:32.000Z (over 1 year ago)
- Last Synced: 2025-01-21T09:15:41.880Z (4 months ago)
- Language: QML
- Size: 7.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
### [Read before reporting a bug or requesting a feature](./bugs_and_feature_requests.md)
----
#### Donate: [GitHub Sponsors](https://github.com/sponsors/g-fb) | [Liberapay](https://liberapay.com/gfb/) | [PayPal](https://paypal.me/georgefloreabanus)
# Haruna Media Player
Haruna is an open source media player built with Qt/QML and libmpv.

For more screnshots go to [Haruna's website](https://haruna.kde.org)# 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](https://flatpak.org/setup/)
# 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
# Dependencies
### Build time
- Libmpv
- FFmpeg
- Qt5Core
- Qt5DBus
- Qt5Qml
- Qt5Quick
- Qt5QuickControls2
- ExtraCmakeModules
- KF5Config
- KF5CoreAddons
- KF5FileMetaData
- KF5I18n
- KF5IconThemes
- KF5KIO
- KF5Kirigami2
- KF5DocTools### Runtime
- Breeze icons
- Breeze widgets style
- QQC2-Desktop-Style
- Youtube-dl# Build
```bash
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
```