home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / mp3osr05.zip / mp3srch.ctl < prev    next >
Text File  |  2000-01-07  |  6KB  |  136 lines

  1.  
  2. ; = [ abstract ] ============================================================
  3. ;
  4.  
  5. ; MPEG Searcher configuration file
  6. ; copyright (c) 1999 by Alexander Trunov
  7. ;  FIDO: 2:5069/10
  8. ;  Internet: jnc@mail.ru
  9. ;  homepage: http://jnc.newmail.ru/mp3srch.htm
  10. ;
  11.  
  12. ; see documentation for more information (the documentation is available
  13. ;  only in Russian yet, sorry)
  14. ;
  15.  
  16. ; on some keywords the "pool" syntax can be used (see below for these
  17. ;  keywords)
  18. ; pool syntax is composed with keyword, action-keyword and value
  19. ;
  20. ; action-keyword must contain only these words (and actions
  21. ;  associated with them):
  22. ;
  23. ;  Replace  -  clears pool and adds the <value> in pool
  24. ;  Add  -  adds the value in pool
  25. ;  ReplaceFile  -  clears pool and adds all the strings situated
  26. ;   in <value>-file
  27. ;  AddFile  -  adds all the strings situated in <value>-file
  28. ;  Kill  -  clears the pool
  29. ;
  30. ; the first action-keyword always must be Replace
  31. ; if the action-keyword is AddFile/ReplaceFile, the file must not contain
  32. ;  empty lines
  33. ;
  34. ; examples:
  35. ;  templates.by Replace byart1 - pool would be cleared and added "byart1"
  36. ;   value
  37. ;  templates.by Add byart2 - in pool will be added "byart2" value
  38. ;  templates.by Kill - pool would be cleared
  39. ;  templates.by AddFile BY - all the strings that contain BY textfile will be
  40. ;   inserted into the pool
  41. ;
  42.  
  43. ; = [ templates ] ===========================================================
  44. ;
  45.  
  46.   templates.by Replace .\tpl\byart1     ; "by" templates must be formed in
  47.   templates.by Add .\tpl\byalb1         ; five files: *.hdr, *.shd, *.inf,
  48.   templates.by Add .\tpl\byalbhtm       ; *.sft, *.ftr
  49.                                         ;
  50.  
  51.   templates.whole Replace .\tpl\whole1  ; "whole" templates must be formed in
  52.   templates.whole Add .\tpl\whole2      ; three files: *.hdr, *.inf, *.ftr
  53.   templates.whole Add .\tpl\wholehtm    ;
  54.  
  55.   templates.macro.layer.I I             ; @layer substitutions
  56.   templates.macro.layer.II II
  57.   templates.macro.layer.III III
  58.   templates.macro.layer.unknown unk
  59.  
  60.   templates.macro.channelmode.stereo stereo             ; @mode substitutions
  61.   templates.macro.channelmode.jointstereo joint stereo
  62.   templates.macro.channelmode.dualchannel dual channel
  63.   templates.macro.channelmode.singlechannel mono
  64. ; templates.macro.channelmode.singlechannel single channel
  65.  
  66.   templates.macro.mpegversion.1.0 1.0   ; @mpegversion substitutions
  67.   templates.macro.mpegversion.2.0 2.0
  68.   templates.macro.mpegversion.2.5 2.5
  69.   templates.macro.mpegversion.unknown unk
  70.  
  71.   templates.macro.shortfilenames yes    ; if this options is set to 'yes',
  72.                                         ; each long filename in will be
  73.                                         ; shortenized using standard
  74.                                         ; WinAPI function 'GetShortPathName'
  75.                                         ;
  76.                                         ; this option is applicable only to
  77.                                         ; Win32 version of MPEG Searcher
  78.  
  79. ; = [ MPEGs search stuff ] ==================================================
  80. ;
  81.  
  82.   search.mask Replace *.mp?             ; MPEG Searcher will search MPEGs
  83.   search.mask Add *.wav                 ; using these masks
  84.                                         ;
  85.                                         ; note that this is not standard DOS
  86.                                         ; filemasks, for example '*QuQu' mask
  87.                                         ; will be applicable to 'BeBeQuQu'
  88.                                         ; file and 'QuQu' file
  89.                                         ;
  90.                                         ; default value is *.mp?
  91.  
  92.   search.exclude Replace *.mpl          ; MPEG Searcher will exclude from
  93.   search.exclude Add *.mpp              ; list files with these filemasks
  94. ; search.exclude Add *~* ; fuck windoze
  95.  
  96. ; search.excludepath Replace *~* ; fuck windoze again ;-)
  97.                                         ; MPEG Searcher will exclude from
  98.                                         ; list files that situated in
  99.                                         ; directories (folders) with this
  100.                                         ; mask
  101.  
  102.   search.exclude.nonmpegs yes           ; exclude non-MPEGs from resulting
  103.                                         ; list
  104.  
  105.   search.riff.header.searchrange 512    ; on that distance from the beginning
  106.                                         ; of the MPEG program will search
  107.                                         ; the MPEG-header, if the file is
  108.                                         ; RIFF
  109.  
  110. ; = [ Representation stuff ] ================================================
  111. ;
  112.  
  113.   representation.usecodepage yes        ; if this keyword is enabled, MPEG
  114.                                         ; searcher will automatically detect
  115.                                         ; codepage (only cyrillic codepages
  116.                                         ; supported) and recode it to the
  117.                                         ; codepage that you need
  118.  
  119.   representation.targetcodepage 866     ; MPEG Searcher will recode tag
  120.                                         ; contents to that codepage
  121.                                         ;
  122.                                         ; only '866', 'koi8-r' and '1251'
  123.                                         ; values are applicable to this
  124.                                         ; keyword
  125.                                         ;
  126.                                         ; default codepage is 866
  127.  
  128.   representation.sort.ignorecase yes    ; if this option is set, MPEG Searcher
  129.                                         ; will lowerize the case of tag items
  130.                                         ; and then compare them (on sorting)
  131.  
  132. ; P.S. excuse me for my curved English :-) feel free to correct it
  133. ;
  134.  
  135. ; »«½π«ß∞ απ½¿Γ!!
  136. ;