Skip to content

Haruna Media Player

Categories:   Multimedija
Haruna main window
Haruna main window, breeze dark color scheme
Haruna without menubar and toolbar
Haruna settings window

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

Features

  • play online videos, through youtube-dl
  • supports youtube playlists
  • 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
Install on
Linux
This button only works with Discover and other AppStream application stores. You can also use your distribution's package manager.
Get it from the Snap Store

Releases RSS

0.11.1 2023-05-28

Bugfixes:

  • Fixed quit action not working
  • Fixed osd not showing
  • Fixed playlist repeating when the repeat setting was turned off
0.11.0 2023-05-14

The mpv code has been refactored to improve performance, there might still be some bugs, do report any at bugs.kde.org

Features:

  • When restoring from minimized state, playback state is set to what it was when the minimization happened (only applies if the "Pause on minimize" setting is turned on)
  • Added Debug settings page, shows the paths to config files and allows to open them

Bugfixes:

  • Fixed not being able to open files whose path contained certain characters
  • Fixed not being able to open .ts and .rm files
  • Fixed some text fields not saving their value under certain circumstances
  • Fixed screenshot format setting not working
  • Fixed recent files menu not closing
  • Fixed playlist context menu not closing when playlist hides
0.10.3 2023-01-29

Bugfixes:

  • Fixed last played file not being remembered sometimes.
  • Fixed durations longer than 24 hours not displaying correctly and messing up with chapter labels.
  • Chapters menu has been rewritten to be more responsive with lots of chapters.
  • Fixed opening relative paths from a playlist file.
  • Fixed opening files containig # characters.
0.10.2 2023-01-06

Bugfixes:

  • Fixed crash when "Maximum recent files" setting was set to zero.
0.10.1 2023-01-05

Bugfixes:

  • Fixed not auto playing next file in playlist, when current file ends
  • Fixed opened file not playing when "Auto load videos from same folder" setting is disabled
0.10.0 2023-01-02

Features:

  • Playlist: added options to open m3u files (without support for extended attributes), add files and urls (only the url path will be displayed, no title and no duration), sort, clear and save the playlist
  • Playlist: added context menu for the playlist items
  • Playlist: added setting to remember playlist state
  • Subtitles: added setting to render subtitle in black borders
  • Video: added setting to set a default cover for music files
  • Added command line option to override the ytdl format selection setting (this option is overwritten if the GUI setting is changed)
  • Added MPRIS thumbnail

Bugfixes:

  • Recent files: fixed ordering, showing duplicates, clearing and adding when list is full
  • Fixed OSD showing without text
  • Playlist: fixed "Increase font size when fullscreen" setting not working
  • Playlist: removed rowHeight setting
0.9.3 2022-10-06

Bugfixes:

  • Fixed playlist not loading videos from the same folder as the opened file
0.9.2 2022-09-30

Features:

  • Added action to load a subtitle from a file dialog

Bugfixes:

  • Improved right to left layout
  • The window now scales when changing the system font size
  • Fixed a crash when changing the maximum recent files setting to 0
  • Fixed subtitles folders setting (these folders are used to search for subtitles)
  • Improved duration info font size scaling in footer, now its size should be closer to that of other components in the footer
  • Fixed an issue with determining mime types, which caused .ts video files to be treated as text files
  • Fixed not being able to click the add custom command button when there are no custom commands
0.9.1 2022-08-24

Bugfixes:

  • Fixed two broken actions in the global menu
  • Fixed translations
0.9.0 2022-08-17

Features:

  • Refactored the shortcuts configuration, now it's available in the settings window with the other settings, instead of opening another window
  • Hamburger menu now only show a few actions, the rest are available in a submenu
  • When menubar is hidden the hamburger menu will be shown in the header/toolbar and when the header is hidden it's shown in the footer
  • Added a proper context menu for the video
  • Added setting to start playback when resuming playback of a file
  • Added setting to set maximum number of recent files
  • Added option to clear recent files
  • Added setting to restore window size and position
  • Added settings to customize the subtitle font family, size, style (bold, italic), color, shadow color, shadow offset, border color, border width
  • Moved seek settings to playback settings page
  • Moved volume step setting to audio settings page
  • Custom commands that run on startup can be turned off so they are not set on next run
  • In mouse settings the action text, which is translatable, is shown instead of it's internal name

