1
0
Fork 0
A video player based on Qt, QML and libmpv with themes for many online video players.
Find a file
2020-10-03 19:01:00 +01:00
.vscode Fix code. 2020-05-06 13:04:07 +01:00
screenshots [Readme] Added screenshots. 2018-12-22 13:01:26 +00:00
scripts Update url in scripts. 2020-05-10 14:17:33 +01:00
src Add missing header 2020-10-03 19:01:00 +01:00
.clang-format Reformat code. 2020-05-06 12:43:01 +01:00
.gitignore Optimize things, don't keep settings menu always loaded. 2020-05-04 10:24:16 +01:00
.travis.yml Up version. 2020-05-06 13:48:05 +01:00
CMakeLists.txt Add PP. 2020-05-07 22:53:15 +01:00
DOCS.md Update docs. 2020-05-08 17:49:56 +01:00
format-code.sh Reformat code. 2020-05-06 12:43:01 +01:00
KittehPlayer-Wrapper Add wrapper to send args. 2020-05-05 15:46:47 +01:00
KittehPlayer.desktop [Desktop] Make desktop file pass desktop-file-validate 2018-12-22 12:44:24 +00:00
KittehPlayer.png Update icon. 2020-05-03 19:33:05 +01:00
KittehPlayer.svg Update icon. 2020-05-03 19:33:05 +01:00
LICENSE.txt Initial Commit! 2018-10-13 15:38:31 +01:00
README.md fix #24 2020-07-22 14:35:53 +01:00
version Add debug dialog and configurable window height/width 2020-05-14 11:51:51 +01:00

KittehPlayer

made with c++

works 60 percent of the time every time

libmpv 2.29+

qt 5.12

A video player based on Qt, QML and libmpv with themes for many online video players..

Themes

  • YouTube YouTube Screenshot
  • NicoNico NicoNico Screenshot
  • RoosterTeeth RoosterTeeth Screenshot

FOR PINEPHONE USERS

  • If you use a pinephone, you MIGHT need config from the gist linked at very bottom.

How to install

Windows

  • Coming Soon™️

Distro Packages

  • None right now, if you want to then pop me a message on somewhere linked on My Website and I'll be happy to help if stuff goes wrong.

From source

Dependencies

Arch Linux
pacman -S git cmake qt5-svg qt5-declarative qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects mpv
Ubuntu Bionic
sudo add-apt-repository ppa:beineri/opt-qt-5.12.6-bionic -y
sudo apt update
sudo apt install build-essential git qt512-meta-minimal qt512quickcontrols qt512quickcontrols2 qt512svg qt512x11extras qt512graphicaleffects qt512svg libgl1-mesa-dev libmpv-dev
Debian
sudo apt install build-essential cmake qtquickcontrols2-5-dev qtbase5-dev qtdeclarative5-dev libqt5x11extras5-dev libmpv-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-extras qml-module-qtquick-layouts qml-module-qtquick-dialogs qml-module-qtquick-privatewidgets qml-module-qtquick-localstorage qml-module-qt-labs-settings qml-module-qt-labs-platform qtbase5-private-dev libqt5svg5
  • Note that I don't know if this is the full list yet, pop a issue up if building fails.

Instructions

  • git clone https://github.com/purringChaos/KittehPlayer KittehPlayer
  • cd KittehPlayer
  • mkdir build && cd build
  • If you are on ubuntu bionic, run source /opt/qt512/bin/qt512-env.sh and add -DOLD_UBUNTU=on to the cmake command next.
  • cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  • make
  • sudo make install
  • The finished player will then be installed and you can launch it using KittehPlayer

Configuration

  • For docs on KittehPlayer please view DOCS.md or man KittehPlayer
  • If you get a white screen when trying to play a video see Here for a config that may work.