Go to file
2026-03-22 17:54:50 +00:00
assets Rebranded to Kino. It now called "Kino" instead of "Media Player" 2026-03-20 18:30:24 +00:00
src Added subtitle settings editor, moved around some settings and dialogs, etc 2026-03-22 17:54:50 +00:00
tools Added subtitle settings editor, moved around some settings and dialogs, etc 2026-03-22 17:54:50 +00:00
.gitignore Added subtitle settings editor, moved around some settings and dialogs, etc 2026-03-22 17:54:50 +00:00
COPYING Updated license 2026-02-01 12:29:15 +00:00
DEPENDENCIES.txt Updated dependencies and the scripts to reflect those changes. 2026-02-02 13:36:56 +00:00
Makefile Rebranded to Kino. It now called "Kino" instead of "Media Player" 2026-03-20 18:30:24 +00:00
README.md Updated license 2026-02-01 12:29:15 +00:00

Media Player

A simple, lightweight media player built with GTK2 and MPV. Designed for simplicity and focused on movie playback.

Quick Start

  1. Setup dependencies:

    ./setup.sh
    
  2. Build:

    make
    
  3. 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.