Patterns: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
m 11 revisions imported
No edit summary
Line 13: Line 13:
*CUE file: used when saving CUE file.
*CUE file: used when saving CUE file.
*M3U file: used when saving M3U file..
*M3U file: used when saving M3U file..
*Remove %artist% when artist name is the same for all tracks - %artist% element of the pattern will be removed if it's the same for all tracks.
*Additional - see [[PAtterns Additional]]
*Remove %albumartist% when album artist name is the same for all tracks - %albumartist% element of the pattern will be removed if it's the same for all tracks.
* Change Case
{| class="wikitable"
|Don't change
|Leave as is
|-
|To UPPERCASE
|Filename will be created in all upper case characters
|-
|To lowercase
|Filename will be created in all lowercase chanracters
|-
|Capitalize Each Word
|Each word of the output file name will be capitalized, .e.g "d'art" will be capitalize as "D'Art", "foo-bar" will be capitalize as "Foo-Bar", etc.
|}
<historylink type="back" />
<historylink type="back" />

Revision as of 09:37, 20 February 2018

  • Filename: standard pattern used to create output files when files are transcoded one to one.
  • CD: used to create output file for Grabbed Audio CD tracks.
  • CUE: used to create output file when files are added via CUE file.
  • Merge: used to create output file when files are Merged.
  • Multiple streams: used to create output file for files with multiple audio streams.
  • Multiple audio-streams with chapters: used to create output file for files with multiple audio streams with chapters (such as m2ts).
  • Split: used to create output file when Split is used.
  • Split into file per channel: used to create output file when Split into file per channel is used.
  • Audiobook: used to create output file for Audiobook.
  • SACD (for stereo): used for SACD stereo area files.
  • SACD (for multichannel): used for SACD multichannel area files. [%area%_] means that it is optional. It will only be used when files from both areas are used at the same time.
  • CUE file: used when saving CUE file.
  • M3U file: used when saving M3U file..
  • Additional - see PAtterns Additional

« Go Back