[SOLVED] channel_mappings.xml - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VBox TV Gateway (https://forum.kodi.tv/forumdisplay.php?fid=233) +---- Thread: [SOLVED] channel_mappings.xml (/showthread.php?tid=233448) |
[SOLVED] channel_mappings.xml - t2ffn - 2015-07-27 So I'm having another crack at this external EPG malarkey, and have generated a tvguide.xml using XMLTV, pointed the PVR app at it and all my channels disappear in Kodi. I suspect this could be due to the channel naming in Vbox channel list vs channel naming in the tvguide.xml, and see in the wiki there is a channel_mappings.xml file that tries to link non-matching names, however when I open this file it shows, well, nothing much: Code: <?xml version="1.0" encoding="UTF-8"?> So I wonder if anyone has a demo channel_mappings.xml schema (google failed me, or I it) so I can try manually mapping them. Thanks RE: channel_mappings.xml - t2ffn - 2015-07-27 Ah, google saved me by searching for xmltvmap: <?xml version="1.0" encoding="UTF-8"?> <xmltvmap> <mapping vbox-name="Yle TV1" xmltv-name="Yle TV1"/> <mapping vbox-name="Yle TV2" xmltv-name="Yle TV2"/> <mapping vbox-name="MTV3 HD" xmltv-name=""/> <mapping vbox-name="Nelonen HD" xmltv-name=""/> ... </xmltvmap> RE: channel_mappings.xml - t2ffn - 2015-07-28 Still not working so looking for any input from users that have this working. Vbox channel list looks like: (sample) Code: #EXTM3U tvguide.xml looks like: (sample) Code: <?xml version="1.0" encoding="utf-8"?> I've tried mapping the channel_mappings as: Code: <?xml version="1.0" encoding="UTF-8"?> or Code: <?xml version="1.0" encoding="UTF-8"?> and neither work, no channels are imported. What am I doing wrong? Thanks RE: channel_mappings.xml - negge - 2015-07-28 Remove the mapping file and start Kodi once (let the addon load completely), then close Kodi. It should generate a default mapping file. Then you basically just fill in the blanks. If this doesn't work for some reason, can you post a debug log (wiki)? RE: channel_mappings.xml - t2ffn - 2015-07-28 Spot on, I was missing the restart step. Thanks |