Page 1 of 1

The Adele Story bad recording [solved]

Posted: Mon Jan 16, 2017 9:40 am
by PhilB
Did anyone happen to record The Adele Story, channel 5, 1st January at 17.35?
We did, but instead had a recording of Dirty Dancing.

I am trying to gather what I can from the database but did anyone else record this programme, successfully or otherwise?
Phil

Re: The Adele Story bad recording

Posted: Mon Jan 16, 2017 6:39 pm
by PhilB
An update:

I just managed to grab scheduling data from the database via API in time (it subsequently seems to have been purged) and have come to the conclusion that there was
a change of schedule which was either not transmitted in the EIT or (more likely) which was missed because the backend was powered off as I use API wake-up.

The recording has about 30 minutes of first part 'Dirty Dancing', the news, all of the second half of DD, then an announcement of 'Strongest Man is next'.
The backend log shows that it recorded at the right time.

Here are extracts from the schedule and the backend log:

<StartTime>2017-01-01T13:25:00Z</StartTime>
<EndTime>2017-01-01T15:30:00Z</EndTime>
<Title>Disney's 101 Dalmatians</Title>

<StartTime>2017-01-01T15:30:00Z</StartTime>
<EndTime>2017-01-01T16:30:00Z</EndTime>
<Title>Dirty Dancing</Title>

<StartTime>2017-01-01T16:30:00Z</StartTime>
<EndTime>2017-01-01T16:35:00Z</EndTime>
<Title>5 News in Film</Title>

<StartTime>2017-01-01T16:35:00Z</StartTime>
<EndTime>2017-01-01T17:35:00Z</EndTime>
<Title>Dirty Dancing</Title>

<StartTime>2017-01-01T17:35:00Z</StartTime>
<EndTime>2017-01-01T19:00:00Z</EndTime>
<Title>The Adele Story</Title>

<StartTime>2017-01-01T19:00:00Z</StartTime>
<EndTime>2017-01-01T19:55:00Z</EndTime>
<Title>World's Strongest Man Final</Title>


Jan 1 17:31:00 myth mythbackend: mythbackend[1636]: N Scheduler autoexpire.cpp:264 (CalcParams) AutoExpire: CalcParams(): Max required Free Space: 17.0 GB w/freq: 14 min
Jan 1 17:31:00 myth mythbackend: mythbackend[1636]: I Scheduler scheduler.cpp:2689 (HandleRecordingStatusChange) Tuning recording: "The Adele Story": channel 1005 on cardid 1, sourceid 1
Jan 1 17:31:01 myth mythbackend: mythbackend[1636]: I CoreContext scheduler.cpp:704 (UpdateRecStatus) Updating status for "The Adele Story" on cardid 1 (Tuning => Recording)
Jan 1 17:31:01 myth mythbackend: mythbackend[1636]: I TVRecEvent tv_rec.cpp:4130 (TuningNewRecorder) TVRec[1]: rec->GetPathname(): '/var/lib/mythtv/recordings/1005_20170101173100.mpg'
Jan 1 17:33:39 myth mythbackend: mythbackend[1636]: I Scheduler scheduler.cpp:2139 (HandleReschedule) Reschedule requested for MATCH 0 1 0 2017-01-01T19:00:00Z EITScanner
Jan 1 17:33:39 myth mythbackend: mythbackend[1636]: I Scheduler scheduler.cpp:2252 (HandleReschedule) Scheduled 42 items in 0.1 = 0.02 match + 0.00 check + 0.08 place

I think this is solved.

Phil