doze
2008-10-31, 20:56
Here's another stupid question. Obviously I'm using the video plug-ins little bit differently as they are designed to use, so you could say that I'm doing it all wrong and would be better off with a script, BUT: :)
Is it possible to control where we return from a virtual folder when selecting ".." item. Let me explain more what I'm doing.. I'm creating a video plug-in to use xbox xbmc as my DVB/IP-TV box. I have a IP-TV setup called SaunaVisio from my internet provider (Saunalahti, Finnish company) what offers recording through streaming. So I have created a video plugin what parses the HTML page that they offer and makes views for recordings, schedules, epg and livetv in xbmc as virtual folders.
Now the problem what I have is with the EPG "view" folder. I have made it like this:
(These are all virtual folders that points back to my plugin with url parameters)
EPG
|
|-Channel 1
| |
| |-Next day (virtual folder that creates next day's program listing)
| |-Previous day (same as above but for previous day)
| |-Program 1
| |-Program 2
| |- .........
|
|-Channel 2
|-.........
So if I go to view the programs from Channel 1 and select the next day for couple times, when I want to come back to the channel listing, I need to, of course, select back (..) multiple times as I have been going through multiple virtual folders and it steps all them back one by one.
What I'd like to do is any of these:
* To be able to set the url for the ".." item temporarily, so that it would always return to the channel listing when browsing programs.
* To be able to say how many folders back the ".." should go eg. same as javascript:history.go(-n) for internet browsers.
* To be able to temporarily disable the system that tracks where ".." should go from a virtual folder and use the latest know position.
So.. is any of these possible?
Is it possible to control where we return from a virtual folder when selecting ".." item. Let me explain more what I'm doing.. I'm creating a video plug-in to use xbox xbmc as my DVB/IP-TV box. I have a IP-TV setup called SaunaVisio from my internet provider (Saunalahti, Finnish company) what offers recording through streaming. So I have created a video plugin what parses the HTML page that they offer and makes views for recordings, schedules, epg and livetv in xbmc as virtual folders.
Now the problem what I have is with the EPG "view" folder. I have made it like this:
(These are all virtual folders that points back to my plugin with url parameters)
EPG
|
|-Channel 1
| |
| |-Next day (virtual folder that creates next day's program listing)
| |-Previous day (same as above but for previous day)
| |-Program 1
| |-Program 2
| |- .........
|
|-Channel 2
|-.........
So if I go to view the programs from Channel 1 and select the next day for couple times, when I want to come back to the channel listing, I need to, of course, select back (..) multiple times as I have been going through multiple virtual folders and it steps all them back one by one.
What I'd like to do is any of these:
* To be able to set the url for the ".." item temporarily, so that it would always return to the channel listing when browsing programs.
* To be able to say how many folders back the ".." should go eg. same as javascript:history.go(-n) for internet browsers.
* To be able to temporarily disable the system that tracks where ".." should go from a virtual folder and use the latest know position.
So.. is any of these possible?