Go to file
aditya-K2 bd08b3be24 Moving Documentation to Github Pages 2021-12-13 20:10:06 +05:30
cache Added Functionality to Point path to default Img 2021-11-26 21:59:50 +05:30
config Added Default Key To Navigate to Search View with the 4 Button 2021-11-16 20:01:02 +05:30
.gitignore minor changes 2021-11-05 15:06:42 +05:30
App.go Added Search Section 2021-11-16 20:06:12 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md Moving Documentation to Github Pages 2021-12-13 20:10:06 +05:30
client.go Hopefully Fixes the bugs 2021-11-17 15:06:18 +05:30
fileBrowser.go Updated FileNode Struct 2021-10-17 21:51:01 +05:30
go.mod Using the fuzzy library 2021-11-28 23:33:25 +05:30
go.sum Using the fuzzy library 2021-11-28 23:33:25 +05:30
imageUtils.go Now it is neccessary to pass the imagePath 2021-11-20 21:45:32 +05:30
lastfm.go Now it is neccessary to pass the imagePath 2021-11-20 21:45:32 +05:30
main.go Implementing the library 2021-11-28 23:33:34 +05:30
notification.go Using My Fork Of tview 2021-11-15 21:48:17 +05:30
progressBar.go Fixes #12 2021-11-29 15:19:33 +05:30
render.go Sending Some Informational Notifications 2021-11-28 23:38:52 +05:30
sample_config.yml Update sample_config 2021-12-09 09:38:59 +05:30
utils.go Generating the Artist Tree CONTENT 2021-11-28 23:32:40 +05:30

README.md

goMP

MPD client inspired by ncmpcpp written in GO

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

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

Setting Up

Read how to setup goMP in the Setting-Up Guide here