home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / topware / samurize / samurize_1.63.exe / plugins / AdvancedMediaPlayerInfo.opt < prev    next >
INI File  |  2005-09-24  |  3KB  |  101 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.  
  32. # 1: search also for other jpg/png/gif/bmp files
  33. #    in the mp3 directory and the directory above
  34. # 0: do not search
  35. independent_name = 1
  36.  
  37. # 1: search the internet for a cover image using the album tag
  38. # 0: do not search the internet
  39. autodownload_byalbum = 1
  40.  
  41. # a list of words (seperated by spaces) that should not be 
  42. # included in the search (by album)
  43. album_skip_words = vinyl by ahhhdonkey.com www.ahhhdonkey.com
  44.  
  45. # 1: search the internet for a cover image using the title tag
  46. # 0: do not search the internet
  47. autodownload_bytitle = 1
  48.  
  49. # a list of words (seperated by spaces) that should not be 
  50. # included in the search (by title)
  51. title_skip_words = ft 01 02
  52.  
  53. # you can modify the meter linkage here
  54. # 0: do not generate links
  55. # 1: generate links to the local image file
  56. # 2: generate links to the amazon web page (if possible)
  57. linkage = 0
  58.  
  59. # specify the size/quality of the image you want to download
  60. # 0: small (thumbnail)
  61. # 1: medium
  62. # 2: large
  63. download_size = 2
  64.  
  65. # how to check online status
  66. # 0: don't check / always online
  67. # 1: check ras connection (for modem + dsl)
  68. check_online = 0
  69.  
  70.  
  71. [PlayerStatus]
  72.  
  73. # possible return values for the PlayerStatus function
  74. play = playing
  75. stop = stopped
  76. pause = paused
  77. na = 
  78.  
  79.  
  80. [Files]
  81.  
  82. # place all files here that should be treated seperately
  83. # you can put filenames here, full path names or folder
  84. # names. the matching is done via simple substring match.
  85.  
  86. # behind the filename, put a number. this is a sum of the
  87. # following values:
  88. #  1: don't search for folder.png
  89. #  2: don't search for mp3file.png (in global_dir)
  90. #  4: don't search for album.png (in global_dir)
  91. #  8: don't search for convertable jpg files
  92. # 16: don't search the internet (by album)
  93. # 32: don't search the internet (by title)
  94. # specifying 0 for a file is the same as not listing it at all.
  95.  
  96. # examples
  97. #Rocco_-_Drop_The_Bass.mp3 = 48
  98. #Sureno - Guideline (Syntone Remix).mp3 = 48
  99. #United Deejays Hase Hasch = 62
  100. #d:\livesets = 63
  101.