2013-10-13

hi

i'm here to present Shoutcast Explorer in 2nd version

Shoutcast Explorer is a small Open Source browser and player for shoutcast radios stations.

it find radios stations by genre , download radios stations playlists (.PLS Files Extensions) and open the default associated program for .Pls files types to start the listening.

added in version 2:

was added :

*embedded media player

*record function ( using streamripper )

*save and load playlists

*streams vu meters

*the program shows the playing stream title


http://sourceforge.net/projects/shoutcastexplor/
http://3nitysoftware.com/shoutcastexplorer.html

**How to install Shoutcast Explorer version 2 on Ubuntu/Xubuntu/Lubuntu (Amd64 version (64bits))

************************************************** *********************

open a terminal (or bash) :

Code:

wget --output-document=shoutcastexplorer.deb http://sourceforge.net/projects/shoutcas...b/download && sudo dpkg -i shoutcastexplorer.deb && sudo apt-get -f install

**How to install Shoutcast Explorer version 2 on Ubuntu/Xubuntu/Lubuntu (i386 version (32bits))

************************************************** *********************

Code:

wget --output-document=shoutcastexplorer.deb http://sourceforge.net/projects/shoutcas...b/download && sudo dpkg -i shoutcastexplorer.deb && sudo apt-get -f install

**To Remove the program:

************************

Code:

sudo dpkg -r shoutcastexplorer

**Notes : to record stations , the program uses streamripper :

************************************************** ************

to install streamripper you need the universe repository activated

and enter in a bash :

Code:

sudo apt-get install streamripper

Show more