Bug #2118
automatic recorder ignores changing the channel
0%
Description
With 3.9 i performed the following to setup my old recordings due to the HD channels carring "Now and Next" mheg data, to setup these recordings i used the channel for example "TV One + 1" the SD version but an hour delayed.
Once i had added a recording i would change the channel for the automatic recording to the HD variant.
Log is showing that it is still creating the recordings from the delayed SD channel instead of using the HD channel.
May 25 23:52:07 xbmc tvheadend[12808]: dvr: "Rheem Outdoors With Geoff" on "TV3 PLUS1": Updated Timer May 25 23:52:08 xbmc tvheadend[12808]: dvr: "Trade Zone Gone Fishin'" on "TV3 PLUS1": Updated Timer May 25 23:52:18 xbmc tvheadend[12808]: dvr: "Coastwatch" on "TV ONE plus 1": Updated Timer May 25 23:52:18 xbmc tvheadend[12808]: dvr: "The ITM Fishing Show" on "TV ONE plus 1": Updated Timer
Even though i remove the scheduled recording from the upcoming recordings they get re added with the original delayed SD channel and not the preferred HD one that i want them to use.
sample autorec from .hts/tvheadend/autorec
[pre]
{
"id": "2",
"enabled": 1,
"config_name": "",
"creator": "192.168.1.2",
"comment": "Created from EPG query",
"channel": "af0e8af023174064b059fb3224f19100",
"contenttype": 160,
"title": "The ITM Fishing Show",
"approx_time": 0,
"weekdays": [
1,
2,
3,
4,
5,
6,
7
],
"pri": "normal",
"serieslink": "crid://crid://tvnz.co.nz/1020407"
}
[/pre]
HTS Tvheadend 3.9.692~gf36be10
History
Updated by Adam Sutton over 10 years ago
- Status changed from New to Rejected
You've created a series link, not an normal regexp autorec. Series links use in stream identifiers to determine the programs to record. I'm not sure I'd have expected it to record from the SD channel (I thought there was a channel validation, though there might not be, since the series ID is enough). But I almost certainly wouldn't expect it to record stuff from the HD channel.
Try removing those entries and re-create a simple autorec with title match etc...
Adam