|
|
MP3 Tag Editor has ability to create playlist (*.m3u format) for media players and portable devices.
The Quick Save Playlist feature (Menu->File->Quick Save Playlist) uses special mask according to which the playlist name is generated. You can specify the mask in the Options dialog. The play list mask consists of text and special character combinations replaced by their current values later on. The following values are supported:
Character
|
Value
|
%1
|
Artist
|
%2
|
Year
|
%3
|
Album
|
%4
|
Folder name
|
For example, %1 - %3 (%2) is used as the mask. The result will be Artist - Album (Year). That mean %1 will be replaced with the artist's name, %3 will be replaced with the album title, the year of release replaces %2.
The invalid characters (/\:*?"|) will be replaced with the underscore character (_) in the new play list name. If there are no audio files in the folder, the optional warning message will be displayed.
|
|
|