Posts: 182
Joined: May 2009
Reputation:
0
rdoac
Senior Member
Posts: 182
Many many thanks for sorting the directories with vdr-vnsi. However, I have noticed that the "Exit" button or "Back" doesn't work as expected on a remote. So if you go into a Series Directory, and then into the title of the episode (to check the date for instance), Exit or Back should bring you up one level, however, it takes you back to XBMC's main menu. If you then go back into LiveTV, you go back to the selected episode.
The only way to get up one level appears to be to hit backspace on the keyboard, which means getting out the chair...
Is this a skin error? I am using an MCE remote..
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
the way I implemented it, it should work the same as any other file view in xbmc (and it has nothing to do with vdr/vnsi). so backspace goes one dir up, escape goes back to the main screen. you can also map that on your remote.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
that log's looking fine.
the backspace button is mapped to ParentDir, which goes to the parent dir.
when you're pressing the PreviousMenu button, you go back to the previous window (the home screen).
so, mapping a button to ParentDir on your remote should do the trick.
isn't that the same in every file browser window?
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
same problem here. since the vdr video dir is shown in the folders i think this problem is related to the vdr-vnsi addon. this was working a week ago.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
it could be related to the changes I made to GetDirectory(). the code that showed directories was removed and I reimplemented it 2 weeks ago or so. the only change to the vdr addon was that it set the directory property in a recording entry afaik.
I'll run some tests later to verify if the code works as intended.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
haven't looked into it yet
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.