XBMC EPG info incorrect/not synced etc
#1
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




Reply
#2
Uninstalling the .xbmc folder did the trick after doing an entire purge.
sudo rm -rf ~/.xbmc
Reply

Logout Mark Read Team Forum Stats Members Help
XBMC EPG info incorrect/not synced etc0