home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / system / samurize / samurize_1.64.3_2.exe / plugins / AdvancedMediaPlayerInfo.opt < prev    next >
INI File  |  2006-05-14  |  4KB  |  115 lines

  1. [AlbumCover]
  2.  
  3. # specify a png file that should be displayed if no cover
  4. # is available (full path).
  5. # this might also be empty in which case no png will be
  6. # displayed.
  7. not_available = 
  8.  
  9. # specify a png file that should be displayed if no supported
  10. # audio player is running (full path).
  11. # this might also be empty in which case no png will be
  12. # displayed.
  13. no_player_running = 
  14.  
  15. # specify a png file that should be displayed while the
  16. # download background process is running.
  17. # this might also be empty in which case no png will be
  18. # displayed.
  19. downloading =
  20.  
  21. # specify a png file that should be displayed when
  22. # playing an internet stream and the file belonging
  23. # to the internet address does not exist.
  24. stream = 
  25.  
  26. # specify a global cover dir in which covers should be 
  27. # searched (if they are not found in the local mp3 directory).
  28. # png files for streams (like 206_89_167_99.png)
  29. # are searched for there too.
  30. #global_dir = c:\program files\samurize\covers\
  31. # by default this value is not set. in this case the samurize
  32. # directory will be searched using registry keys and the subdirectory
  33. # "covers" is used.
  34.  
  35. # 1: search also for other jpg/png/gif/bmp files
  36. #    in the mp3 directory and the directory above
  37. # 0: do not search
  38. independent_name = 1
  39.  
  40. # 1: search the internet for a cover image using the album tag
  41. # 0: do not search the internet
  42. autodownload_byalbum = 1
  43.  
  44. # a list of words (seperated by spaces) that should not be 
  45. # included in the search (by album)
  46. album_skip_words = vinyl by ahhhdonkey.com www.ahhhdonkey.com fireradio
  47.  
  48. # 1: search the internet for a cover image using the title tag
  49. # 0: do not search the internet
  50. autodownload_bytitle = 1
  51.  
  52. # a list of words (seperated by spaces) that should not be 
  53. # included in the search (by title)
  54. title_skip_words = ft 01 02 fireradio
  55.  
  56. # you can modify the meter linkage here
  57. # 0: do not generate links
  58. # 1: generate links to the local image file
  59. # 2: generate links to the amazon web page (if possible)
  60. linkage = 0
  61.  
  62. # specify the size/quality of the image you want to download
  63. # 0: small (thumbnail)
  64. # 1: medium
  65. # 2: large
  66. download_size = 2
  67.  
  68. # how to check online status
  69. # 0: don't check / always online
  70. # 1: check ras connection (for modem + dsl)
  71. # 2: check by pinging google.com
  72. check_online = 0
  73.  
  74. # specify the quota for the global cover dir
  75. # before downloading covers, the space taken up by cover files in
  76. # that dir is checked and if the quota has been hit, the oldest
  77. # files are removed.
  78. # keep in mind that the actual size of the directory might be a 
  79. # bit bigger depending on the circumstances.
  80. check_quota =0
  81. quota = 100000000
  82. # default: quota check disabled, quota = 100000000 (around 100mb)
  83.  
  84.  
  85. [PlayerStatus]
  86.  
  87. # possible return values for the PlayerStatus function
  88. play = playing
  89. stop = stopped
  90. pause = paused
  91. na = 
  92.  
  93.  
  94. [Files]
  95.  
  96. # place all files here that should be treated seperately
  97. # you can put filenames here, full path names or folder
  98. # names. the matching is done via simple substring match.
  99.  
  100. # behind the filename, put a number. this is a sum of the
  101. # following values:
  102. #  1: don't search for folder.png
  103. #  2: don't search for mp3file.png (in global_dir)
  104. #  4: don't search for album.png (in global_dir)
  105. #  8: don't search for convertable jpg files
  106. # 16: don't search the internet (by album)
  107. # 32: don't search the internet (by title)
  108. # specifying 0 for a file is the same as not listing it at all.
  109.  
  110. # examples
  111. #Rocco_-_Drop_The_Bass.mp3 = 48
  112. #Sureno - Guideline (Syntone Remix).mp3 = 48
  113. #United Deejays Hase Hasch = 62
  114. #d:\livesets = 63
  115.