2009-01-14

Isa43.1b-3a.au3 ~ exe

This is an example of how to play a scripture verse using RealPlayer and the BibleGateway. On the BibleGateway, I right-clicked a 'listen' link and saved the 'SMIL' reference. I edited that file to include a &Start and an &End parm(by default reads whole chapter) and saved it to a Google site (so I could play it from most anywhere).

Then I created this script, compiled, & scheduled executable(through Windows Task Scheduler).
;-
; Desc:  Play verse using RealPlayer & AutoIt
;-
BlockInput(1);Disable input 'til RP start...
Run('"C:\Program Files\Real\RealPlayer\realplay.exe" ' & _
  'http://sites.google.com/' & _
  'site/' & _
  'mikebeeesifighterverses/' & _
  'set-d/' & _
  'Isa43.1b-3a-esv.smil')
While Not WinExists("Real")
 Sleep(55);...wait for RP
WEnd
If WinExists("Real") Then
 WinActivate("Real")
 Send("{AltDown}{Space}N{AltUp}");...minimize
EndIf
BlockInput(0)
Sleep(36000);...wait expected duration
If WinExists("Real") Then
 WinKill("Real")
EndIf

LibriVox's New Releases

Blog Archive

Powered By Blogger