// ----- font names
$puts(f.n1,'ヒラギノ丸ゴ Pro W4')
$puts(f.n2,'Silkscreen')
$puts(f.n3,'Tahoma')
$puts(f.n4,'Georgia')
// ----- album art work image file
$if($fileexists($replace(%_path%,$ext(%_path%),png)),
$puts(CoverImg,$replace(%_path%,$ext(%_path%),png)),
$if($fileexists($replace(%_path%,$ext(%_path%),jpg)),
$puts(CoverImg,$replace(%_path%,$ext(%_path%),jpg)),
$if($fileexists($replace(%_path%,$ext(%_path%),gif)),
$puts(CoverImg,$replace(%_path%,$ext(%_path%),gif)),)))
see also: how to use