2015-01-13, 03:11 PM
ScrawnyB Wrote: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>')
Can you outline how you accomplished this workaround? How did you connect to the DB? I was going to try to use SQLite Manager w/Firefox, but not sure how to connect.
With 400+ channels and the channel detail pages loading slowly, my patience does not cooperate with manually mapping each channel.