For the same app with low memory usage check RADIO-ACTIVE
Play online radios from terminal (on RaspBerry Pi too) and save songs information to check them later
- Play radio from the terminal! why not?
- Save songs information as a text file so that you don't have to open the shazam app every time to recognize unknows songs 🎉
- Play radio from invisible browser
- Can be run on a CLI based OS like RaspBerry Pi 🆒
1. Gaana.com
Name | ID | Provider |
---|---|---|
Mirchi Pehla Nasha | pehla_nasha | Gaana |
Meethi Mirchi | meethi_mirchi | Gaana |
Mirchi English Love | english_love | Gaana |
Mirchi English Retro Hits | english_retro_hits | Gaana |
Mirchi Toota Dil | toota_dil | Gaana |
Mirchi 90s Bollywood Hits | mirchi_90s | Gaana |
Mirchi Rabindra Sangeet | rabindra_sangeet | Gaana |
More coming soon .....
(.venv) deep@lubuntu:~/Desktop/smart-radio$ python smart-radio.py --station mirchi_90s
i | Starting radio: Mirchi 90s
i | Playing now
i | Song => title: Jane De,jane De,mujhe Jane De, artist(s)/album: Shola Aur Shabnam
i | Song => title: Pehli Baar Mile Hain, artist(s)/album: Saajan
i | Song => title: Chalte Chalte, artist(s)/album: Mohabbatein
i | Song => title: Hum Aapke Dil Mein Rehte Hain, artist(s)/album: Hum Aapke Dil Mein Rehte Hain
i | Song => title: Odh Li Chunariya Tere Naam Ki, artist(s)/album: Pyaar Kiya To Darna Kya
i | Song => title: Rimjhim Rimjhim, artist(s)/album: 1942 A Love Story
i | Song => title: Deewane To Deewane Hain, artist(s)/album: Deewane To Deewane Hain
- Clone this repository
git clone https://github.com/deep5050/smart-radio.git && cd smart-radio
- (Optional) Create a virtual python environment
python3 -m venv .venv
and activate itsource .venv/bin/activate
- Install Dependencies
pip install -r requirements
- Install latest chrome and chromedriver
bash chrome.sh
- Add to ENV PATH
source sourcefile
- Run
python smart-radio --station [STATION_ID]
- Clone this repository
git clone https://github.com/deep5050/smart-radio.git && cd smart-radio
- (Optional) Create a virtual python environment
python3 -m venv .venv
and activate itsource .venv/bin/activate
- Install Dependencies
pip install -r requirements
- Make sure you have chrome installed and download chromedriver from here , unzip and place chromedriver.exe under
driver/
- Add driver path to system ENV
- Run
python smart-radio --station [STATION_ID]
I'm not that rich LOL 😄
Must be same !
MIT License
Copyright (c) 2021 Dipankar Pal
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.