JustinHop / xt7-player-mpv

Xt7-player-mpv is a rich gui to mpv media player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (it is still possible to use Qt4 with little effort)
  • mpv

Optional requirements:

Qt4 or Qt5?

xt7-player works with qt4 and qt5, but will defaults to qt5 for any release past 0.20.384, but build it for Qt4 toolkit is still possible: Just open .project file and change the following lines:

 Component=gb.qt5
 Component=gb.qt5.ext

to:

 Component=gb.qt4
 Component=gb.qt4.ext

Then build as follows:

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
# /path/to/gambas/binaries/gba3
# ./xt7-player-mpv.gambas

About

Xt7-player-mpv is a rich gui to mpv media player

License:GNU General Public License v3.0


Languages

Language:Lua 93.9%Language:Python 6.1%