"$meta(artist)",
"%title%",
"%album%",
"%date%", и т.д., и затем "очищаю" от ненужных символов.
Для добавления своих значений нужно вставить их в массив var tfname = [..., соблюдая синтаксис.
Для примера выкладываю этот массив с добавленным типом тега - $info(tagtype).
- Код: Выделить всё
var tfname = [
"$meta(artist)",
"%title%",
"%album%",
"%date%",
"%genre%",
"%composer%",
"%performer%",
"%publisher%",
"$meta(album artist)",
"%track number%",
"%totaltracks%",
"%discnumber%",
"%totaldiscs%",
"%rating%",
"$meta(rating)",
"%comment%",
"%catalog%",
"%discid%",
"%label%",
"%publisher%",
"%subtitle%",
"group general",
"$info(samplerate)",
"$info(channels)",
"$info(bitspersample)",
"$info(bitrate)",
"%codec%",
"$info(codec_profile)",
"$info(mp3_stereo_mode)",
"$info(encoding)",
"%length%",
"$info(tool)",
"$info(cue_embedded)",
"$info(tagtype)",
"group location",
"%filename_ext%",
"$directory_path(%path%)",
"%subsong%",
"%filesize_natural%",
"%last_modified%",
"%folder name%",
"group playback statistics",
"%play_count%",
"%first_played%",
"%last_played%",
"%added%",
"group last.FM",
"%lastfm_bio%",
"%lastfm_artist_playcount%",
"%lastfm_artist_listeners%",
"%lastfm_album_playcount%",
"%lastfm_album_listeners%",
"%lastfm_album_content%",
"group ",
"%lastfm_similar_artist%"
];