2014-12-21, 06:48 PM
sub Wrote:Here is updated components you guys can try. It seems to do the job for the databases I tried from TheFritz and Nickaka.
I think there's still an issue with this, even after applying this patch.
When I do Bulk Map (on a fresh list ofchannels), and I select XMLTV, select my file, and map it to the proper channel, the rest of the channels do indeed automap (whereas they didn't prior to this patch).
However, the auto-mapped channel listings don't associate themselves with the correct .xml file.
I checked in the .db3 SQLite DB and noticed the tag for file was just <file></file>, when it should have been <file>R:\NextPVR\EPG\TVGUIDE.xml</file>.
As a workaround (for now), I manually ran the SQL: UPDATE "CHANNEL" SET epg_mapping = REPLACE(epg_mapping, '<file></file>', '<file>R:\NextPVR\EPG\TVGUIDE.xml</file>')