ja305
11-09-2005, 07:51 AM
I'm trying to modify the tutorial that lists upcoming movies to list upcoming football games instead.
The tutorial I'm referring to is at http://www.sagetv.com/sagetvstudioInt.htm
I'm trying to modify the following line
FutureAirings = FilterByMethod(FutureAirings, "GetShowCategory", "Movie", true)
by changing the "Movie" to other things. "Sports event" works, but gives me all sporting events.
"Sports event/Football" shows up under the show information for a football game when browsing the program guide, but that returns no results.
"Football" is one of the choices for category when browsing by categories, but that returns no results either.
Could someone let me know what I'm missing?
The tutorial I'm referring to is at http://www.sagetv.com/sagetvstudioInt.htm
I'm trying to modify the following line
FutureAirings = FilterByMethod(FutureAirings, "GetShowCategory", "Movie", true)
by changing the "Movie" to other things. "Sports event" works, but gives me all sporting events.
"Sports event/Football" shows up under the show information for a football game when browsing the program guide, but that returns no results.
"Football" is one of the choices for category when browsing by categories, but that returns no results either.
Could someone let me know what I'm missing?