Renaming LCD.xml to lcd.xml
#1
How do i rename this file. Iv ftped into the box and everytime i rename the file to lcd.xml After a reboot it adds the LCD.xml back there along with lcd.xml like this:

lcd.xml
LCD.xml

So now im showing 2 ?
Reply
#2
why are you renaming it to lcd.xml?
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#3
it keeps jumping back to the lcdproc server screen every couple of seconds when in xbmc.
Reply
#4
Is there a way of renaming the file LCD.xml in terminal. To stop this problem.
Reply
#5
Leave it at LCD.xml. That is what it expects lcd.xml is not the same file as LCD.xml. Unlike Windows Linux is case sensitive. What it sounds like is that you have the heartbeat enabled. Check the conf file in /etc and disable it. I don't have direct access to my box otherwise I would tell you exactly where.
Reply
#6
And once again my question stands, why are you renaming it. rikkards is right, XBMC is looking for LCD.xml. If it doesn't exist, it's going to make it.
Code:
GRANT ALL PRIVILEGES ON `xbmc_%`.* TO 'xbmc'@'%';
IF you have a mysql problem, find one of the 4 dozen threads already open.
Reply
#7
In the LCDd.conf file in /etc I commented out the heartbeat entry (line 97 in mine) and I believe that stopped LCDProc from popping up the heartbeat every 5 seconds.
Reply

Logout Mark Read Team Forum Stats Members Help
Renaming LCD.xml to lcd.xml0