[mythtv-commits] Ticket #2071: tv_grab_es doesn't work anymore

MythTV mythtv at cvs.mythtv.org
Tue Jul 18 17:41:00 UTC 2006


#2071: tv_grab_es doesn't work anymore
--------------------------------+-------------------------------------------
 Reporter:  oscar at naiandei.net  |       Owner:  ijr 
     Type:  defect              |      Status:  new 
 Priority:  minor               |   Milestone:  0.20
Component:  mythtv              |     Version:  head
 Severity:  medium              |  
--------------------------------+-------------------------------------------
 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

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/2071>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list