Ticket #979: tv_grab_cz.diff

File tv_grab_cz.diff, 2.4 KB (added by pstehlik@…, 18 years ago)
  • themes/default/categories.xml

     
    193193  <catcolor category="Musical" color="turquoise3"></catcolor>
    194194  <catcolor category="Ecologia" color="ForestGreen"></catcolor>
    195195  <catcolor category="Novela" color="MediumTurquoise"></catcolor>
     196
     197  <!-- Categories introduced by tv_grab_cz -->
     198  <catcolor category="Zpravy" color="DarkOrange3"></catcolor>
     199  <catcolor category="Dokument" color="goldenrod"></catcolor>
     200  <catcolor category="Sport" color="DarkCyan"></catcolor>
     201  <catcolor category="Film" color="Blue"></catcolor>
     202  <catcolor category="Pro deti" color="MediumSlateBlue"></catcolor>
     203  <catcolor category="Serial" color="DarkOrchid"></catcolor>
     204  <catcolor category="Zabava" color="MediumTurquoise"></catcolor>
    196205</categorycolors>
  • libs/libmythtv/videosource.cpp

     
    774774        grabber == "tv_grab_no" || grabber == "tv_grab_pt" ||
    775775        grabber == "tv_grab_ee" || grabber == "tv_grab_be_tvb" ||
    776776        grabber == "tv_grab_be_tlm" || grabber == "tv_grab_is" ||
    777         grabber == "tv_grab_br")
     777        grabber == "tv_grab_br" || grabber == "tv_grab_cz")
    778778       
    779779    {
    780780        cerr << "You _MUST_ run 'mythfilldatabase --manual the first time, "
     
    898898
    899899    addTarget("tv_grab_br", new XMLTV_generic_config(parent, "tv_grab_br"));
    900900    grabber->addSelection("Brazil", "tv_grab_br");
     901
     902    addTarget("tv_grab_cz", new XMLTV_generic_config(parent, "tv_grab_cz"));
     903    grabber->addSelection("Czech Republic", "tv_grab_cz");
    901904}
    902905
    903906VideoSource::VideoSource()
  • programs/mythfilldatabase/filldata.cpp

     
    29232923                 xmltv_grabber == "tv_grab_be_tvb" ||
    29242924                 xmltv_grabber == "tv_grab_be_tlm" ||
    29252925                 xmltv_grabber == "tv_grab_is" ||
    2926                  xmltv_grabber == "tv_grab_br")
     2926                 xmltv_grabber == "tv_grab_br" ||
     2927                 xmltv_grabber == "tv_grab_cz")
    29272928        {
    29282929            // Grabbers supporting the --offset option
    29292930