Currently the following default Genres defined on the shoutcast.com web site are defined in the default_genres.properties If your favorite genre is not listed here you can to add it to this file.
On Windows platforms it is convenient to just use the supplied PlsDownloader.cmd batch file.
On Linux platforms use the supplied PlsDownloader.sh shell script.
PlsDownloader Valid usage is: PlsDownloader -DownloadDirectory d:/Shoutcast [-MaxFilesPerGenre 100] [-ProcessGenre Alternative] [-GenreList genre_list.properties] [-ProxyList proxylist.properties] [-IgnoreSavedState] [-MaximumBitRate 64] [-MinimumBitRate 128]All parameters listed in square brackets are optional.
Note: the proxylist.properties file if specified must be a standard Java properties file which can have contents defined in the format below.
ProxyCount=2 Proxy.1=192.168.0.1:3128 Proxy.2=127.0.0.1:8001
Note: the genre_list.properties file if specified must be a standard Java properties file which can have contents defined in the format below.
The format is Key,Description (see the default_genres.properties file for an example)
GenreCount=2 Genre.1=TopTen,Top Ten Stream Genre.2=World,World Music
Version | Date | Who | Comments |
V1.0 | 24.11.2003 | Sanjay | First release |
V1.1 | 01.12.2003 | Sanjay | Added user specifiable Genres |
V1.1a | 03.12.2003 | Sanjay | Added Linux shell script |