home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd2.bin / editors / others / MP3BookHelper / InstallMP3BookHelper2.2.8.exe / {app} / NFOtemplate.txt < prev    next >
Encoding:
Text File  |  2002-09-25  |  4.9 KB  |  106 lines

  1. NFO Template Example for Mp3BookHelper:
  2.  
  3. Create a copy of this (NFOtemplate.txt) text file and change it.
  4. Variables are derived from information entered on NFO Generator screen.
  5. N.B. Variables are not the same as used for tag creation
  6. - Use variables in any order to achieve desired format.
  7. - Variables are case sensitive
  8. - Special valiables:
  9.   Skip Line if variables are empty
  10.    <SE> or <SkipEmpty>
  11.  
  12.   Wrap text to fit NFOTextWidth specified in options
  13.    <Wrap> Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text, Long Long text.
  14.  
  15.   String Format Left or Right justified, works for Tag and NFO variables.
  16.    <SL#> or <SR#> where # is width of the the resulting string for next Variable.
  17.  
  18.   Make file list using Set Tags variables and ID3v1 tags.
  19. -------------------------------------------------------------------
  20.    <FileListID3v1> <File>.mp3 <FileSizeKb> <Title> <DurationSec>
  21. -------------------------------------------------------------------
  22.   Make file list using Set Tags variables and ID3v2 tags.
  23. ===================================================================
  24.    <FileListID3v2> <File>.mp3 <FileSizeMB> <Title> <DurationHHMMSS>
  25. ===================================================================
  26.  
  27. General Information
  28. ===================
  29.  Title:                  <Title>
  30.  Title:                  <SR40>(<Title>)
  31.  Title:                  <SL40>(<Title>)
  32.  Author:                 <Author>
  33.  Read By:                <ReadBy><SkipEmpty>
  34.  Copyright:              <PublicationDate><SkipEmpty>
  35.  Audiobook Copyright:    <RecordingDate><SE>
  36.  Genre:                  <Genre><SE>
  37.  Publisher:              <Publisher><SE>
  38.  Series Name:            <Series><SE>
  39.  Position in Series:     <SeriesPosition><SE>
  40.  Abridged:               <AbridgedYesNo>
  41.  Abr/Unabr:              <AbridgedUnabridged>
  42.  
  43. Original Media Information
  44. ==========================
  45.  Media:                  <MediaType><SE>
  46.  Number:                 <MediaNumber><SE>
  47.  Length each:            <MediaLength><SE>
  48.  Source:                 <MediaSource><SE>
  49.  Condition:              <MediaCondition><SE>
  50.  
  51. File Information
  52. ================
  53.  Number of MP3s:         <Mp3Files>
  54.  Total Duration:         <Duration>
  55.  Total MP3 Size:         <FilesSize> MB
  56.  Parity Archive:         <PAR><SE>
  57.  Ripped By:              <RippedBy><SE>
  58.  Files Created on:       <FilesDate>  <FilesTime>
  59.  Ripped With:            <Ripper><SE>
  60.  Encoded With:           <Encoder><SE>
  61.  Encoded At:             <EncVBR> <EncBr> kbit/s <EncHz> Hz <EncMode>
  62.  Encoded At:             <Encoded>
  63.  Encoded At:             <EncVBR> <EncBr> kbit/s <EncKHz> KHz <EncMode>
  64.  Normalize:              <Normalize><SE>
  65.  Noise Reduction:        <NoiseReduction><SE>
  66.  ID3 Tags:               <ID3Tags>
  67.  NFO Created:            <NowDate>  <NowTime>
  68.  
  69. Posting
  70. =======
  71.  Posting Plan:           <PostingPlan><SE>
  72.  Reposting Rules:        <RepostingRules><SE>
  73.  
  74. <NowDate>, <NowTime>, <FilesDate> and <FilesTime>
  75. NFOFormatTime=hh:nn:ss  and NFOFormatDate = dd-mmm-yyyy
  76. You could change manualy in MP3BookHelper.ini if you want to
  77. Date-Time Format Strings:
  78.     d        Displays the day as a number without a leading zero (1-31).
  79.     dd        Displays the day as a number with a leading zero (01-31).
  80.     ddd        Displays the day as an abbreviation (Sun-Sat).
  81.     dddd    Displays the day as a full name (Sunday-Saturday).
  82.     m        Displays the month as a number without a leading zero (1-12). 
  83.             If the m specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.
  84.     mm        Displays the month as a number with a leading zero (01-12). 
  85.             If the mm specifier immediately follows an h or hh specifier, the minute rather than the month is displayed.
  86.     mmm        Displays the month as an abbreviation (Jan-Dec).
  87.     mmmm    Displays the month as a full name (January-December).
  88.     yy        Displays the year as a two-digit number (00-99).
  89.     yyyy    Displays the year as a four-digit number (0000-9999).
  90.     h        Displays the hour without a leading zero (0-23).
  91.     hh        Displays the hour with a leading zero (00-23).
  92.     n        Displays the minute without a leading zero (0-59).
  93.     nn        Displays the minute with a leading zero (00-59).
  94.     s        Displays the second without a leading zero (0-59).
  95.     ss        Displays the second with a leading zero (00-59).
  96.  
  97.  
  98. And you could create file list use all tag variables for v1.1 tags, one file -> one line.
  99. <FileListID3v1><File> <Author> <Album> <Title> <Comment> <Duration> <DurationHHMM> <EncBr> kbit/s <EncKHz> KHz <EncMode>]
  100. Same for for v2 tags
  101. IDv2: <FileListID3v2>[$I] <SR30><File> <SL25><Author> <Album> <Title> <Comment> <DurationSec> <DurationHHMMSS> <FileSizeB> <FileSizeKb> <FileSizeMB>]
  102.  
  103. Book Description
  104. ================
  105. <Wrap><Description>
  106.