by Steegy » Tue Apr 17, 2007 4:20 am
These are the functions that can be applied:
ChangeCharacters:
- change underscore to space
- change "´" and "`" to "'"
FixBrackets:
- change square brackets to round brackets
- trim leading and trailing spaces inside round brackets (e.g. changes "( Radio Edit )" to "(Radio Edit)")
FixCommonWords (for all capitalisation variations, matches whole words only):
- use "ft." instead of "featuring", "features", "feat", "feat.", "ft", "Ft."
- use "pres." instead of "presenting", "presents", "pres", "Pres."
- use "vs." instead of "versus", "vs", "Vs."
- use uppercase DJ instead of other case variants
- change "its" to "it's", "dont" to "don't", "aint" to "ain't", "isnt" to "isn't", "cant" to "can't", ...
- change "RMX" to "remix"
FixWrongGenre:
- remove the genre if it is one of the following: "other", "unknown", "default", "genre", "misc"
Trim: trims leading and trailing spaces
This shows which functions are applied to which fields:
- Artist: FixCommonWords, ChangeCharacters, Trim
- AlbumArtist: FixCommonWords, ChangeCharacters, Trim
- Title: FixCommonWords, ChangeCharacters, FixBrackets, Trim
- Genre: FixWrongGenre, Trim
- Album: ChangeCharacters, Trim
If a song is a single (it is not part of an album: the Album field is empty), then the AlbumArtist field and track number will be emptied too.
Personally I always run PersonalTagEnhancer followed by the Case ("Case Modify") script.