One of my favorite applications in Linux is Streamtuner. I think, it’s the best application of its kind. You can browse all the radio streams provided by popular services as basic.ch, punkcast.com, Google Stations, SHOUTcast and Xiph, Live365. Streams are groupped by genre, but you can search through them. If you refresh the list, you can see the songs played at the moment, and choose between them, you can even record any stream (and they are saved as apart songs from most of the streams, if they are tag capable – I mean, if you can see the title of the song in your player), but for doing so you must install streamripper (it’s present in the repositories of almost all linux distributions).
As you may know, SHOUTcast recently changed their site structure, and sadly, you no longer can refresh their stream list in streamtuner.
A solution is to patch the sources, although there is no patch available.
My solution is easier, and works, at least
for me. Follow this steps:
1. Insert this line, as root in your /etc/hosts:
205.188.234.120 http://www.shoutcast.com
you can do it by typing (in ubuntu):
$ sudo gedit /etc/hosts
or
simpler is just to do so:
$ sudo su
(type your password), then:
$ echo 205.188.234.120 http://www.shoutcast.com >> /etc/hosts
2. Now refresh your SHOUTcast lists, and enjoy!
28 Comments
Thank’s for the simple solution.
//Anders
THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
You’re Welcome. Glad that it helped!
Doesn’t work … I’m on ubuntu and use streamripper … I still cant see the list.
ping http://www.shoutcast.com returns:
PING http://www.shoutcast.com (205.188.234.120)
and then nothing .. 100% packet loss.
I’m behind a proxy server will that cause a problem ?
I usually run streamripper with the -p option and it works fine.
pings don’t work for me too. Maybe they’ve blocked icmp requests.
A partial solution is to insert in your browser this adress: 205.188.234.120 to see if you don’t have some firewall problems.
And finally, try to run without -p 🙂 I hope you’ll succeed.
thanks thanks
glad that it helped!
The command was:
echo „205.188.234.120 http://www.shoutcast.com” >> /etc/hosts
And finally, I’m enjoy!
Thank’s for the simple solution.
/esco
you’re welcome esco!!!
Mine still does not work. There is a patch and I could not get that to work either.
AbdRahim: Paste here the contents of your /etc/hosts
It may be because of the patched streamtuner (try to purge it from your computer, then do a fresh install from the repos).
Works.
Great!
Thank you
you’re welcome!
worked for me !
Realmente muito bom e simples
haha thanks !

I just installed streamtuner and was scratching my head wondering why shoutcast tab is all blank.
But the „Live365” tab is also blank….do you have this problem ?
thanks
Never worked for me too, as long as I remember.
I will look for a solution in the near future.
This program is probably the most flakey one I have ever experienced on Linux.
Clicking on tab or folder has made it crash many times already.
Wish there is an replacement for this old dog.
I don’t use it either. From the times they took away xmms from repositories 🙂
Merge excelent in Ubuntu 9.10 Streamtuner cu VLC in loc de XMMS .
Multumesc pentru ajutor !
Chiar ieri mă gîndeam să folosesc vlc-ul. Ca să meargă bine, trebuie să faci Tools > Preferences > Allow only one instance.
Multumesc de sugestie.
Excelente! Gracias….
thank you for apreciation.
Thanks a lot for a quick solution! Karma +1.
hello ,
after i tried to make my streamtuner work by the steps i don’t know what happened , but i can’t open shoutcast in the web :
* The site could be temporarily unavailable or too busy. Try again in a few
moments.
* If you are unable to load any pages, check your computer’s network
connection.
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
I tried the streamtuner 2 and earlier version
SOS
Hello,
Aparently they have made a change, since the ip is dead now.
You can comment that line, or you can issue the following command:
sed -i ‘s/205.188.234.120/#205.188.234.120/g’ /etc/hosts
I will update once I’ll have a new solution.