Project

General

Profile

Bug #2834

Recording endtime is set to same value as starttime from XML or EPG

Added by Rob vh over 9 years ago. Updated over 9 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
EPG
Target version:
-
Start date:
2015-05-10
Due date:
% Done:

100%

Estimated time:
Found in version:
3.9.2818
Affected Versions:

Description

According to tvguide.co.uk, Building the Dream on More4 runs from 10am - 11am (UK time). I used this record via xmltv: http://www.tvguide.co.uk/detail/2135634/107901223/building-the-dream#.VU83Ljfhl0w
My server is in CEST (1 hour later than UK), and I have a pre interval of 5 minutes and a post interval of 10.
This morning, right after I upgraded from 2662 to 2818, the recording started at 10:54:30 and ended at 11:10:00, so just the pre and post intervals.

I saved the dvr/log from before the upgrade. Was the entry (incorrectly) updated from the EPG (maybe disregarding the timezone?):

{
    "start": 1431248400,
    "start_extra": 0,
    "stop": 1431252000,
    "stop_extra": 0,
    "channel": "3b267603c76e7c6fea60dbff179644a8",
    "channelname": "More4",
    "title": {
        "eng": "Building the Dream",
        "und": "Building the Dream" 
    },
    "description": {
        "eng": "Charlie Luxton is commissioned by Tara Murphy and Dimiti Daras to build a thermally-efficient house on a tight budget in the Cotswolds. H
owever, a landslide puts plans in jeopardy and he begins to think the tricky hillside plot may be more trouble that it is worth." 
    },
    "pri": 0,
    "retention": 0,
    "container": -1,
    "config_name": "19b92fccc121e7d0caa86ffc23ddabc2",
    "creator": "Auto recording",
    "errorcode": 0,
    "errors": 0,
    "data_errors": 0,
    "dvb_eid": 24979,
    "noresched": false,
    "autorec": "9ba293b5f21e5dc14318cca35c49996c",
    "timerec": "",
    "content_type": 10,
    "broadcast": 69438168,
    "episode": "Season 3.Episode 4/9" 
}

and after, note how the end time was changed

{
    "start": 1431248400,
    "start_extra": 0,
    "stop": 1431248400,
    "stop_extra": 0,
    "channel": "3b267603c76e7c6fea60dbff179644a8",
    "channelname": "More4",
    "title": {
        "eng": "Building the Dream",
        "und": "Building the Dream" 
    },
    "description": {
        "eng": "Charlie Luxton is commissioned by Tara Murphy and Dimiti Daras to build a thermally-efficient house on a tight budget in the Cotswolds. H
owever, a landslide puts plans in jeopardy and he begins to think the tricky hillside plot may be more trouble that it is worth." 
    },
    "pri": 0,
    "retention": 0,
    "container": -1,
    "config_name": "19b92fccc121e7d0caa86ffc23ddabc2",
    "creator": "Auto recording",
    "filename": "/data/tv/recordings/Building the Dream/More4-Building the Dream.2015-05-10.11-00.S03E04.ts",
    "errorcode": 0,
    "errors": 0,
    "data_errors": 0,
    "dvb_eid": 0,
    "noresched": false,
    "autorec": "9ba293b5f21e5dc14318cca35c49996c",
    "timerec": "",
    "content_type": 10,
    "broadcast": 69438168,
    "episode": "Season 3.Episode 4/9" 
}
May 10 10:54:30 sat tvheadend[31586]: dvr: "Building the Dream" on "More4" recorder starting
May 10 10:54:30 sat tvheadend[31586]: mpegts: 10729V in 28.2E - tuning on STV090x Multistandard : DVB-S #3
May 10 10:54:32 sat tvheadend[31586]: subscription: 002F: "DVR: Building the Dream" subscribing on channel "More4", weight: 300, adapter: "STV090x Multistandard : DVB-S #3", network: "28.2E", mux: "10729V", provider: "BSkyB", service: "More4", profile="pass" 
May 10 10:54:32 sat tvheadend[31586]: dvr: /data/tv/recordings/Building the Dream/More4-Building the Dream.2015-05-10.11-00.S03E04.ts from adapter: "STV090x Multistandard : DVB-S #3", network: "28.2E", mux: "10729V", provider: "BSkyB", service: "More4" 
May 10 10:54:32 sat tvheadend[31586]: dvr:  #  type              lang  resolution  aspect ratio  sample rate  channels
May 10 10:54:32 sat tvheadend[31586]: dvr:  1  MPEG2VIDEO              704x576     ?                                    
May 10 10:54:32 sat tvheadend[31586]: dvr:  2  MPEG2AUDIO        eng                             ?            ?         
May 10 10:54:32 sat tvheadend[31586]: dvr:  3  MPEG2AUDIO        nar                             ?            ?         
May 10 10:54:32 sat tvheadend[31586]: dvr:  4  TELETEXT          nar                                                    
May 10 10:54:32 sat tvheadend[31586]: dvr:  5  DVBSUB            eng                                                    
May 10 10:54:32 sat tvheadend[31586]: dvr:  6  TEXTSUB           eng                                                    
May 10 10:54:32 sat tvheadend[31586]: dvr: "Building the Dream" on "More4": Updated Timer
May 10 11:09:40 sat tvheadend[31586]: epggrab: UK: Freesat - data completion timeout for 10729V in 28.2E
May 10 11:09:40 sat tvheadend[31586]: epggrab: EIT: DVB Grabber - data completion timeout for 10729V in 28.2E
May 10 11:10:00 sat tvheadend[31586]: subscription: 002F: "DVR: Building the Dream" unsubscribing from "More4" 
May 10 11:10:00 sat tvheadend[31586]: dvr: "Building the Dream" on "More4": End of program: Completed OK

History

#1

Updated by Rob vh over 9 years ago

Same happened with a recording that I created with 2818: the recording end-time was updated to be identical to the recording start-time AFTER the recording started. Also on More4.

#2

Updated by Jaroslav Kysela over 9 years ago

  • Status changed from New to Fixed
  • % Done changed from 0 to 100

Applied in changeset commit:tvheadend|e1f9b29a9a5af0ea7db62dd79bee78cecf4c7bfc.

#3

Updated by Rob vh over 9 years ago

Yes, that fixed it! Thank you.

Also available in: Atom PDF