[mythtv-users] Damaged recording not reported in BE log

Bill Meek keemllib at gmail.com
Wed Jan 11 03:47:59 UTC 2012


Hi;

On the 8th, I had a recording marked damaged. So I looked in
/var/log/mythtv/mythbackend.20120108... and searched for its
score, but didn't find anything.

But six other recordings that weren't damaged reported like this one:

   TVRec::FinishedRecording(NUMB3RS) good recq:<RecordingQuality overall_score="1" \
   key="1021_2012-01-08T23:30:00" countinuity_error_count="0" packet_count="60803114"

In: libs/libmythtv/tv_rec.cpp line 807 (v0.25pre-4031-g7731993), the following:

   LOG((recq->IsDamaged()) ? VB_RECORD : VB_GENERAL ...

says that only good recordings will have an entry at the general
verbose setting, but the -v record must be used to get info on
damaged recordings.

Looks like VB_RECORD and VB_GENERAL are reversed.

Is this a ticket or design intent?

-- 
Bill


More information about the mythtv-users mailing list