streamstripper.sh Shoutcast directory m3u builder

Posted by: dionysus

streamstripper.sh Shoutcast directory m3u builder - 27/07/2002 10:17

Hey guys,

I wrote this program for a different reason; but thought it might be handy here. It allows, through a cron job (linux) or scheduled job (w2k/cygwin), to update several m3u files with the top x-number of pages from the shoutcast server at a certain bitrate for a certain genre..

It expects an input file of the following format:

playlistfiletouse.m3u,minbitrate(use127ifyouwant128kb/etc),numberofpagesfromshoutcast(20searches/page, limited by bitrate),searchstringonshoutcast

i.e. - here's the grenrelist.txt that I'm using (has to be in the workdir as defined in the script)

hiphop.m3u,80,2,http://www.shoutcast.com/directory/index.phtml?sgenre=Rap
techno.m3u,100,2,http://www.shoutcast.com/directory/index.phtml?sgenre=Techno
toplist.m3u,80,5,http://www.shoutcast.com/directory/index.phtml?sgenre=TopTen
dance.m3u,80,2,http://www.shoutcast.com/directory/index.phtml?sgenre=Dance

...this is a quick an dirty bash script that I put together for a need that I had, and it has actually only been tested under cygwin/windows (specifically, requires sed/awk/wget/lynx/ - all of these should be part of the standard cygwin package available here: http://www.cygwin.com/ )

Again, very quick and dirty; but thought it would be useful (seeing as the rio receiver can stream i-net radio stations, but doesn't have an automated way to see the directory..)


...and if there's any demand for me improving/cleaning up this script, let me know. FYI I check the empeg.comms.net side of the bbs more often then this side.

-mark
Posted by: dionysus

Re: streamstripper.sh Shoutcast directory m3u builder - 27/07/2002 10:21

(if you'd like to make comments on this, please reply here:

http://empeg.comms.net/php/showflat.php?Cat=&Board=hackers_prog&Number=106195&page=0&view=expanded&sb=5&o=7&fpart=&vc=

)