home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-05-14 | 3.6 KB | 115 lines |
- [AlbumCover]
-
- # specify a png file that should be displayed if no cover
- # is available (full path).
- # this might also be empty in which case no png will be
- # displayed.
- not_available =
-
- # specify a png file that should be displayed if no supported
- # audio player is running (full path).
- # this might also be empty in which case no png will be
- # displayed.
- no_player_running =
-
- # specify a png file that should be displayed while the
- # download background process is running.
- # this might also be empty in which case no png will be
- # displayed.
- downloading =
-
- # specify a png file that should be displayed when
- # playing an internet stream and the file belonging
- # to the internet address does not exist.
- stream =
-
- # specify a global cover dir in which covers should be
- # searched (if they are not found in the local mp3 directory).
- # png files for streams (like 206_89_167_99.png)
- # are searched for there too.
- #global_dir = c:\program files\samurize\covers\
- # by default this value is not set. in this case the samurize
- # directory will be searched using registry keys and the subdirectory
- # "covers" is used.
-
- # 1: search also for other jpg/png/gif/bmp files
- # in the mp3 directory and the directory above
- # 0: do not search
- independent_name = 1
-
- # 1: search the internet for a cover image using the album tag
- # 0: do not search the internet
- autodownload_byalbum = 1
-
- # a list of words (seperated by spaces) that should not be
- # included in the search (by album)
- album_skip_words = vinyl by ahhhdonkey.com www.ahhhdonkey.com fireradio
-
- # 1: search the internet for a cover image using the title tag
- # 0: do not search the internet
- autodownload_bytitle = 1
-
- # a list of words (seperated by spaces) that should not be
- # included in the search (by title)
- title_skip_words = ft 01 02 fireradio
-
- # you can modify the meter linkage here
- # 0: do not generate links
- # 1: generate links to the local image file
- # 2: generate links to the amazon web page (if possible)
- linkage = 0
-
- # specify the size/quality of the image you want to download
- # 0: small (thumbnail)
- # 1: medium
- # 2: large
- download_size = 2
-
- # how to check online status
- # 0: don't check / always online
- # 1: check ras connection (for modem + dsl)
- # 2: check by pinging google.com
- check_online = 0
-
- # specify the quota for the global cover dir
- # before downloading covers, the space taken up by cover files in
- # that dir is checked and if the quota has been hit, the oldest
- # files are removed.
- # keep in mind that the actual size of the directory might be a
- # bit bigger depending on the circumstances.
- check_quota =0
- quota = 100000000
- # default: quota check disabled, quota = 100000000 (around 100mb)
-
-
- [PlayerStatus]
-
- # possible return values for the PlayerStatus function
- play = playing
- stop = stopped
- pause = paused
- na =
-
-
- [Files]
-
- # place all files here that should be treated seperately
- # you can put filenames here, full path names or folder
- # names. the matching is done via simple substring match.
-
- # behind the filename, put a number. this is a sum of the
- # following values:
- # 1: don't search for folder.png
- # 2: don't search for mp3file.png (in global_dir)
- # 4: don't search for album.png (in global_dir)
- # 8: don't search for convertable jpg files
- # 16: don't search the internet (by album)
- # 32: don't search the internet (by title)
- # specifying 0 for a file is the same as not listing it at all.
-
- # examples
- #Rocco_-_Drop_The_Bass.mp3 = 48
- #Sureno - Guideline (Syntone Remix).mp3 = 48
- #United Deejays Hase Hasch = 62
- #d:\livesets = 63
-