advancedsettings and remoterepeat
#1
i have some doubt about the autorepeat strings.
i use an old xbox remote control on xbmc and i have the problem of the key repeat. i know tha this is a known problem.
i use this advancedsettings.xml.

Quote:<advancedsettings>
<audio>
<defaultplayer>paplayer</defaultplayer>
</audio>
<videolibrary>
<cleanonupdate>true</cleanonupdate>
</videolibrary>
<videoscanner>
<ignoreerrors>true</ignoreerrors>
</videoscanner>
<useddsfanart>
<useddsfanart>true</useddsfanart>
</useddsfanart>
<remoterepeat>
<remoterepeat>2500</remoterepeat>
</remoterepeat>

<splash>
<splash>false</splash>
</splash>
</advancedsettings>

i have two questions.
is my code wrote in the right way?
the autorepeat string works?
thankyou

i'm runing a nigtly of the 17th of november on windows vista
Reply
#2
What software are you using to make the XBox remote work on Windows?

JR
Reply
#3
sorry you are right.
i'm using EventGhost_0.4.1.r152 with the XBMCrepeat plugin and the remote driver are XBCDRCv028.
i found a tutorial here in the forum.
peppe
Reply
#4
I don't think the doubled-up tags work. You don't need to put:
Code:
<remoterepeat>
<remoterepeat>2500</remoterepeat>
</remoterepeat>
Just:
Code:
<remoterepeat>2500</remoterepeat>
It might be preventing xbmc from seeing the value.

The same goes for useddsfanart and splash, although they might accidentally be producing the right results (just for the wrong reasons).
Reply
#5
i really don't know, i'm totally noob about writing a xml code.
i have read the wiki and collected the commands that i need.
the only control is to launch the file with IE ed see if it is visualized without errors.
i try your suggestion.
peppe

EDIT

done! but the remote have always the key repeat issue
peppe
Reply
#6
peppe_sr Wrote:i use an old xbox dvd remote control on xbmc and i have the problem of the key, i'm using EventGhost_0.4.1.r152 with the XBMCrepeat plugin and the remote driver are XBCDRCv028.
i found a tutorial here in the forum.

i'm increasing the value but i have no result.

Quote:<remoterepeat>3500</remoterepeat>

could someone suggest me something.
peppe
Reply

Logout Mark Read Team Forum Stats Members Help
advancedsettings and remoterepeat0