TapeDeck icon indicating copy to clipboard operation
TapeDeck copied to clipboard

[WIP] MPD client, done right

License Github Actions status, Windows Github Actions status, Flatpak

Tape Deck (WIP)

Modern music player, with MPD support

Building

You'll need:

  • meson >=0.56.0
  • gtk4 >=4.4
  • libadwaita-1 >=1.0
  • gstreamer-1.0 >=1.18
  • libmpdclient >=2.19

Then:

git clone https://github.com/Miqueas/TapeDeck.git
cd TapeDeck
meson . _BUILD
ninja -C _BUILD