Bug #1221
DVR AutoRec doesn't schedule shows with subtitle/episode
100%
Description
I search EPG for Peppa Pig and setup a new recording using "Create AutoRec" button. Or create a new recording with "Peppa Pig" as the title.
http://i.imgur.com/tU3I5.png
It only adds to the DVR the showings that have no subtitle/episode info.
http://i.imgur.com/e3BrN.png
I can only add these manually per showing.
Compiled from git #9ed26c1a54 (just now) -- https://github.com/tvheadend/tvheadend/tree/9ed26c1a54a173104e2b2c714b75dc7c21036183
Debian Wheezy
Started from scratch (rm -rf /home/hts)
History
Updated by Adam Sutton about 12 years ago
Typical, I seem to be completely missing Channel 5!
Can you let me know where your EPG info is coming from? I.e. what modules you got enabled etc..
Adam
Updated by Steve Allison about 12 years ago
I was using...
{ "channel_rename": 1, "channel_renumber": 1, "channel_reicon": 1, "interval": 43200, "module": "/usr/bin/tv_grab_uk_rt", "mod_enabled": { "/usr/bin/tv_grab_uk_rt": 1, "uk_freeview": 1, "eit": 1 } }
I think the issue is XMLTV. I just fixed this issue by:
- stop tvheadend
- disable XMLTV (remove relevant lines from ~/hts/tvheadend/epggrab/config)
- delete epgdb.v2
- start tvheadend
XMLTV was adding the extra episode info and descriptions, which are nice, but seem to be giving tvheadend some trouble.
Now I have no episode info and it is adding shows correctly. We don't watch much TV in our house, apart from the kids, and they have enough recorded TV from the old setup to last them several years... so I can do some more testing with XMLTV if required.
Updated by Adam Sutton about 12 years ago
I'll try and take a look tomorrow, must admit I've not been rigorously testing XMLTV. Naughty I know! but then I'm not a big fan
Adam
Updated by Adam Sutton about 12 years ago
- Status changed from New to Fixed
- % Done changed from 0 to 100
Applied in changeset commit:5735cfd577aea4a6b92b7fd98527c78ff3ad02d3.