Background scripts

Post a reply

Visual Confirmation

To prevent automated access and spam, you are required to confirm that you are human. Please place a check mark next to all images of monkeys or apes. If you cannot see any images, please contact the Board Administrator.

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Topic review
   

Expand view Topic review: Background scripts

Re: Background scripts

Post by MM_Fan » Sun Apr 18, 2010 8:21 pm

Also see Event Logger script: viewtopic.php?f=2&t=37040

Re: Background scripts

Post by trixmoto » Sun Apr 18, 2010 10:37 am

I'm a little confused about exactly what you're trying to do, as play history is already stored in the database. What extra information are you wanting to store? It would be much more efficient for use the events such as "OnPlay" to trigger these updates, rather than have it looping continuously, although with a timer this would be possible.

Background scripts

Post by paulmarkj » Sun Apr 18, 2010 6:58 am

I'd like to write a script that runs in the background all the time (to monitor what is being played). Is this possible with VBscripts?

Basically, it would collect information about what is playing and store this in the database. I can collect the info and store it, but not as a continuous background task.

Top