Go to file
aditya-K2 d1306f194f Making r (Renderer) Global RENDERER 2021-12-22 17:54:14 +05:30
cache RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
config minor changes 2021-12-19 01:43:22 +05:30
docs added aur package 2021-12-17 01:35:13 +05:30
extras chore: Update AUR package 2021-12-17 02:34:07 +05:30
utils Moving imageUtils.go to utils package 2021-12-13 01:43:20 +05:30
.gitignore minor changes 2021-12-19 01:43:22 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md chore: Update Readme 2021-12-19 17:43:28 +05:30
app.go Making r (Renderer) Global RENDERER 2021-12-22 17:54:14 +05:30
client.go RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
fileBrowser.go Updated FileNode Struct 2021-10-17 21:51:01 +05:30
go.mod RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
go.sum Using the fuzzy library 2021-11-28 23:33:25 +05:30
lastfm.go Now it is neccessary to pass the imagePath 2021-11-20 21:45:32 +05:30
main.go Making r (Renderer) Global RENDERER 2021-12-22 17:54:14 +05:30
notification.go RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
progressBar.go Making r (Renderer) Global RENDERER 2021-12-22 17:54:14 +05:30
render.go RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
sample_config.yml minor changes 2021-12-19 01:43:22 +05:30

README.md

gomp

  

MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.

https://user-images.githubusercontent.com/51816057/144759799-b9eecf9e-93ad-43a7-a076-0ae47f03d03c.mp4

Table of Contents

Roadmap

  • Add Functionality to Sort out most played songs
  • Add a config parser
  • Image Previews
  • User Key Mappings
  • Querying LastFM API for getting Album Art
  • Fuzzy Searching
  • Visual Mode (like vim) for updating playlists

Installing / Building

AUR Package

yay -S gomp-git

Manually

git clone https://github.com/aditya-K2/gomp &&
cd gomp &&
go build

Documentation

The Documentation is hosted here