Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miqueas/tapedeck
[WIP] MPD client, done right
https://github.com/miqueas/tapedeck
gtk gtk4 music music-player vala
Last synced: 20 days ago
JSON representation
[WIP] MPD client, done right
- Host: GitHub
- URL: https://github.com/miqueas/tapedeck
- Owner: Miqueas
- License: zlib
- Created: 2020-05-25T17:20:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T01:56:23.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T18:16:51.229Z (almost 2 years ago)
- Topics: gtk, gtk4, music, music-player, vala
- Language: Vala
- Homepage:
- Size: 999 KB
- Stars: 22
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![License][LicenseBadge]][LicenseURL]
![Github Actions status, Windows][WinBuildBadge]
![Github Actions status, Flatpak][FlatpakBuildBadge]# Tape Deck (WIP)
MPD client, done right.
## Building
You'll need:
* `meson >=0.56.0`
* `libadwaita-1 >=1.0`
* `libmpdclient >=2.19`Then:
```
git clone https://github.com/Miqueas/TapeDeck.git
cd TapeDeck
meson _BUILD
ninja -C _BUILD
```[LicenseBadge]: https://img.shields.io/github/license/Miqueas/TapeDeck?label=License
[LicenseURL]: https://opensource.org/licenses/Zlib
[WinBuildBadge]: https://img.shields.io/github/actions/workflow/status/Miqueas/TapeDeck/windows.yml?label=Build&logo=windows
[FlatpakBuildBadge]: https://img.shields.io/github/actions/workflow/status/Miqueas/TapeDeck/flatpak.yml?label=Build&logo=linux&logoColor=white