07/10/18 01:36:24 GZdm40UF0
>>474
改行コードは$char(10)と$crlf()の二つあるよ
仮にAMIPの出力と同じにするなら
%artist%$char(10)
%album%$char(10)
%title%$char(10)
%path%$char(10)
$if(%isplaying%,$if(%ispaused%,paused,playing),stopped)$char(10)
これで一応は出来るけど、now playing simpleだとfoobarを起動してないと
テキストがブランク状態になるのでexitは無理っぽい