Pause function
#1
i know this is pretty small thing but still i thought this was worth of a post. when pausing a movie with remotes pause button it would be nice if one could resume movie with remotes play button, now you can only resume with pressing pause again Smile
btw the pause function in xbmc is little different than the one in xbmp, when using pause with xbmc there is a small delay after pressing the button before the picture pauses, audio plays about 1s after the button has been pressed, i just thought why is this, if you would have used mplayers pause function there wouldnt be any delay and i think it would have been easier to implement.
#2
all you have to do is to add one line in keymap.xml, <remote>play</remote>...
it shuold then look like this:
<action>
<description>pause</description>
<id>12</id>
<gamepad>back</gamepad>
<remote>pause</remote>
<remote>play</remote>
</action>
#3
moved to "support (help)".
read the xbmc online-manual, faq and search the forums before posting! do not e-mail the xbmc-team asking for support!
read/follow the forum rules! note! team-xbmc never have and never will host or distribute ms-xdk binaries/executables!

Logout Mark Read Team Forum Stats Members Help
Pause function0