Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VonKavalier/radio-term
:warning: This repository is not maintained anymore ! Please consider the new version : https://github.com/VonKavalier/radioshell !!
https://github.com/VonKavalier/radio-term
music-player radio
Last synced: 3 days ago
JSON representation
:warning: This repository is not maintained anymore ! Please consider the new version : https://github.com/VonKavalier/radioshell !!
- Host: GitHub
- URL: https://github.com/VonKavalier/radio-term
- Owner: VonKavalier
- License: mit
- Created: 2018-11-30T09:44:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T14:26:04.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T05:13:13.410Z (3 months ago)
- Topics: music-player, radio
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning: This repository is not maintained anymore ! Please consider the new version : https://github.com/VonKavalier/radioshell !!
# radio-term
Little bash script that allows to keep a list of online radio and listen to them in the terminal 📻## Installation
1. Put the script anywhere you want
2. Make sure you have [MPV](https://mpv.io/) installed
3. Set the environment variable `$RADIOS_LIST` to the path of your `radios.txt` file (make sure it's full path, no `~` allowed)## How to use
### Add a new radio :
`$ ./radio.sh radio_name https://radio-url.com`**Warning** : The URL must be a direct stream link like http://ice1.somafm.com/7soul-128-mp3
Otherwise, mpv will throw an error.
### Listen to a radio :
`$ ./radio.sh radio_name`### List radios and commands :
`$ ./radio.sh`## Additional
Yeah, it's pretty brutal code, I made it quickly because I didn't want a full GUI for something that doesn't really need it.
If you want to contribute any help will be appreciated :)