View Single Post
Old 31-07-2024, 11:35   #6369
ApacheReal
Senior Member
 
L'Avatar di ApacheReal
 
Iscritto dal: Feb 2019
Messaggi: 402
Quote:
Originariamente inviato da quan33 Guarda i messaggi
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!
I don't understand which panel you are referring to.
ApacheReal è offline   Rispondi citando il messaggio o parte di esso