Bugfixes:

  • Toggling menubar and header/toolbar through actions remembers the state on next run
  • Restore time position for youtube videos
  • Improve mpv initialization to allow better hardware decoding support
  • Ytdl-format property can be overwritten by a custom command action
0.8.0 2022-04-20

Features:

  • Support for global menu
  • Setting to pause playback when minimized
  • Setting to set the "time-position" saving interval
  • Recent files menu inside the file menu
  • More actions to the menubar
  • Action to load last played file (Ctrl+Shift+L), usefull when loading last played file on startup is disabled
  • Action to restart playback/seek to beginning (F5 key)
  • Action to seek to watch later position (Ctrl+Shift+P), usefull when resume playback on startup is disabled

Bugfixes:

  • There were two "remember time position" settings, doing different things, renamed the startup one to "resume playback"
  • Fixed a case where the playlist could not be closed with mouse hover anymore
  • OSD: When file can't be played show filename if there's no title
  • Stuttering caused by slow disks
  • Playlist items collapsing into each other
0.7.3 2021-11-03

Bugfixes:

  • Made settings sidebar text translatable.
  • Moved about page inside the settings window.
  • Show title instead of filename in MPRIS2.
  • Fixed icon not showing in about page.
  • Fixed report bug button not working in the about page.
  • Added support for yt-dlp.
  • When last file in the playlist ends and repeat setting is disabled the file can be played again by unpausing the player.
  • Opening the settings window now brings the window on top of the main window even if already open.
  • Fixed subtitles and audio toolbuttons not properly closing their menu.
  • Decreased the font size of some tooltips.
0.7.2 2021-09-26

Bugfixes:

  • Fixed settings window opening at startup.
  • Fixed mouse cursor hidding in settings window when main window is fullscreen.
  • Made mouse actions filtering case insensitive.
  • Fixed height of default playlist item.
0.7.1 2021-09-13

Bugfixes:

  • Fixed crash on systems with older versions of Qt.
  • Fixed play/pause button being disabled when it shouldn't.
  • Removed quit button from toolbar.
  • Fixed video repeating when repeat is turned off.
  • Fixed settings window loading wrong pages.
  • Fixed settings window not showing the sidebar when system fonts where increased.
0.7.0 2021-08-20

Features:

  • Added custom commands. They can be used to run mpv commands, like setting properties.
  • Added option to toggle the opening of last played file on start up.
  • Added mouse scroll seeking when mouse is over the seek bar.
  • Added action to exit the fullscreen.
  • Made playback settings page more consistent with the other settings pages.

Bugfixes:

  • Fixed playlist staying open when mouse moves to another screen while the app is in fullscreen mode.
  • Fixed not loading audio files from same folder when opening an audio file.
0.6.3 2021-04-28

Bugfixes:

  • Fixed forcing breeze icons not working on Plasma, when system icon theme is not breeze.
0.6.2 2021-04-17

Bugfixes:

  • Fixed youtube-dl format selection not working.
0.6.1 2021-04-06

Bugfixes:

  • Show loading indicator for online videos only.
  • Fixed not opening recent file from panel/task manager context menu.
0.6.0 2021-03-30

Features:

  • Added support for youtube playlists.
  • Added MPRIS2 support.
  • Settings open in separate window and reorganize some settings.
  • Playlist can overlay video or push it, Settings > Playlist > Overlay video.
  • Playlist has another, more compact style, Settings > Playlist > Playlist style.
  • When playlist toggle with mouse is disabled, a playlist toggle button will be added to the footer.
  • Added option to select any installed GUI style.
  • Added action to toggle deinterlacing (d key).
  • Replaced the open url controls with a message when youtube-dl is not found.
  • Can load ass, ssa and srt subtitles by drag and drop.
  • Added option to control the saving of the playing file's position, Settings > Playback > Remember time position (click on the help button for more information).
  • Changed default screenshots folder to `~/Pictures/Haruna screenshots`.
  • Added loading indicator for videos.

Bugfixes:

  • Fixed playlist closing when hovering space between items.
  • Fixed crash when it can't read file metadata.
  • Fixed menubar height being to small.
0.5.0 2021-01-11

Features:

  • Toggle hardware decoding.
  • Set Breeze icon theme.
  • Set Breeze GUI style.
  • Set file dialog location.

Bugfixes:

  • Fixed 'skip chapter' setting not saving when changed from progress bar menu.
  • Fixed button to open config file/folder.
0.1.0 2020-02-28
First release.