The list shows the available export configurations. You can activate an export configuration by selecting it. This export configuration will be used when running the export command.
You can create a new export configuration by pressing the New configuration button.
You can edit the selected export configuration by pressing the Edit configuration button.
You can delete the selected export configuration by pressing the Delete configuration button.
You can enter the filename of the export file here. If the filename contains some placeholders, Mp3tag will replace them with the specific data at runtime.
Specify the directory of export configurations here.
Enable this option, if you want Mp3tag to append data at an existing export file.
If this option is enabled, Mp3tag creates one export file for each directory.
If this option is enabled, Mp3tag shows a dialog with the available export configurations at Export.
Since you can also use relative and absolute file paths as export file names - e.g. %artist%\%album%.html - this option prevents Mp3tag from creating any directories during the export process.
Mp3tag exports data in Unicode format encoded as UTF-8 by default. This option enables writing of a Byte Order Marker which is required by some applications.
You can specify any text, any of the many placeholders below and instructions for loops in your export configuration.
You can set the filename of the exported file with the function $filename(name[,enc]). The optional second parameter sets the encoding of the export file. Possible values are ansi, utf-8 and utf-16.
$filename(test.txt)
$filename(test.txt,ansi)
$filename(test.txt,utf-8)
$filename(test.txt,utf-16)
$loop(%fieldname%)
starts a new loop. The loop data is sorted by the fieldname.
$loopend()
ends a loop.
If you want to limit the loop to a certain number of entries per loop partition, simply use $loop(%fieldname%,num)
. This
is useful to eliminate duplicate records (num=1).
You can use these placeholders within the export configurations and the filename of the export file:
All content and graphics are protected by copyright law! Copyright © 2000-2007 Florian Heidenreich