[mythtv-users] Hauppauge PVR questions

Stephen Worthington stephen_agent at jsw.gen.nz
Sat Oct 12 01:57:38 UTC 2013


On Fri, 11 Oct 2013 13:03:23 -0400 (EDT), you wrote:

>
>On a related topic, does the backend store which tuner a recording was
>made on?  If so, is it terribly hard to expose that in a theme?

That information is only in the logs.  I use this script:

http://www.mythtv.org/wiki/Which_recorder.pl

installed into my backend status page on mythweb to display it.  I had
to modify it to make it work with the current log file format.  I
commented out the big if at line 45 and replaced it with this:

    if (/^([A-Z][a-z][a-z] [ 0-9]\d \d\d:\d\d:\d\d) .* Tuning
recording: (.*): channel (\d+) on cardid (\d+), sourceid (\d+)/)

See here for how to make it work with mythweb:

http://www.mythtv.org/wiki/Miscellaneous_Status_Information

Of course, that only makes available the information in the current
log file, so if you need to use it a long time after the recording was
made it will be gone.


More information about the mythtv-users mailing list