Originariamente inviato da quan33
How do I display the song information in the foo_jscript_panel3 panel。
gr.WriteText(tfo.title.Eval(), small_font, RGB(255,249,212), 20 , 200, 1000, 150, 0, 0);
gr.WriteText(tfo.artist.Eval(), normal_font, RGB(70,85,71), 20 , 275, 1000, 50, 0, 0);
gr.WriteText(tfo.date.Eval(), normal_font, RGB(70,85,71), 20 , 295, 1000, 50, 0, 0);
gr.WriteText(tfo.album.Eval(), normal_font, RGB(70,85,71), 70 , 295, 1000, 50, 0, 0);
gr.WriteText(tfo.samplerate.Eval() + ', ' + tfo.bitspersample.Eval() + ', ' + tfo.bitrate.Eval(), normal_font, RGB(70, 85, 71), 20, 320, 1000, 50, 0, 0);
Why can the panel display ,title, artist, date. However, album and amplerate.Eval() + ', '+ tfo.bitspersample.Eval() + ',' + tfo.bitrat cannot be displayed. Can you help me? Thank you!
|