[mythtv] Cannot delete a recording

Anduin Withers awithers at anduin.com
Mon Jun 13 19:55:57 UTC 2005


> But then there must be some kind of difference between playback and
> delete,
> because playback worked but not delete.
> Maybe the conversion is done differently on playback? And/Or it uses a
> different table?

Same table, same function, the value during playback comes from a QDateTime
"directly" from the DB (mysql lib returning a string, which Qt then parses
into a DateTime). However, when you delete something the value is the result
of being serialized on the frontend and resurrected in the backend (through
a time_t, involving validity and DST conversions/checks).

-- 
Anduin Withers





More information about the mythtv-dev mailing list