Format Strings
This page explains the use of format strings for File Name to Tag and Tag to File Name conversions.
Формат
Strings of any format with properties wrapped in percent signs (%).
Пример
Format String: %artist%- %title%
Имя файла: Исполнитель1 - Композиция1.mp3
При использовании преобразования Имён файлов в теги эта строка и это имя файла создадут тег исполнителя Исполнитель1 и название Композиция1.
Поддерживаемые свойства
title (название)
artist (исполнитель)
album (альбом)
year (год)
track (дорожка)
tracktotal (количество дорожек)
albumartist (исполнитель альбома)
genre (жанр)
comment (комментарий)
beatsperminute (bpm) (ударов в минуту)
composer (композитор)
description (описание)
discnumber (номер диска)
disctotal (количество дисков)
publisher (издатель)
publishingdate (дата публикации)
When using conversions, custom property names can also be used.
Например, свойство с названием ENCODER можно использовать как %encoder%.
Ignoring in File Name to Tag Conversion
When running File Name to Tag conversion, an empty %% can be specified to ignore part of the file name when reading it.
Пример
Format String: %%- %track%. %%
Имя файла: Исполнитель1- 05. Композиция1.mp3
This format string and this file name will create a tag with a track of 05 and ignore the rest of the file name.