2021-12-16 12:36:18 -07:00
|
|
|
# gomp
|
2021-10-18 01:51:09 -06:00
|
|
|
|
2022-09-11 12:57:55 -06:00
|
|
|
[Documentation](https://aditya-K2.github.io/gomp/) | [Chat](https://matrix.to/#/#gomp:matrix.org)
|
|
|
|
|
2021-12-19 05:00:33 -07:00
|
|
|
![](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/)
|
2021-10-18 01:51:09 -06:00
|
|
|
|
2021-12-19 05:00:33 -07:00
|
|
|
MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.
|
2021-10-11 02:42:51 -06:00
|
|
|
|
2022-09-11 11:51:08 -06:00
|
|
|
![Sep11(Sun)11:2026PM](https://user-images.githubusercontent.com/51816057/189541853-282716f1-0515-4ee6-a19a-4989b9de5daf.png)
|
|
|
|
|
2021-10-18 01:58:53 -06:00
|
|
|
# Roadmap
|
|
|
|
|
2021-11-16 12:09:14 -07:00
|
|
|
|
2021-10-18 01:59:23 -06:00
|
|
|
- [ ] Add Functionality to Sort out most played songs
|
2021-11-06 06:49:45 -06:00
|
|
|
- [x] Add a config parser
|
2021-10-24 02:13:06 -06:00
|
|
|
- [x] Image Previews
|
2021-11-12 12:07:37 -07:00
|
|
|
- [x] User Key Mappings
|
2021-11-13 09:32:45 -07:00
|
|
|
- [x] Querying LastFM API for getting Album Art
|
2021-11-20 09:43:51 -07:00
|
|
|
- [x] Fuzzy Searching
|
2021-10-19 07:28:11 -06:00
|
|
|
- [ ] Visual Mode (like vim) for updating playlists
|
2021-10-18 01:58:53 -06:00
|
|
|
|
2021-12-16 13:05:13 -07:00
|
|
|
# Installing / Building
|
|
|
|
|
|
|
|
## AUR Package
|
|
|
|
|
|
|
|
```bash
|
|
|
|
yay -S gomp-git
|
|
|
|
```
|
|
|
|
|
|
|
|
## Manually
|
|
|
|
|
|
|
|
```bash
|
|
|
|
git clone https://github.com/aditya-K2/gomp &&
|
|
|
|
cd gomp &&
|
|
|
|
go build
|
|
|
|
```
|
2021-12-23 18:30:32 -07:00
|
|
|
---
|