Hi List, I've written some scripts for fetching shoutcast and icecast stations to a freevo fxd file. You can download these at: http://www.htpc-forum.de/index.php?url=downloads.php in the Tools section.
README: > Scripts for creating FreeVo fxd files for shoutcast and icecast stations: > > get_icefxd.sh: Creates icecast.fxd > Syntax: get_icefxd.sh [num_stations] > num_stations tells how much stations per genre are retrieved. > > get_shoutfxd.sh: Creates shoutcast.fxd > Syntax: get_shoufxd.sh [num_stations] > num_stations tells how much stations per genre are retrieved. > > get_castlogos.sh > Tries to fetch logos for the stations > > get_logo.pl > Searches logos on a url. > > The sh scripts are containing some variables at the top which should > be adopted to your needs. > e.g: > COVER_DIR="/audio/covers" # Where the covers are located > UTIL_DIR="/_config/bin" # Where the scripts ar located > > The scripts are inspired by the shoutcast_grabber.pl scriptfrom: > http://sourceforge.net/projects/starcastgrab/ > > To use all features execute e.g: > > sh get_icefxd.sh 50 > sh get_shoutfxd.sh 50 > sh get_castlogos.sh > > > FreeVo's local_conf.py AUDIO_ITEMS should look like: > > AUDIO_ITEMS = [ ('Audio', '/audio'), > ('Media', '/media'), > '/usr/share/freevo/fxd/icecast.fxd', > '/usr/share/freevo/fxd/shoutcast.fxd', > '/usr/share/freevo/fxd/webradio.fxd' ] > > Send suggestions, bugs, etc to < h e l m u t a t h e l m u t a u e > r . d e > > -- Helmut Auer, [EMAIL PROTECTED] ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
