Ouvir Rádio via terminal.

Minguno

Power Member
REF http://flavitulinux.blogspot.pt/

Tuner é uma ferramenta que nos permite sintonizar streamings de Rádio no terminal.
Podemos ainda com ele procurar termos de pesquisa sobre Rádio etc.
Para instalar -

sudo npm install -g tuner

sudo apt-get install git build-essential
$ git clone git://github.com/ry/node.git
$ cd node
$ ./configure
$ make
sudo make install


No seguinte arquivo editam as pré-config,

sudo gedit /usr/local/lib/node_modules/tuner/stations.json

{

"RFB" : {
"description" : "Galicia News.",
"tags" : [ "News", "Local"],
"location" : "Boticas,Chaves, Galicia",
"href" : "http://185.11.164.106:8003/;stream.mp3",
"website" : "http://www.radioforumboticas.pt/"
},
"Kill Radio" : {
"description" : "KillRadio News.",
"tags" : [ "Linuxeros", "Musical"],
"location" : "Hispana, Argentina",
"href" : "http://188.226.176.70:8000/killallradio",
"website" : "http://www.killallradio.blogspot.com.ar/"
},
"Radio ELA" : {
"description" : "Emisora Libre Madrid.",
"tags" : [ "Linuxeros", "Social"],
"location" : "España, Madrid",
"href" : "http://www.radioela.org/radioela.m3u",
"website" : "http://www.radioela.org/"
}


Abrem terminal e feito !

Tuner RFB por exemplo.

Podem aderir outras localizando o emissor "href" : "http://188.226.176.70:8000/killallradio",
 
Back
Topo