2011-01-16, 12:02
Is there any documentation floating around regarding what the valid values are for some of the integers passed across the PVR interface? I can't validate that the build of the MythTV PVR Addon has the right values for the following without trawling through the XBMC code that uses it. I'm hoping someone else might have already done the cheat sheet and can put that information somewhere.
PVR_PROGINFO
int genre_type;
int genre_sub_type;
int parental_rating;
PVR_TIMERINFO
int index;
int active;
int recording;
int repeat;
int repeatflags;
Some of the PVR interfaces have doxygen docs on the variables, which is great. Would be fantastic if that work could be extended to all of the structures.
PVR_PROGINFO
int genre_type;
int genre_sub_type;
int parental_rating;
PVR_TIMERINFO
int index;
int active;
int recording;
int repeat;
int repeatflags;
Some of the PVR interfaces have doxygen docs on the variables, which is great. Would be fantastic if that work could be extended to all of the structures.