bmrrossi / radiophobia_python

Radiophobia is a simple script that allows you to listen radio stations in your terminal. It uses MPlayer Linux client to reproduce the streamings urls.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RADIOPHOBIA

Radiophobia is a simple script that allows you to listen radio stations in your terminal. It uses MPlayer Linux client to reproduce the streamings urls.

Requirements

  • Python 3.5+
    • flake8
    • mccabe
    • pyflakes
  • Mplayer client

Install and Run

  1. Install the requirements:

    python -m pip install -f requirements.txt
    
  2. Run with python command:

    python radiophobia.py
    
  3. Choose your favorite station:

    choose station

  4. The radio will start to play and you will see the metadata of the radio.

    choose station

  5. After that you can use mplayer commands to manage the radio in the terminal. For example, you can press p to pause the streaming reproduction and press p again to play. You can find more mplayer commands in its official website.

CONTRIBUTING

You're welcome to contribute with this project.

Please, read the CONTRIBUTING document.

LICENSE

MIT

About

Radiophobia is a simple script that allows you to listen radio stations in your terminal. It uses MPlayer Linux client to reproduce the streamings urls.

License:MIT License


Languages

Language:Python 100.0%