`%s` | Program subtitle | Afternoon
`%p` | Program episode | S02.E07
`%d` | Program description | News and stories…
+`%g` | Program content type | Current affairs
`%e` | Error message | Aborted by user
`%S` | Start time stamp of recording, UNIX epoch | 1224421200
`%E` | Stop time stamp of recording, UNIX epoch | 1224426600
{ .id = "s", .getval = dvr_sub_subtitle },
{ .id = "p", .getval = dvr_sub_episode },
{ .id = "d", .getval = dvr_sub_description },
+ { .id = "g", .getval = dvr_sub_genre },
{ .id = "c", .getval = dvr_sub_channel },
{ .id = "e", .getval = dvr_sub_last_error },
{ .id = "C", .getval = dvr_sub_creator },