gomp/README.md

23 lines
599 B
Markdown
Raw Normal View History

2021-10-08 08:52:09 -06:00
# goMP
2021-10-24 02:13:06 -06:00
![](https://img.shields.io/badge/status-alpha-red)
2021-10-08 08:52:09 -06:00
MPD client inspired by ncmpcpp written in GO
2021-10-11 02:42:51 -06:00
2021-12-05 11:59:39 -07:00
https://user-images.githubusercontent.com/51816057/144759799-b9eecf9e-93ad-43a7-a076-0ae47f03d03c.mp4
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-11-12 02:28:05 -07:00
# Setting Up
2021-10-18 01:58:53 -06:00
2021-12-13 07:31:47 -07:00
Read how to setup goMP in the Setting-Up Guide [here](https://github.com/aditya-K2/goMP/blob/master/docs/index.md)