gomp/README.md

53 lines
1.2 KiB
Markdown
Raw Normal View History

# gomp
2021-12-19 12:00:33 +00:00
![](https://img.shields.io/badge/status-beta-yellow) &nbsp;&nbsp; [<img src="https://img.shields.io/aur/version/gomp-git">](https://aur.archlinux.org/packages/gomp-git/)
2021-12-19 12:00:33 +00:00
MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.
2021-10-11 08:42:51 +00:00
2021-12-30 19:05:57 +00:00
![screenshot](https://user-images.githubusercontent.com/51816057/147781035-69eeeb1c-cd62-4e42-8e71-3b07538704e8.png)
2021-12-05 18:59:39 +00:00
2021-12-16 20:05:13 +00:00
## Table of Contents
2021-12-30 19:05:57 +00:00
2021-12-16 20:05:13 +00:00
* [Roadmap](#roadmap)
* [Installing / Building](#installing--building)
2021-12-24 01:30:32 +00:00
* [AUR Package](#aur-package)
* [Manually](#manually)
2021-12-30 19:05:57 +00:00
* [Setting Up](#setting-up)
2022-07-29 09:33:03 +00:00
#### Drop your Feedback or Questions about the Documentation [Here](https://github.com/aditya-K2/gomp/issues/25)
2021-12-16 20:05:13 +00:00
2021-10-18 07:58:53 +00:00
# Roadmap
2021-11-16 19:09:14 +00:00
2021-10-18 07:59:23 +00:00
- [ ] Add Functionality to Sort out most played songs
2021-11-06 12:49:45 +00:00
- [x] Add a config parser
2021-10-24 08:13:06 +00:00
- [x] Image Previews
2021-11-12 19:07:37 +00:00
- [x] User Key Mappings
2021-11-13 16:32:45 +00:00
- [x] Querying LastFM API for getting Album Art
2021-11-20 16:43:51 +00:00
- [x] Fuzzy Searching
2021-10-19 13:28:11 +00:00
- [ ] Visual Mode (like vim) for updating playlists
2021-10-18 07:58:53 +00:00
2021-12-16 20:05:13 +00: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-24 01:30:32 +00:00
---
2021-12-16 20:05:13 +00:00
2021-12-30 19:05:57 +00:00
# Setting Up
2022-08-31 13:07:25 +00:00
- [Documentation](https://aditya-K2.github.io/gomp/)
2021-12-30 19:05:57 +00:00
- [Video Showcase](https://github.com/aditya-K2/gomp/tree/master/extras/showcase.md)