Additional Pattern Settings: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 21: Line 21:
{| class="wikitable"
{| class="wikitable"
|Spaces with _
|Spaces with _
|All spaces will be replaces with _. It will be applied after the "Change Case".
|All spaces will be replaced with _. It will be applied after the "Change Case".
|-
|-
|_ with spaces
|_ with spaces
|All _ will be replaces with spaces. It will be applied after the "Change Case".
|All _ will be replaced with spaces. It will be applied after the "Change Case".
|-
| - with .
|All dashes will be replaced with dots. It will be applied after the "Change Case".
|-
|. with -
|All dots will be replaced with dashes. It will be applied after the "Change Case".
|}
|}
 
* Channel Names
- %chname% will be replaced with the specified channel name when "Split into file per channel" is used.
<historylink type="back" />
<historylink type="back" />

Latest revision as of 22:56, 19 July 2019

  • 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.
  • 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
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.
  • Replace
Spaces with _ All spaces will be replaced with _. It will be applied after the "Change Case".
_ with spaces All _ will be replaced with spaces. It will be applied after the "Change Case".
- with . All dashes will be replaced with dots. It will be applied after the "Change Case".
. with - All dots will be replaced with dashes. It will be applied after the "Change Case".
  • Channel Names

- %chname% will be replaced with the specified channel name when "Split into file per channel" is used. « Go Back