TO GIBMAN_dk Build 19192 "active recordings" problem with recording set as manual (1 Viewer)

iosub

Portal Pro
April 26, 2006
572
30
San Sebastian
Hi Gibman
the new "active recording" is good idea but has a litle bug
If a schedule recording is for show "House" but on todays guide there is no guide for that channel, then the show is set as "manual"
If the show is set as manual it does not apear on the "active recordings " and also it gives a error on error.log

Log attached
Iosu

I have change the code on Tvhome.cs line 1463
string programTitle="";
//string programTitle = ch.CurrentProgram.Title.Trim();// default is current EPG info
if (ch.CurrentProgram !=null) programTitle = ch.CurrentProgram.Title.Trim();// default is current EPG info

and now it works!

Hope it helps
 

Users who are viewing this thread

Top Bottom