[mythtv-commits] Ticket #11758: mythtranscode can not recognice time relative to GMT
MythTV
noreply at mythtv.org
Tue Nov 19 15:59:40 UTC 2013
#11758: mythtranscode can not recognice time relative to GMT
----------------------------------+--------------------------
Reporter: olavjuhl@… | Owner: wagnerrp
Type: Bug Report - General | Status: assigned
Priority: minor | Milestone: 0.26.2
Component: Plugin - MythArchive | Version: 0.26
Severity: medium | Resolution:
Keywords: | Ticket locked: 0
----------------------------------+--------------------------
Comment (by jzigpublic@…):
I'm now running v0.27-93-gb0c1c97. I still get the same error,
mythtranscode cannot find the recording. If I patch the new mythburn.py
with this one-line-patch it works fine, so it looks like it still needs
one more modification. And perhaps the version number inside mythburn.py
could be updated, too.
--- mythburn.py 2013-09-23 18:09:40.000000000 -0500
+++ mythburn.py.zig 2013-09-26 07:50:53.479406824 -0500
@@ -1426,7 +1426,7 @@
data.description = rec.description
data.rating = str(rec.stars)
data.chanid = rec.chanid
- data.starttime = rec.starttime.isoformat()
+ data.starttime = rec.starttime.utcisoformat()
cutlist = rec.markup.getcutlist()
if len(cutlist):
--
Ticket URL: <http://code.mythtv.org/trac/ticket/11758#comment:9>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list