> If the entries were created by an autorec rule then I'd expect it to have an autorec id inside the double quotation marks, such as
>
> "autorec": "3200417b0dd21dd26605632c6e6732aa"
OK, but I certainly haven't recorded these programmes manually.
> Perhaps post the contents of the file.
You mean the log entry/file? Here's 3940e299b517efaecfe72b0dd96f72ad
{
"enabled": false,
"start": 1552524900,
"start_extra": 0,
"stop": 1552528200,
"stop_extra": 0,
"channel": "75d76db8d13d3e041fd2068bf94f65a9",
"channelname": "Paramount Network",
"title": {
"eng": "The Strain"
},
"subtitle": {
"eng": "Eph and Nora fight to save Captain Redfern's life before coming face-to-face with
the horrifying effects of the virus. (S1 Ep 3)"
},
"description": {
"eng": "Eph and Nora fight to save Captain Redfern's life before coming face-to-face with
the horrifying effects of the virus. (S1 Ep 3)"
},
"pri": 2,
"retention": 0,
"removal": 0,
"playposition": 0,
"playcount": 0,
"config_name": "c8748fb66bc1e566107c88bb6167f2a6",
"creator": "127.0.0.1",
"errorcode": 204,
"errors": 0,
"data_errors": 0,
"dvb_eid": 0,
"noresched": false,
"norerecord": false,
"fileremoved": 0,
"autorec": "",
"timerec": "",
"parent": "",
"child": "",
"content_type": 0,
"broadcast": 0,
"comment": "Auto recording: Created from EPG query"
}
> Yes a substring regex will match a longer one
Good; I'm pretty familiar with regex so I'm glad they work as I expect. What I still don't understand is whether they have any effect at all. How do they interact with the serieslink (see code snippet in post #3). I think what I'd like is that the system used my regex to determine what to record and didn't use series links at all. Most important to me is a system that is predictable and since series links are hidden from me, I don't want them influencing behaviour. I think that regex have sufficient power; I don't see what series links bring to the party.
> I'd possibly shutdown tvheadend, move the "epgdb.v2" file aside (which contains your whole EPG) such as "mv epgdb.v2 epgdb.v2.old", and restart and rescan for EPG.
I'm happy to restart TVH at a time when it's idle. How do I 'rescan for EPG'? Is that something TVH just does for itself or do I have to do anything?