I'm working on a dvd burner plugin for PVRX2 and I want to get the recording description for the DVD title menu. Any example code of getting the description from the database?
If you look at the source code for the 'manage recordings' page of the web admin, you'll see how it retrieves a list of recordings, and calls getProgramme() to see if it has an associated programme, if so it can call getTitle(), getSubTitle(), getDescription() etc.
This source code is included with the normal GB-PVR release in the 'web' sub directory.