I have been tasked with deploying several iMacs for public display.
They will need to have an application running at all times (Serato DJ) and upon idle they should display a looped video - using saveHollywood screensaver to loop the and play the multiple video files
I have been toying with applescript for this job - I would have script run on boot. I think it should look something like this
Applescript -
tell application "Serato DJ"to activate
on idle
tell application "Serato DJ" to quit
tell application "System Events" to start current screen saver
end idle
I have to quit the application because it wont allow the screensaver to kick in - much like vlc
I know this isnt a lot to go on.
Can someone please help point me in the right direction
Any assistance would be greatly appreciated
Daniel