Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zren/mpvz
Qt5/QML based GUI for libmpv similar to Bomi
https://github.com/Zren/mpvz
Last synced: 3 months ago
JSON representation
Qt5/QML based GUI for libmpv similar to Bomi
- Host: GitHub
- URL: https://github.com/Zren/mpvz
- Owner: Zren
- Created: 2018-05-21T23:51:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T02:47:11.000Z (almost 3 years ago)
- Last Synced: 2024-06-30T09:13:10.576Z (5 months ago)
- Language: QML
- Homepage:
- Size: 362 KB
- Stars: 45
- Watchers: 3
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
- awesome-mpv - mpvz - Based on C++/QT/QML. (Linux)
README
# mpvz
Qt5/QML based GUI for libmpv. Based on the Tethys theme for [Bomi](http://bomi-player.github.io/).
`mpvz https://www.youtube.com/watch?v=j_aDGFXNfyw`
![](https://i.imgur.com/57u3fcf.png)
## Compile and Install
```bash
## Install Dependencies
# Arch / Manjaro
sudo pacman -S git make gcc mpv# Download Source Code
git clone https://github.com/Zren/mpvz.git
cd mpvz## Compile and Install
mkdir -p build
cd build
qmake ..
make
sudo make install
```