njumzs / mythdroid

Automatically exported from code.google.com/p/mythdroid
0 stars 0 forks source link

Not Showing Cutlist on Progress Bar #118

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of MythDroid were you using?
0.6.3

Which version of MDD?
0.6.3

Which version of MythTV were you using? (e.g. mythfrontend --version)
MythTV Version : v0.26.1-25-gc46a303
MythTV Branch : fixes/0.26
Network Protocol : 75
Library API : 0.26.20130225-1

What steps will reproduce the problem?
1. Record program
2. Confirm commercials flagged
3. Play program; display mythdroid remote

What is the expected output? What do you see instead?
Expected: commercials displayed on progress bar in yellow/gold
Observed: no commercials depicted

Please provide any additional information below.
E.g. Channel 1002 at 7pm CDT.  The file name is 1002_20131022000000.mpg.
mdd.log:
Mon 21 Oct 19:53:02 - Debug -   -> CMSG: CUTLIST 1002 1382400000
Mon 21 Oct 19:53:02 - Debug -   <- CMSG: OK
Mon 21 Oct 19:53:02 - Debug -   <- CMSG: CUTLIST DONE
db:
Note Unixtime:
SELECT TYPE, mark FROM recordedmarkup WHERE chanid = 1002 AND 
starttime = FROM_UNIXTIME( 1382400000) AND (TYPE = 4 OR TYPE = 5) 
ORDER BY mark
[no rows returned]
SELECT TYPE, mark FROM recordedmarkup WHERE chanid = 1002 AND 
starttime = FROM_UNIXTIME( 1382418000) AND (TYPE = 4 OR TYPE = 5) 
ORDER BY mark
4   0
5   178
4   16059
5   19544
4   48598
5   54242

I am in TZ=CDT, -5:00.  I think I read somewhere that mythtv 0.26 is now using 
"GMT times" in a new or different way.

Original issue reported on code.google.com by john.clo...@gmail.com on 22 Oct 2013 at 1:35

GoogleCodeExporter commented 8 years ago
P.S. In case it's not clear, I began observing these issues (117 and 118) when 
I upgraded mythtv from 0.25 to 0.26 just the other day.  I think they both 
might be related  to the TZ thing but I can't quite pin them down.

Original comment by john.clo...@gmail.com on 22 Oct 2013 at 11:27