Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablouser1/golistenmoe
listen.moe client made using Go
https://github.com/pablouser1/golistenmoe
golang jpop kpop listen-moe
Last synced: about 1 month ago
JSON representation
listen.moe client made using Go
- Host: GitHub
- URL: https://github.com/pablouser1/golistenmoe
- Owner: pablouser1
- License: gpl-3.0
- Created: 2022-02-08T19:31:29.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T22:24:52.000Z (10 months ago)
- Last Synced: 2024-02-13T23:29:35.200Z (10 months ago)
- Topics: golang, jpop, kpop, listen-moe
- Language: Go
- Homepage:
- Size: 73.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Listen.moe
Cross platform Listen.moe client made using Go## Installation
```bash
go get && go build .
```## How to use
```bash
./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## TODO
* 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## External libraries used
* Beep (https://github.com/faiface/beep)
* Gorilla websocket (https://github.com/gorilla/websocket)