EDIT: Tällänen nyt saatiin aikaan, mutta ei tuo poista noita nauhoituksia EyeTV:stä eikä kylläkään tee automaattisestikkaan exporttausta nauhotuksen jälkeen.
Koodi: Valitse kaikki
set destFolder to "Macintosh HD:Users:marbo:Sites:Videot:"
tell application "EyeTV"
set bbTest to false
repeat with myCounter from 1 to count recordings
set thisTitle to title of item myCounter of recordings
export from item myCounter of recordings to file (destFolder & thisTitle & ".mp4") as MPEG4 replacing yes
end repeat
repeat
delay 10
set busyList to recordings whose busy is true
if busyList is {} then exit repeat
end repeat
delete recordings
end tell