NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) MVP & NMT v
« Previous 1 … 110 111 112 113 114 115 Next »
Assigning buttons

 
  • 0 Vote(s) - 0 Average
Assigning buttons
Paulp33
Offline

Member

Posts: 88
Threads: 14
Joined: Mar 2004
#1
2004-08-21, 11:03 PM
I now have webscheduler working with my MVP using the hauppauge software and would like to get the same going in GBPVR. In the MVP software it is simply a matter of assigining the rec button to the html page for WS by editing the media.html file. Is there an equivalent file I can edit in GBPVR to do the same thing?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,717
Threads: 767
Joined: Nov 2003
#2
2004-08-21, 11:58 PM
[b Wrote:Quote[/b] ]Is there an equivalent file I can edit in GBPVR to do the same thing?
Not really. My software is quite different from the Hauppauge software. My software enables me to have a much richer user interface than the original Hauppauge software, but it can be as easily modified by the end user.

What sort of thing are you trying to do and I'll see if I can accomodate.
Paulp33
Offline

Member

Posts: 88
Threads: 14
Joined: Mar 2004
#3
2004-08-22, 05:47 AM
The WS server listens on port 8080 so the code to add to media.html at the end of the elseif statements in the onKeyDownMenu function is

else if (keyCode == 127) //rec
{
document.location.href = "http://localhost:8080/MVPMenu.html"

if (event ! = null)
{
event.returnValue=false;
event.keyCode=0;
event.cancelBubble=true;
}
return false;
}

To call the WS page (MVPMenu) when the rec button is pressed.

Thanks
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,717
Threads: 767
Joined: Nov 2003
#4
2004-08-22, 06:11 AM
But what do you actually want GB-PVR to do?

This javascript code actually doesnt really seem to do anything itself, but I'm guessing it means something in the context of running within the normal Hauppauge software. There is no HTML in GB-PVR so I need to understand what this does, and provide you the same result another way.

What is webscheduler?



Paulp33
Offline

Member

Posts: 88
Threads: 14
Joined: Mar 2004
#5
2004-08-24, 01:30 AM
I've emailed you the readme for webscheduler to tell what it does. I can email you the whole program if you want. It is basically a java based tool for scheduling recordings from DVB-T cards with BDA drivers. It runs as a service and is controlled from html pages so you set your schedules from a web browser. The programmer has written a keyboard interface option that makes it suitable to run from the mediaMVP with a few modifications to the coding. The service running the MVP just needs to be able to call the html page with the KBinterface (I have actually had to fiddle with the code to make the hauppauge keys work as the programmer got rid of his MVP and stopped supporting it).

For my purpose all that GBPVR has to do is call the WS page (WS runs as a service that is listening on port 8080 of the host PC) so that I can see and work in it from the mediaMVP. This is what the java code above does, when I press the rec button on the remote the hauppauge screen disappears and is replaced with the WS page (MVPMenu).
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  PCH Skip/Rewind Buttons Not Working Durring Playback Tony 4 4,170 2013-03-31, 12:24 AM
Last Post: Tony
  Haup remote buttons remapped during video playback medic29 2 1,648 2009-02-10, 04:49 AM
Last Post: medic29
  Play vs Resume Buttons replaytv 3 1,648 2007-03-05, 03:55 AM
Last Post: sub
  MVP Remote and Quick Jump Buttons bspisak 4 1,809 2007-02-24, 04:12 PM
Last Post: sub
  Guide / Info Buttons Hunter Sun 1 1,295 2005-09-20, 04:46 AM
Last Post: sub
  MediaMVP Video Playback Resume & Numeric 'Jump-to' Buttons insysnet 1 1,216 2005-06-01, 12:27 PM
Last Post: stefan
  MyMusic Menu Buttons saintalan 18 5,303 2005-04-20, 04:13 PM
Last Post: Dai

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode