1.8 KiB
1.8 KiB
CoverGrid
CoverGrid (mcg) is a client for the Music Player Daemon (MPD), focusing on albums instead of single tracks. It is not intended to be a replacement for your favorite MPD client but an addition to get a better album-experience.
Website: https://www.suruatoel.xyz/codes/mcg
License: GPL v3
Dependencies:
- GTK 4 (>= 4.18)
- libadwaita (>= 1.2)
- go (build only)
Additionally, an MPD server (version >= 0.21.0) is required at runtime.
Building
Build the application with go:
$ go build .
Running
Run the application for testing purposes:
$ go run .
Run the application:
$ ./mcg
Packaging
The suggested package name for this project is “mcg”. To build a production binary, please use the following command:
$ go build --ldflags="-s -w -X main.Version=$(git describe)" -trimpath ./...
In the “data/” folder you will find a .desktop file and an SVG icon.



