Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: How do I write a script to display the status of Virtual DJ (i.e, processing x% of files completed, y% remains)?

Dieses Thema ist veraltet und kann veraltete oder falsche Informationen enthalten.

I see the "get_status" command but I am not sure if that will give me what I am looking for. Also I don't know where it will return it's info - video screen?
 

geposted Wed 10 Feb 21 @ 7:11 pm
Put get_status into a textzone, eg.
<textzone x=“0” y=“0” width=“200” height=“20”>
<text action=“get_status” fontsize=“11” align=“center” Color=“white”/>
</textzone>
 

geposted Wed 10 Feb 21 @ 7:34 pm
From your previous post about "cancelling scan" I guess you just want to see how many songs are left?
The progress message is shown above the browser, and if you hover mouse over it you can see a vertical list with songs left at bottom .. ( your previous post : https://www.virtualdj.com/forums/239697/x/)

Which is same as what get_status returns and displays, so you dont have to add that anywhere I guess ;-)

 

geposted Wed 10 Feb 21 @ 8:07 pm
Thank you!
 

geposted Thu 11 Feb 21 @ 4:29 am
Rune (dj-in-norway) wrote :
From your previous post about "cancelling scan" I guess you just want to see how many songs are left?
The progress message is shown above the browser, and if you hover mouse over it you can see a vertical list with songs left at bottom .. ( your previous post : https://www.virtualdj.com/forums/239697/x/)

Which is same as what get_status returns and displays, so you dont have to add that anywhere I guess ;-)



Thank you!
 

geposted Thu 11 Feb 21 @ 4:29 am


(Alte Themen und Foren werden automatisch geschlossen)