1
0
Fork 0
A video player based on Qt, QML and libmpv with themes for many online video players.
Find a file
2018-11-06 10:15:31 +00:00
.vscode [UI] Shuffled some items around. 2018-10-28 12:19:24 +00:00
runtimeqml [Dev] Added QML reloading. 2018-10-27 16:11:29 +01:00
scripts [Scripts] Don't bundle python. 2018-11-06 10:15:31 +00:00
src [Scripts] Test uploading MPV. 2018-11-06 09:11:06 +00:00
.gitignore [Scripts] Maybe make unzip work? 2018-10-27 17:47:45 +01:00
.travis.yml [Travis] Use prebuilt MPV. 2018-11-06 10:00:49 +00:00
CMakeLists.txt [Multiple] Minor tweaks. 2018-11-04 21:20:11 +00:00
KittehPlayer.desktop [Multiple] Minor tweaks. 2018-11-04 21:20:11 +00:00
KittehPlayer.png Initial Commit! 2018-10-13 15:38:31 +01:00
KittehPlayer.pro [UI+Backend] Custom keybinds, made player init after renderer created. 2018-11-06 07:32:49 +00:00
LICENSE.txt Initial Commit! 2018-10-13 15:38:31 +01:00
README.md [Documentation] Make readme more informative. 2018-11-02 15:39:16 +00:00
upload.sh Fix? 2018-10-23 16:20:14 +01:00

KittehPlayer

A YouTube-like video player based on Qt, QML and libmpv.

How to install

Windows

  • Coming Soon™️

Distro Packages

  • Arch Linux: kittehplayer in the AUR

Linux AppImage

sudo wget https://github.com/NamedKitten/KittehPlayer/releases/download/continuous/KittehPlayer-x86_64.AppImage -O /usr/bin/KittehPlayer && sudo chmod +x /usr/bin/KittehPlayer && sudo chown $USER /usr/bin/KittehPlayer
  • To update the AppImage run KittehPlayer --update periodically which will update it using as little bandwidth as needed.

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
sudo apt-get build-dep mpv libmpv* ffmpeg

Instructions

  • git clone https://github.com/NamedKitten/KittehPlayer KittehPlayer
  • cd KittehPlayer
  • If you are running Ubuntu you will need to run sudo ./scripts/build-mpv.sh because ubuntu's MPV version is way too old.
  • mkdir build && cd build
  • cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
  • make
  • sudo make install
  • The finished player will then be installed and you can launch it using KittehPlayer

Configuration

Config Location

  • On linux the config file will be located at ~/.config/KittehPlayer/KittehPlayer.conf

Supported Languages

  • english
  • french
  • spanish
  • german
  • italian
  • russian
  • If your language isn't listed above then please either contact me (details at bottom of readme) or make a PR with the translations which are located in the file src/qml/translations.js.