[mythtv-users] How to tell which tuner was used

John Veness John.Veness.myth at pelago.org.uk
Tue May 13 20:26:24 UTC 2008


Michael T. Dean wrote:
> On 05/12/2008 04:18 PM, John Veness wrote:
>> Is there any way to find out which tuner was used to record a particular 
>> programme? I'm having occasional problems on some of my recordings, and 
>> I'm trying to work out if it's a particular tuner, or a particular DVB-T 
>> mux, or what.
> 
> TTBOMK, only by parsing the backend logs and looking for lines like:
> 
> 2008-05-11 19:59:43.370 Started recording: The Simpsons "Mona Leaves-a": 
> channel 1351 on cardid 1, sourceid 1
> 
> or--if you have database logging enabled--with something like:
> 
> SELECT * FROM mythlog WHERE module = 'scheduler' AND message LIKE  
> '%Started recording%'
> 
> Though chances are your logs will go back farther (and I only seem to 
> have those "Started recording" log messages in the DB for recordings 
> from my master backend--but that could be user configuration error...).
> 
> Mike

Thanks. Shame there isn't just a property of the recording I can check, 
as matching log entries to recording entries can be hard, especially for 
old recordings. Looking in the recordings table, it looks like it would 
need extra columns to store the cardid (or whatever is required), but 
I'm no coder!

Cheers,

John

-- 
John Veness, MythTV user, UK, DVB-T


More information about the mythtv-users mailing list