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] Documentation on valid values for integers passed across PVR interfaces?
dteirney
Team-XBMC Developer Posts: 820 Joined: Jul 2007 Reputation: 6 Location: New Zealand |
Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database! |
| find quote |
dteirney
Team-XBMC Developer Posts: 820 Joined: Jul 2007 Reputation: 6 Location: New Zealand |
2011-01-17 11:27
Post: #2
genre_type are all the EVCONTENTMASK_* defines.
Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database! |
| find quote |
margro
Fan Posts: 536 Joined: Oct 2009 Reputation: 16 Location: The Netherlands |
2011-01-18 23:35
Post: #3
I did already some reverse engineering for both structs for my MediaPortal PVR client.
You are right about the genre type definitions. The PVR_TIMERINFO fields are completely based on the VDR backend. The VDR documentation can be used as a guideline. See also the comments in https://github.com/margro/xbmc-antiquate...timers.cpp Grt, Marcel Developer of the MediaPortal PVR addon and the Argus-TV PVR-addon. Unofficial XBMC Windows builds with PVR (Dharma, Eden and Frodo). http://www.scintilla.utwente.nl/~marcelg/xbmc |
| find quote |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 25 Location: Heerlen, The Netherlands |
2011-01-18 23:45
Post: #4
I'm documenting each and every method and class property I'm touching now. I'm not using doxygen notation, but that can be changed easily later.
opdenkamp / dushmaniac xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)] personal website: [link] Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log. If you like my work, please consider donating to me and/or Team XBMC. |
| find quote |

Search
Help