Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ranfdev/raddiu
Radio program for GNU/Linux made in gtk3
https://github.com/ranfdev/raddiu
Last synced: 4 days ago
JSON representation
Radio program for GNU/Linux made in gtk3
- Host: GitHub
- URL: https://github.com/ranfdev/raddiu
- Owner: ranfdev
- License: gpl-3.0
- Created: 2019-04-05T11:45:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T07:02:31.000Z (about 4 years ago)
- Last Synced: 2024-10-31T14:06:11.379Z (about 2 months ago)
- Language: Vala
- Homepage:
- Size: 566 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
### This program is not actively mantained anymore
if you are looking for an alternative, you can find it here: https://gitlab.gnome.org/World/Shortwave# Raddiu
![Raddiu logo](data/icons/com.github.ranfdev.raddiu.svg)
![Raddiu screenshot](data/images/1.png)
![Raddiu screenshot](data/images/2.png)this is a radio program made for GNU/Linux (especially elementary os).
# Cli usage
```bash
com.github.ranfdev.raddiu search $radio_name --country $country_name --order $reverse --state $state --language $language
```
# TODO:- add more options to the cli.
- ability to upvote a radio.# Development
clone the repo and install the dependencies (You can find the list of dependencies in the meson.build file).
You also need to install the elementary os sdk "elementary-sdk"# Build
````
meson build
cd build
ninja install
````To do subsequent builds you can just run ```ninja``` and then run the program by doing ```./com.github.ranfdev.raddiu```