Navigating the recordings
#1
xbmc-pvr-git commit: c4a42f6c64517646a10a
backend: vdr/vnsi

I have problem navigating the recordings. Once you click on a recording there is no way to go back.
The let says i have recordings called Simpsons i click on it:
Simpsons
---Simpsons 2011-03-02
---Simpsons 2011-04-02
...................................
Then I'm stuck there i can't go back to the other recordings, i can only watch whatever is in the Simpons recordings directory. Pressing the back button on the remote take you to Home-screen.

It used to have file-manager functionality, at the top is missing "..." and back button on the remote used to take you one step back.
Reply
#2
This appears to be fixed in the current git. However, you can go back by hitting backspace on a keyboard in the meantime..
Reply
#3
rdoac Wrote:This appears to be fixed in the current git. However, you can go back by hitting backspace on a keyboard in the meantime..

False, commit: c4a42f6c64517646a10a is latest commit in PVR.
Reply
#4
Ah, sorry about that. We had this error about a month ago, then it was fixed when I pulled the latest git last Tuesday. I guess it's broken again. I applied a patch for a slingbox to xbmc-pvr last week, as will probably stick with what I have for the time being... Does the backspace on a keyboard work?
Reply
#5
it is still working. the default configuration maps the <back> button to action 'ParentDir'.
Reply
#6
The backspace on keyboard takes you to ParentDir but not with MCE remote it take you to Home-screen.

Backspace: DEBUG: OnKey: backspace (f008) pressed, action is ParentDir

Back:
Code:
16:58:01 T:3044169536 M:1204051968   DEBUG: LIRC: Update - NEW at 176243:000000037ff07bdc 00 Back mceusb (Back)
16:58:01 T:3044169536 M:1204051968   DEBUG: OnKey: 216 (d8) pressed, action is PreviousMenu
16:58:01 T:3044169536 M:1204051968   DEBUG: CGUIWindowManager::PreviousWindow: Deactivate
16:58:01 T:3044169536 M:1204051968   DEBUG: ------ Window Deinit (MyPVR.xml) ------
16:58:02 T:3044169536 M:1204584448   DEBUG: CGUIWindowManager::PreviousWindow: Activate new
16:58:02 T:3044169536 M:1204584448   DEBUG: ------ Window Init (Home.xml) ------
16:58:02 T:3044169536 M:1204584448    INFO: Loading skin file: Home.xml
16:58:02 T:3044169536 M:1204535296   DEBUG: Load Home.xml: 43.21ms


here is the default remote.xml https://pastee.org/6jv59
Reply
#7
check your lircmap.xml. what button of your MCE is mapped to <back>?
lirc buttons are mapped to xbmc buttons which are mapped to actions.
Reply
#8
<back>Back</back>

Lircmap.xml: https://pastee.org/yzwjp
Reply
#9
I think i found the problem i had custom Lircmap.xml and remote.xml in .xbmc i think it need some updating i completely forgot about it.
stupid me... Blush
Reply

Logout Mark Read Team Forum Stats Members Help
Navigating the recordings0