Ticket #1615: mythtv-mythfilldatabase-handle_eitonly_sources.patch

File mythtv-mythfilldatabase-handle_eitonly_sources.patch, 653 bytes (added by sphery <mtdean@…>, 18 years ago)
  • programs/mythfilldatabase/filldata.cpp

     
    31723172                }
    31733173            }
    31743174        }
     3175        else if (xmltv_grabber == "eitonly")
     3176        {
     3177            VERBOSE(VB_IMPORTANT,
     3178                    "Source configured to use only the transmitted guide data. "
     3179                    "Skipping.");
     3180        }
    31753181        else if (xmltv_grabber == "/bin/true" ||
    31763182                 xmltv_grabber == "none" ||
    31773183                 xmltv_grabber == "")