XBMC EPG info incorrect/not synced etc - 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: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: XBMC EPG info incorrect/not synced etc (/showthread.php?tid=149106) |
XBMC EPG info incorrect/not synced etc - ozooha - 2012-12-21 I have flushed out the mythtvdatabase with fresh xmltv info twice as well as reinstalled xbmc twice on my xbmcbuntu but still have the EPG info all incorrect. Steps in cleaning out mythtvdatabase: mysql -D mythconverg -u mythtv -p delete from channel; delete from program; quit then use mythfilldatabase --refresh all --file --sourceid 1 --xmlfile <xmltv.xml> I checked this in the mythweb and saw that everything was aligned and proper. Then I did a fresh reinstall of xbmc sudo apt-get purge xbmc sudo apt-get autoremove sudo apt-get autoclean sudo apt-get clean sudo apt-add-repository ppa:team-xbmc/unstable sudo apt-get update sudo apt-get install xbmc Added the cmythtv addon....actually to think of it it was already there didn't have to add the mythtv addon and saw that EPG on it was still incorrect. Is there something I need to do to ensure that I have completely uninstalled xbmc? Or for that matter I might have missed out on any steps etc while uninstalling? You thoughts, suggestion, insights, critiques welcomed so please help as I am almost there with my htpc with xbmc. Thanks. OZooHA RE: XBMC EPG info incorrect/not synced etc - ozooha - 2012-12-22 Uninstalling the .xbmc folder did the trick after doing an entire purge. sudo rm -rf ~/.xbmc |