Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)