Cross platform Listen.moe client made using Go
go get && go build .
./GoListenMoe [-f] [-p mpv,native] jpop # (or kpop)
- -f: Forces fallback mode, currently required for native to work properly
- -p: Player to use, options are: native, mpv
- Improve UI
- Play Vorbis correctly in native (right now using fallback stream)
- Hot-swapping between JPop and Kpop
- Add compability for Windows when using mpv
- Beep (https://github.com/faiface/beep)
- Gorilla websocket (https://github.com/gorilla/websocket)