Opened 19 years ago
Closed 19 years ago
#2071 closed defect (fixed)
tv_grab_es doesn't work anymore
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | tv_grab_es_laguiatv, tv_grab_es, spanish grabber |
Cc: | Ticket locked: | no |
Description
The Spanish grabber (tv_grab_es) doesn't work anymore (and in my opinion, will never work again, as the original maintainer is not active).
We should change it to use the new Spanish grabber, which works fine: tv_grab_es_laguiatv.
For what I've seen, tv_grab_es is defined in:
304: grabber == "tv_grab_fi" || grabber == "tv_grab_es" || 402: addTarget("tv_grab_es", new XMLTV_generic_config(parent, "tv_grab_es")); 403: grabber->addSelection("Spain", "tv_grab_es"); >>>>>>>>>>> libs/libmythtv/videosource.cpp
2562: else if (xmltv_grabber == "tv_grab_es") 2623: xmltv_grabber == "tv_grab_es" || 2830: xmltv_grabber == "tv_grab_fi" || xmltv_grabber == "tv_grab_es" || >>>>>>>>>>> programs/mythfilldatabase/filldata.cpp
Hope this helps
Note:
See TracTickets
for help on using tickets.
(In [10653]) Add tv_grab_es_laguiatv.
Closes #2071.