  ShoutScraper
    v1.1

  How to Customize:

    By default, ShoutScraper will retrieve the top 20 stations and
    order them by bitrate (highest quality stations are first). But
    you may have a slow modem connection, or want some other type of
    harvesting. Easily done.

    To customize how stations are retrieved and harvested, edit the 
    shoutscraper.xml file.

  Editing the shoutscraper.xml file:

    You can set how deep, and what bitrates to retrieve from the
    Shoutcast server by modifying all the <tags></tags> contents
    as follows:

    To retrieve only the top 20 in a genre, with default settings:
      <tags></tags>

    To retrieve the top 20 sorted by bitrate (highest first):
      <tags>orderby=bitrate</tags>
      Orderby can be set to title, listeners, or bitrate

    To retrieve the top 5 stations sorted by bitrate (highest first):
      <tags>orderby=bitrate|numresult=5</tags>
      Numresult can = 5, 10, 25, 30, 50 or 100

    To retrieve the top 100 stations sorted by bitrate (highest first):
      <tags>orderby=bitrate|numresult=100</tags>
      Numresult can = 5, 10, 25, 30, 50 or 100

    To retrieve the top 20 stations for your 28.8k modem:
      <tags>orderby=bitrate|numresult=20|maxbitrate=24</tags>
      Bitrate can vary from 1 to 999

    Remember to use | to separate options

  Summary:

    Its pretty easy to customize. Just string your commands together for
    each tags field. Note that long station lists (i.e. 100) will take
    some time to process.