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
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
Ethiopia