Tested on:
Frodo RC 2
Transparency 5.0.3 skin
Windows 7
I have been looking at a way to be able to jump straight to the EPG: Timeline View and also straight to recordings from the main menu on my home screen
I have been playing around with my favourites .xml and then attaching that as a menu item within transparency but I cannot find the correct window name for either EPG TImeline or Recordings.
Does anyone know them?
Here is what I figured out from playing around with it
My first choice was pvrosguide for the EPG but it doesn't seem to do anything
Here is how I am creating the favourite.xml
Thanks
Frodo RC 2
Transparency 5.0.3 skin
Windows 7
I have been looking at a way to be able to jump straight to the EPG: Timeline View and also straight to recordings from the main menu on my home screen
I have been playing around with my favourites .xml and then attaching that as a menu item within transparency but I cannot find the correct window name for either EPG TImeline or Recordings.
Does anyone know them?
Here is what I figured out from playing around with it
Code:
mypvr - TV Channels
pvrguideinfo - Programme Info
pvrrecordinginfo- Programme Info
pvrtimersetting - looks broken (maybe a skin problem)
pvrchannelmanager - Channel Manager
pvrguidesearch - Search Guide
pvrosdchannels - Doesn't do anything
pvrosdguide - Doesn't do anything
My first choice was pvrosguide for the EPG but it doesn't seem to do anything
Here is how I am creating the favourite.xml
Code:
<favourites>
<favourite name="EPG View" thumb="someicon.jpg">ActivateWindow(pvrosdchannels)</favourite>
</favourites>
Thanks