1
0
Fork 0
A video player based on Qt, QML and libmpv with themes for many online video players.
Find a file
2020-04-16 18:20:07 +01:00
.vscode Tidy up stuff. 2020-04-11 14:07:32 +01:00
screenshots [Readme] Added screenshots. 2018-12-22 13:01:26 +00:00
scripts [Backend+Scripts] Make appimage updating easier. 2018-11-18 12:48:41 +00:00
src Add FBO Disable support again? 2020-04-16 18:19:46 +01:00
.gitignore [UI] Improved scaling on some UI items. 2018-12-10 08:25:52 +00:00
.travis.yml [Travis] Fix PPA url. 2018-12-22 13:05:30 +00:00
cmake_install.cmake Remove backwards direct. 2020-04-11 15:45:10 +01:00
CMakeLists.txt Add FBO Disable support again? 2020-04-16 18:19:46 +01:00
DOCS.md [Docs] Reformat documentation. 2018-11-08 09:37:12 +00:00
format-code.sh [UI] Working on native stats replacement. 2018-12-22 19:32:30 +00:00
KittehPlayer.desktop [Desktop] Make desktop file pass desktop-file-validate 2018-12-22 12:44:24 +00:00
KittehPlayer.png [Assets] Optimize. 2018-11-06 14:17:38 +00:00
LICENSE.txt Initial Commit! 2018-10-13 15:38:31 +01:00
README.md Update README.md 2020-04-12 19:25:32 +01:00
upload.sh Fix? 2018-10-23 16:20:14 +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

How to install

Windows

  • Coming Soon™️

Distro Packages

  • Arch Linux: kittehplayer in the AUR

Linux AppImage

  • Discontinued for now.

From source

Dependencies

Arch Linux
pacman -S git cmake qt5-svg qt5-declarative qt5-quickcontrols qt5-quickcontrols2 mpv
Ubuntu Xenial
sudo add-apt-repository ppa:beineri/opt-qt-5.11.1-xenial -y
sudo apt update
sudo apt install build-essential git nasm qt511-meta-minimal qt511quickcontrols qt511quickcontrols2 qt511imageformats qt511svg libgl1-mesa-dev libmpv-dev
sudo apt-get build-dep mpv libmpv* ffmpeg

Instructions

  • git clone https://github.com/NamedKitten/KittehPlayer KittehPlayer
  • cd KittehPlayer
  • mkdir build && cd build
  • 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