Lyrics aus Datei importieren?

Mp3tag Scripting Functions $list
  • 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(' ',' ',' ')'<'

    ==>

    DISCNUMBER 1 TITLE So excited TRACK 02 <

    $list(%%,%%=,|)

    or

    $list('%','%=','|')

    ==>
    %DISCNUMBER%=1|%TITLE%=So excited|%TRACK%=02|

    ^|$list(,:'',''|)$

    or

    '^|'$list(,':''','''|')'$'

    ==>
    ^|DISCNUMBER:'1'|TITLE:'So excited'|TRACK:'02'|$

  • See also /t/4535/1 Lyrics aus Datei importieren? /t/6519/1 Backup and restore
DD.20090406.1720.CEST Edit. DD.20090805.0848.CEST, DD.20140415.1450.CEST