Tags from text file

I am trying to use the %_filename_ext% feature to match filenames against the meta data in the text file. Ive tried a whole range of things but it always applies the meta data against the files regardless of the match or mismatch of filename.

The documentation is a bit brief on that point so can you help with an example?

Please tell us which function you apply, which format string/field list you use and also what the text file really looks like.

There are 2 examples in the documentation - what more information do you need?

From documentation:

”You can use %_filename_ext% or %_path% to perform matching based on the file name or the abolute file path respectively.”

I have to say that I am not sure what this means.

There is no example in documentation for using %_filename_ext% or %_path%.

It means:
If the order of the records in the text file does not match the order of the selected files but you still want to get the correct data into the files, then 1 field in each record should represent the filename with extension or even the whole path.
This field would also have to be named in the format string.

It would be quite nice if the OP would respond.

Ok, now I understand, thanks!