Going "back" from a video playing

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
debennett2 Offline
Member
Posts: 82
Joined: Jan 2006
Reputation: 0
Location: Cleveland, OH
Post: #1
After following XBMC for years and toying around I finally committed to using XBMC fulltime. So I setup my firefly with eventghost, got some automation setup and everything seems to be working rather nicely thus far....however, the button on my remote that executes the "BACK" command does not go "BACK" when a ideo is playing. I haveto hit a button mapped to "DISPLAY" to get the same desired effect. NOT intuitive at all.

This is with Eden and the default skin of course. Anyone have any insight into this other than live with it? It's not WAF or guest-friendly at all.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #2
BACK reverses all your previous movements.

ie Home > Videos > Movies > Play movie < Movies < Videos < Home

[Image: sig_zps3af3b48e.jpg]
find quote
debennett2 Offline
Member
Posts: 82
Joined: Jan 2006
Reputation: 0
Location: Cleveland, OH
Post: #3
Hitcher Wrote:BACK reverses all your previous movements.

ie Home > Videos > Movies > Play movie < Movies < Videos < Home

Not true. If a movie is playing, "Back" is trying to skip around the movie....not actually go back
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,935
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #4
Not for me it doesn't.

[Image: sig_zps3af3b48e.jpg]
find quote
jhsrennie Offline
Team-XBMC Developer
Posts: 7,237
Joined: Nov 2008
Reputation: 117
Location: Chester, UK
Post: #5
debennett2 Wrote:Not true. If a movie is playing, "Back" is trying to skip around the movie....not actually go back

If that's the case either your remote is not sending a backspace when you press the back button, or you've have manually added a mapping for the <backspace> key.

A debug log will show us what is going on. Enable debug logging from System settings, System, Debugging, and restart XBMC then wait a minute or two for all the startup tasks to finish. Start a video, then press the Back button on the remote. Note the time you do this so we can find the keypress in the log. Now stop the video and close XBMC.

Open the debug log by pressing Windows-R and in the Run dialog type:

"%appdata%\xbmc\xbmc.log"

(including the quotes). Click OK and the log should open in Notepad. Copy and paste the log into http://pastebin.com/ and post the link it gives you here.

Alternatively, if you grab ShowKey from http://xbmcmce.sourceforge.net/ this will show you exactly what keypress the back button is sending.

JR
find quote