Cutefish Video Player
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
reionwong 3585dcd536 Adjust footer UI 5 years ago
cmake Init 5 years ago
src Adjust footer UI 5 years ago
.gitignore Init 5 years ago
CMakeLists.txt Adjust footer UI 5 years ago
LICENSE Initial commit 5 years ago
README.md Remove kirigami 5 years ago
cutefish-videoplayer.desktop Init 5 years ago
org.freedesktop.ScreenSaver.xml Init 5 years ago
org.freedesktop.ScreenSaver.xml.license Init 5 years ago

README.md

Cutefish Video Player

An open source video player built with Qt/QML and libmpv.

Based on haruna

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

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

Runtime

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

Build and Install

mkdir build
cd build
cmake ..
make
sudo make install

License

This project has been licensed by GPLv3.