On https://docs.mp3tag.de/format/#export
says
%_filename_rel% Relative file name
%_folderpath_rel% Relative path without file name
Given that the first is inconsistent with %_filename% (it includes extension whereas %_filename% does not) and neither says what the paths are relative to (e.g. Export output file, current directory) please could this be clarified e.g.
%_filename_rel% Filepath including extension, relative to Export output file
%_folderpath_rel% Folderpath relative to Export output file
This export script sometimes can help ...
Export_Mp3tag_system_fields.mte (1.85 KB)
DD.20090808.1905.CEST
Export_Mp3tag_system_fields.mte (1.85 KB)
Actually this is more accurate:
%_filename_rel% Filepath including extension, relative to Export output file if output and track files are on same drive, else absolute
%_folderpath_rel% Folderpath relative to Export output file if output and track files are on same drive, else absolute
(Thanks Florian for ensuring this handles ..</b> cases.)
Agreed, but still complete documentation is good, I think. Not least because a test script like that does not readily reveal teh different things some placeholders do under different conditions e.g. %_folderpath_rel%.
Thanks, I'll update it with the next release.