Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pablouser1/listenmoevala
listen.moe client made using Vala & GStreamer
https://github.com/pablouser1/listenmoevala
listen-moe listenmoe vala
Last synced: about 1 month ago
JSON representation
listen.moe client made using Vala & GStreamer
- Host: GitHub
- URL: https://github.com/pablouser1/listenmoevala
- Owner: pablouser1
- License: gpl-3.0
- Created: 2024-03-26T14:51:09.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-26T16:38:32.000Z (9 months ago)
- Last Synced: 2024-03-27T16:36:12.045Z (9 months ago)
- Topics: listen-moe, listenmoe, vala
- Language: Vala
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Listen.moe Vala
Cross platform Listen.moe client made using Vala## Dependencies
To use the program you will need:
* GTK4 (for GUI)
* GStreamer (for audio playback)## Compilation
Run the `build.sh` script and done!You should have the binary in `./builddir/ListenMoe`
## How to use
```bash
./listenmoe -u gui -g jpop
```
* -u: Pick a frontend (gui or cli) Default: gui
* -g: Pick a genre (jpop or kpop) Default: jpop## TODO
* Controls for CLI
* Improve GUI
* Hot-swapping between JPop and Kpop## External libraries used
* [Vala](https://vala.dev)
* [GStreamer](https://gstreamer.freedesktop.org)