Hichhiker, I've been playing with the cache files using alpha 3. With trial and error, I've only been able to get working Program.Description, Program.MovieYear and Program.Actor.
The funny thing about Program.MovieYear is that when on the TIVO, accessing the listing under Computer DVR, it doesn't show it. Yet transfer the program to the TIVO and it shows Movie Year just fine.
I have had no luck in getting Program.MpaaRating working at all. Have you gotten other descriptive terms to work? I've been adding the terms to the end of the cache file. (Just thinking, maybe there must be something else defined like IsMovie to get the movie descriptions to work. Something to try.)
Also, I've had no luck making xml files to work with alpha 4. Have you gotten anything to work with that?
Thanks.
****** EDIT
Got xml file working. Started by using your sample xml file.
Program.MpaaRating values are:
0 = "No Rating"
1 = G
2 = G
3 = PG-13
4 = R
5 = X
6 = NC-17
Can't get Progam.Episode to not appear as TRUE.
Here's the xml file that I've been playing with:
Code:
<Program.Description>At New York's Central Park Zoo, a lion (Stiller), a zebra (Rock), a giraffe (Schwimmer), and a hippo (Smith) are best friends and stars of the show. But when one of the animals goes missing from their cage, the other three break free to look for him, only to find themselves reunited ... on a ship en route to Africa. When their vessel is hijacked, however, the friends, who have all been raised in captivity, learn first-hand what life can be like in the wild.</Program.Description>
<Program.EpisodeTitle></Program.EpisodeTitle>
<Program.IsEpisode>0</Program.IsEpisode>
<Series.Title></Series.Title>
<Program.Title>Madagascar</Program.Title>
<Program.Actor>Chris Rock, Ben Stiller, David Schwimmer, Jada Pinkett Smith</Program.Actor>
<Program.StarRating>3</Program.StarRating>
<Program.TvRating></Program.TvRating>
<Station.CallSign>HBO</Station.CallSign>
<Station.Name>HBO</Station.Name>
<Station.TmsId>9999999</Station.TmsId>
<Program.OriginalAirDate>13361</Program.OriginalAirDate>
<Program.ShowType>2</Program.ShowType>
<Program.MpaaRating>6</Program.MpaaRating>