2018-10-13 13:03:13 +01:00
|
|
|
# KittehPlayer
|
2018-12-19 20:39:27 +00:00
|
|
|
|
2018-12-19 20:39:52 +00:00
|
|
|
![made with c++](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)
|
2018-12-19 20:39:27 +00:00
|
|
|
|
2018-12-19 20:39:52 +00:00
|
|
|
![works 60 percent of the time every time](https://forthebadge.com/images/badges/60-percent-of-the-time-works-every-time.svg)
|
2018-12-19 20:39:27 +00:00
|
|
|
|
2018-12-19 20:38:24 +00:00
|
|
|
![libmpv 2.29+](https://img.shields.io/badge/libmpv-2.29+-blue.svg?logo=qt&style=for-the-badge)
|
2018-12-19 20:39:27 +00:00
|
|
|
|
2018-12-19 20:38:24 +00:00
|
|
|
![qt 5.12](https://img.shields.io/badge/Qt-5.12-41cd52.svg?logo=qt&style=for-the-badge)
|
2018-12-19 20:39:27 +00:00
|
|
|
|
|
|
|
|
2018-12-19 20:38:24 +00:00
|
|
|
A video player based on Qt, QML and libmpv with themes for many online video players..
|
|
|
|
|
|
|
|
## Themes
|
2018-12-22 13:01:26 +00:00
|
|
|
- YouTube ![YouTube Screenshot](https://raw.githubusercontent.com/NamedKitten/KittehPlayer/master/screenshots/YouTube.png)
|
|
|
|
- NicoNico ![NicoNico Screenshot](https://raw.githubusercontent.com/NamedKitten/KittehPlayer/master/screenshots/NicoNico.png)
|
|
|
|
- RoosterTeeth ![RoosterTeeth Screenshot](https://raw.githubusercontent.com/NamedKitten/KittehPlayer/master/screenshots/RoosterTeeth.png)
|
|
|
|
|
|
|
|
|
2018-11-02 15:39:16 +00:00
|
|
|
|
|
|
|
## How to install
|
|
|
|
### Windows
|
|
|
|
- Coming Soon:tm:
|
|
|
|
|
|
|
|
### Distro Packages
|
|
|
|
- Arch Linux: `kittehplayer` in the AUR
|
|
|
|
|
|
|
|
### Linux AppImage
|
2020-04-12 19:25:32 +01:00
|
|
|
- Discontinued for now.
|
2018-11-02 15:39:16 +00:00
|
|
|
|
|
|
|
### 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
|
2018-12-06 08:13:14 +00:00
|
|
|
sudo apt install build-essential git nasm qt511-meta-minimal qt511quickcontrols qt511quickcontrols2 qt511imageformats qt511svg libgl1-mesa-dev libmpv-dev
|
2018-11-02 15:39:16 +00:00
|
|
|
sudo apt-get build-dep mpv libmpv* ffmpeg
|
|
|
|
```
|
|
|
|
#### Instructions
|
|
|
|
- `git clone https://github.com/NamedKitten/KittehPlayer KittehPlayer`
|
|
|
|
- `cd KittehPlayer`
|
|
|
|
- `mkdir build && cd build`
|
2018-11-08 09:04:18 +00:00
|
|
|
- `cmake .. -DCMAKE_INSTALL_PREFIX=/usr`
|
2018-11-02 15:39:16 +00:00
|
|
|
- `make`
|
|
|
|
- `sudo make install`
|
|
|
|
- The finished player will then be installed and you can launch it using `KittehPlayer`
|
|
|
|
|
|
|
|
## Configuration
|
2018-12-06 08:13:14 +00:00
|
|
|
- For docs on KittehPlayer please view DOCS.md or `man KittehPlayer`
|