a simple video player for GNOME, powered by mpv.
plays videos. uses mpv under the hood so it handles pretty much everything you throw at it. the UI is native GTK4/libadwaita so it fits right into your GNOME desktop.
- drag and drop files to play
- keyboard shortcuts (space to pause, arrows to seek, f for fullscreen, m to mute, q to quit)
- subtitle and audio track switching
- volume control
- double click to fullscreen
- right click context menu
- auto hiding controls
- python 3.11+
- gtk4
- libadwaita
- mpv
- python-mpv
- PyGObject
on arch:
sudo pacman -S gtk4 libadwaita mpv python-gobject
pip install python-mpv
meson setup builddir --prefix=/usr
sudo meson install -C builddir
./gmpv
GPL 2.0