While i was coding on my windows filters for mythtv i found something odd. When it opens a file (or url) it sends a CHECK_RECORDING message to the backend. I'm testing with livetv running on my epia frontend, so in my case i should be finding a recorder with the program.
The problem is that CHECK_RECORDING always returns with a zero even when it should not. What i did was to add lots of debugging output in EncoderLink::MatchesRecording to check where it was failing. The problem seems to be the line: tvrec->recstartts == rec->recstartts This is not true even if the debug output using tvrec->recstartts.toString(Qt::ISODate) and rec->recstartts.toString(Qt::ISODate) was the same. Maybe they are off by a few miliseconds and thats why they are not equal? _______________________________________________ mythtv-dev mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
