- Syntax $list(p1,p2,p3)
- Description Returns a list of all tag fields stored in a media file which is supported by Mp3tag (MP3, WMA, FLAC, ...).
- Parameters p1 = Text in front of tag field name. p2 = Text after tag field name and in front of tag value. p3 = Text after tag value.
- Examples
$list(,,)
==>
DISCNUMBER1TITLESo excitedTRACK02
>$list( , , )<
or
'>'$list(' ',' ',' ')'<'==>
$list(%%,%%=,|)DISCNUMBER 1 TITLE So excited TRACK 02 <
or
$list('%','%=','|')==>
^|$list(,:'',''|)$
%DISCNUMBER%=1|%TITLE%=So excited|%TRACK%=02|or
'^|'$list(,':''','''|')'$'==>
^|DISCNUMBER:'1'|TITLE:'So excited'|TRACK:'02'|$ - See also /t/4535/1 Lyrics aus Datei importieren? /t/6519/1 Backup and restore
Mp3tag Scripting Functions
$list