817 B
817 B
Media Player
A simple, lightweight media player built with GTK2 and MPV. Designed for simplicity and focused on movie playback.
Quick Start
-
Setup dependencies:
./setup.sh -
Build:
make -
Install:
sudo ./install.sh
Development & Packaging
The project is organized as follows:
src/: Source code.assets/: Icons and desktop integration files.tools/: Scripts for creating portable bundles and dependency checking.
To create a portable bundle for distribution that should work on most systems:
./tools/create_portable_minimal.sh
Features
- Minimal GTK2 interface.
- Robust MPV-based playback.
- MPRIS support for basic system media controls.
- Playlist and basic subtitles/audio track selection.