1 день назад
История
README.md
Terminal Radio Application
Listen to internet radio stations in your termal with reasonable comfort of TUI menus.
This utility runs mpv
terminal player with an internet radio url, but in a comfortable way.
Usage
usage: tradio [-h] [--version] [--debug] {play,browse,radios} ...
tradio [-h] [subcommand] ... You can [play], [browse] or manage [radios]. Playing by default.
positional arguments:
{play,browse,radios}
options:
-h, --help show this help message and exit
--version print version and exit.
--debug enable debug mode.
Browsing internet radio stations
tradio browse
Playing radio from a catalog of favorites
tradio
or
tradio play
Manage your favourite radios
tradio radios
Installation
You can install tradio
in several ways. The best is still just building from sources.
Installing from source
git clone ...
cd tradio
pip install .
Installing from AUR
TO-DO
Dependencies
- requests
- simple_term_menu
- mpv
Thanks
Inspired by tera