Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kokoko3k/xt7-player-mpv
Xt7-player-mpv is a rich gui to mpv media player
https://github.com/kokoko3k/xt7-player-mpv
Last synced: 2 months ago
JSON representation
Xt7-player-mpv is a rich gui to mpv media player
- Host: GitHub
- URL: https://github.com/kokoko3k/xt7-player-mpv
- Owner: kokoko3k
- License: gpl-3.0
- Created: 2015-02-26T09:17:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T06:13:18.000Z (8 months ago)
- Last Synced: 2024-08-05T14:16:04.655Z (6 months ago)
- Language: Lua
- Size: 7.48 MB
- Stars: 90
- Watchers: 9
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG_GIT
- License: LICENSE.TXT
Awesome Lists containing this project
- awesome-mpv - xt7-player-mpv - Based on Gambas/QT. (Linux)
README
xt7-player-mpv
======
An open source gui to mpv.
xt7-player-mpv aims to be an (in)complete graphical interface to mpv, focused on usability.It also provides extra features like youtube and shoutcast integration, dvbt,
media tagging, library and playlist managment and a lot more.
Visit: http://xt7-player.sourceforge.net/xt7forum/viewtopic.php?f=4&t=2
for a screenshots tour.It is written and requires (the latest) Gambas3:
http://gambas.sourceforge.net/en/main.html
Mandatory requirements:
======
* Gambas 3 (usually the very latest version)
* Qt5
* mpvOptional requirements:
======
* taglib to tag audio files and speed-up library syncronization:
http://developer.kde.org/~wheeler/taglib.html* xbindkeys: to use global hotkeys
http://hocwp.free.fr/xbindkeys/* scan and femon from LinuxTV dvb-apps to use dvbt features
http://www.linuxtv.org/wiki/index.php/LinuxTV_dvb-apps* youtube-dl to watch and download youtube videos
http://rg3.github.com/youtube-dl/Compiling it:
======
```
After you installed gambas 3, just checkout and compile xt7 that way:# git clone https://github.com/kokoko3k/xt7-player-mpv.git
# cd xt7-player-mpv/
# /path/to/gambas/binaries/gbc3 -e -a -g -t -p -m #<-- for older gambas versions
# /path/to/gambas/binaries/gbc3 -e -a -g -t -f public-module -f public-control #<-- for newer gambas versions
# /path/to/gambas/binaries/gba3
# ./xt7-player-mpv.gambas
```