Opened 21 years ago
Closed 21 years ago
Last modified 21 years ago
#527 closed patch (fixed)
tv_grab_ee changes
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
Please add this patch to mythfilldatabase: http://www.version6.net/mythtv/mythfilldatabase-tv_grab_ee.diff
tv_grab_ee is changed and returns all data in one run now. It takes quite long to read and parse XML and it is not good idea to run it 10 times (as it des at the moment)
-- Cougar
Change History (4)
comment:1 by , 21 years ago
| Version: | → head |
|---|
comment:2 by , 21 years ago
You never know, how much data do you get. The source is already in XMLTV format and is built every day (cronjob in server). This server side gets data directly from database where new schedules are added when they become available (depends on channel, there are many sources where data comes in).
Old grabber does work OK (it grabs 10 days by default if --days is not given). But it was never included in XMLTV package so this is not a big problem anyway. There are not much peaople in Estonia who use MythTV and tv_grab_ee (as it comes from my site I know).
comment:3 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:4 by , 21 years ago
From user point of view, it is not less efficient as you get always as much as possible data that is avalable at this moment. Only drawback is that mythfilldatabase should recheck all already known programs that are in MySQL database already. The new grabber works like a filter and I tested that running it 7 or 10 or 14 times tooks much more time (because of XML parsing inside perl) than let mythfillbackend do the job only one time :-)

Does the old tv_grab_ee still work?
Returning data for two weeks of listings every night seems very broken.