Skip to content
forked from neithern/g4music

A fast, fluent, light weight music player written in GTK4.

License

Notifications You must be signed in to change notification settings

printedz/g4music

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project logo

G4Music

Play your music elegantly.

A fast, fluent, light weight music player written in GTK4, with a beautiful, adaptive user interface, so named G4Music. It is also focusing on high performance, for those people who has huge number of songs.

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 huge playlist with album covers, no thumbnail caches to store.
  • Sorts by album/artist/title and shuffle, full-text searching.
  • Supports embedded album art and external album cover.
  • Gaussian blurred cover as background, follows GNOME light/dark mode.
  • Drag-drop from GNOME Files, showing music in Files.
  • Supports audio peaks visualizer.
  • Supports gapless playback.
  • Supports normalizing volume with ReplayGain.
  • Supports pipewire and other audio sink.
  • Supports MPRIS control.
  • Only need less than 500KB to install.

Install from Flathub

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.

About

A fast, fluent, light weight music player written in GTK4.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vala 93.8%
  • C 3.8%
  • Meson 2.3%
  • CSS 0.1%