Tagging from folders and files

Sorry about this and that my posting led to confusion. I mixed it all up.
Maybe it was really too late yesterday or I am getting old. :wink:

Here is the way you have define the actions:

Action Type: Format Value
Field: ARTIST or ALBUMARTIST
Format String: % _parent_directory%

Action Type: Format Value
Field: ALBUM
Format String: %_directory%

  1. Action Type: Guess values
    Source Format: %_filename%
    Guessing Pattern: %tracknumber%, %title%

The third action is based on your information in the initial posting that the tracknumber-information in the filename has ", " as a delimiter from the title-information.
But your screeenshots show that the delimiter is " - ".
So the third action has to be:

  1. Action Type: Guess values
    Source Format: %_filename%
    Guessing Pattern: %tracknumber% - %title%