EyeTV finally fixed one bug and i try to use this new code:
tell application "EyeTV" to set live_tv_all_info to program info of player_window 1
It returns:
{|currentShow|:{|startTime|:date “Monday, April 14, 2008 1:45:00 AM”, |endTime|:date “Monday, April 14, 2008 2:30:06 AM”, title:“News”, |shortDescription|:“News Now”}, |nextShow|:{|startTime|:date “Monday, April 14, 2008 2:30:06 AM”, |endTime|:date “Monday, April 14, 2008 3:00:00 AM”, title:“Weather”, |shortDescription|:“Weather Now”}}
I’m never seen code like that. How i can extract any information from that mess? I have tried everything, but nothing works, unless i parse thru letter by letter.
There must be some code like this:
set whateva to shortDescription of currentShow