As expected the modified scheduled recording for "Layer Cake" was magically updated to a single 55 minute recording.
How about setting a massive
What happens if we set 1 minute padding before and 2 minutes plus the intermission and part 2 padding after? Apparently
How about setting a massive
ulPostOffset
to cover the intermission and second part, obviously at the cost of losing Accurate Recording (if that's actually Accurate on "Sony Movies", not supported by the missing chunks at the end of last week's Pulp Fiction Pt1)? Today we are being offered Brazen, a 55 minute + 50 minute split show with a 5 minute intermission.What happens if we set 1 minute padding before and 2 minutes plus the intermission and part 2 padding after? Apparently
aulEventToRecordInfo
doesn't know about padding so doesn't have to be adjusted.
Code:
# sqlite3 /var/lib/humaxtv/rsv.db
SQLite version 3.27.2 2019-02-25 16:06:06
Enter ".help" for usage hints.
sqlite> .mode line
sqlite> select * from TBL_RESERVATION where ulslot = 1;
ulslot = 1
ersvtype = 3
hsvc = 65555
nsttime = 1586289600
szsttime = 00000000000000
nduration = 3300
erepeat = 0
usevtid = 6718
szevtname = Braven
ulPreOffset = 0
ulPostOffset = 0
ulProgramId = 0
ulSeriesId = 0
ucVolume = 0
ucInputMode = 0
usChNum = 0
ucRecKind = 2
ucCRIDType = 49
szCRID = WWW.MOVIEMIX.CO.UK/X4680336
szFPBRecPath =
szRecordedProgCrid =
szEventToRecord = 1WWW.MOVIEMIX.CO.UK/X4680336#01|1WWW.MOVIEMIX.CO.UK/X4680336#01|
aulEventToRecordInfo =
bRecomRsv = 0
usLastRecordedEvtId = 0
eReady = 30
sqlite> update TBL_RESERVATION set ulPreOffset=60, ulPostOffset=3420, ucRecKind=1, szEventToRecord='1WWW.MOVIEMIX.CO.UK/X4680336|' where ulslot = 1;
sqlite>