Additional Pattern Settings: Difference between revisions

From XRECODE3
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
*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 %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.
*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
* Change Case
{| class="wikitable"
{| class="wikitable"
Line 16: Line 17:
|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.
|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
* Replace
{| class="wikitable"
{| class="wikitable"

Revision as of 10:40, 20 February 2018

  • 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 replaces with _. It will be applied after the "Change Case".
_ with spaces All _ will be replaces with spaces. It will be applied after the "Change Case".

« Go Back