Watch
1
0
Fork
You've already forked gapless
0
No description
  • Vala 96.2%
  • C 2.1%
  • Meson 1.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann e0a5ace81f
Releasing debian version 4.6.2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-06-28 06:28:54 +02:00
.vscode Adding upstream version 4.5. 2025-07-21 11:34:17 +02:00
data Merging upstream version 4.6.2. 2026-06-28 06:28:47 +02:00
debian Releasing debian version 4.6.2-1. 2026-06-28 06:28:54 +02:00
pkgs/flatpak Merging upstream version 4.6.1. 2026-06-11 06:48:33 +02:00
po Merging upstream version 4.6.2. 2026-06-28 06:28:47 +02:00
src Merging upstream version 4.6.2. 2026-06-28 06:28:47 +02:00
.gitignore Adding upstream version 4.5. 2025-07-21 11:34:17 +02:00
COPYING Adding upstream version 4.5. 2025-07-21 11:34:17 +02:00
g4music.doap Adding upstream version 4.5. 2025-07-21 11:34:17 +02:00
meson.build Merging upstream version 4.6.2. 2026-06-28 06:28:47 +02:00
README.md Adding upstream version 4.5. 2025-07-21 11:34:17 +02:00

Project logo

Gapless

Play your music elegantly.

Gapless (AKA: G4Music) is a light weight music player written in GTK4, focuses on large music collection.

Features

  • Supports most music file types, Samba and any other remote protocols (depends on GIO and GStreamer).
  • Fast loading and parsing thousands of music files in very few seconds, monitor local changes.
  • Low memory usage for large music collection with album covers (embedded and external), no thumbnail caches to store.
  • Group and sorts by album/artist/title, shuffle list, full-text searching.
  • Fluent adaptive user interface for different screen (Desktop, Tablet, Mobile).
  • Gaussian blurred cover as background, follows GNOME light/dark mode.
  • Supports creating and editing playlists, drag cover to change order or add to another playlist.
  • Supports drag and drop with other apps.
  • Supports audio peaks visualizer.
  • Supports gapless playback.
  • Supports normalizing volume with ReplayGain.
  • Supports specified audio sink.
  • Supports MPRIS control.

Install from Flathub

Install from Snapcraft (unofficial)

Get it from the Snap Store

FreeBSD Dependencies

pkg install vala meson libadwaita gstreamer1-plugins-all gettext gtk4

How to build

It is written in Vala, simple and clean code, with few third-party dependencies:

  1. Clone the code from gitlab.

  2. Install vala, develop packages of gtk4, libadwaita, gstreamer.

  3. Run in the project directory:

    meson setup build --buildtype=release

    meson install -C build

Change Log

Check the release tags for change log.