38 lines
917 B
Markdown
38 lines
917 B
Markdown
# gomp
|
|
|
|
[Documentation](https://aditya-K2.github.io/gomp/) | [Chat](https://matrix.to/#/#gomp:matrix.org)
|
|
|
|
![](https://img.shields.io/badge/status-beta-yellow) [<img src="https://img.shields.io/aur/version/gomp-git">](https://aur.archlinux.org/packages/gomp-git/)
|
|
|
|
MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.
|
|
|
|
![Sep11(Sun)11:2026PM](https://user-images.githubusercontent.com/51816057/189541853-282716f1-0515-4ee6-a19a-4989b9de5daf.png)
|
|
|
|
# Roadmap
|
|
|
|
|
|
- [ ] Add Functionality to Sort out most played songs
|
|
- [x] Add a config parser
|
|
- [x] Image Previews
|
|
- [x] User Key Mappings
|
|
- [x] Querying LastFM API for getting Album Art
|
|
- [x] Fuzzy Searching
|
|
- [ ] Visual Mode (like vim) for updating playlists
|
|
|
|
# Installing / Building
|
|
|
|
## AUR Package
|
|
|
|
```bash
|
|
yay -S gomp-git
|
|
```
|
|
|
|
## Manually
|
|
|
|
```bash
|
|
git clone https://github.com/aditya-K2/gomp &&
|
|
cd gomp &&
|
|
go build
|
|
```
|
|
---
|