|
|
|
@ -2,36 +2,12 @@
|
|
|
|
|
|
|
|
|
|
[Documentation](https://aditya-K2.github.io/gomp/) | [Discussion](https://github.com/aditya-K2/gomp/discussions)
|
|
|
|
|
|
|
|
|
|
 [<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.
|
|
|
|
|
|
|
|
|
|
MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
# 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 &&
|
|
|
|
|
git https://git.tebibyte.media/sashakoshka/gomp &&
|
|
|
|
|
cd gomp &&
|
|
|
|
|
go build
|
|
|
|
|
```
|
|
|
|
|
---
|
|
|
|
|