Cannot get remote to control AV delay - HELp
#1
this is my code for the calbiration part

<window>
<description>movie calibration specific actions</description>
<id>11</id>
<action>
<description>swap calibration arrows</description>
<id>47</id>
<gamepad>a</gamepad>
<remote>select</remote>
</action>
<action>
<description>reset the calibration</description>
<id>48</id>
<gamepad>black</gamepad>
<remote>info</remote>
</action>
<action>
<description>change resolution</description>
<id>57</id>
<gamepad>white</gamepad>
<remote>title</remote>
</action>
</window>

<window>
<description>ui calibration specific actions</description>
<id>10</id>
<action>
<description>reset the calibration</description>
<id>48</id>
<gamepad>black</gamepad>
<remote>info</remote>
</action>
</window>

<window>
<description>select dialog specific actions (cddb lookups etc.)</description>
<id>2000</id>
<action>
<description>close window</description>
<id>51</id>
<gamepad>back</gamepad>
<remote>back</remote>
</action>
<action>
<description>decrease audio delay</description>
<id>54</id>
<gamepad>lefttrigger</gamepad>
<remote>7</remote>
</action>
<action>
<description>increase audio delay</description>
<id>55</id>
<gamepad>righttrigger</gamepad>
<remote>9</remote>
</action>

</window>
</keymap>

it will not allow me to control the av sync - works fine with left and right trigger.

any ideas?
#2
hmm, think i looked into this before and came out with nothing...

whats wrong using << and >> on remote?

*edit*
wait a sec... do you wanna controll av sync outside video osd?
if so you have to put your

Quote:<action>
 <description>decrease audio delay</description>
 <id>54</id>
 <gamepad>lefttrigger</gamepad>
 <remote>7</remote>
</action>
<action>
 <description>increase audio delay</description>
 <id>55</id>
 <gamepad>righttrigger</gamepad>
 <remote>9</remote>
</action>
inside <description>fullscreen video specific actions</description> instead...
#3
thanks - will try and see
#4
couldn't get it to work.

is the basic idea that the controller and remote assignments are preset and cannot be changed?
#5
what? i tried it and it worked...

could you try
Quote:<action>
<description>decrease audio delay</description>
<id>54</id>
<remote>7</remote>
</action>
<action>
<description>increase audio delay</description>
<id>55</id>
<remote>9</remote>
</action>
without the <gamepad>tags and make sure they are in "fullscreen video specific actions" and also check so you have removed them from "select dialog specific actions (cddb lookups etc.)"

Logout Mark Read Team Forum Stats Members Help
Cannot get remote to control AV delay - HELp0