Guess Values

Takes a source format string and imports tag fields using a specified guessing pattern format string.

This action type is useful if you want to split the content of one tag field to multiple other fields. An example would be splitting the TITLE filled with Some Artist / Some Title to the respective fields using %title% as source format and %artist% / %title% as guessing pattern.

Sometimes you might want to omit some information that should not imported to a tag field. This can be done using the %dummy% placeholder for the unneeded part of the source.

Note that you can use the same placeholder in both Source format and Guessing pattern.