NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 28 29 30 31 32 93 Next »
Pocket PC Remote Plugin

 
  • 0 Vote(s) - 0 Average
Pocket PC Remote Plugin
RoyN
Offline

Junior Member

Posts: 22
Threads: 2
Joined: Dec 2006
#21
2006-12-19, 08:06 AM
Hi guys... is this dead?

I'm very interested!

Is there any API to talk to GBPVR? I wanted to develop a control system using the Charmed Quark Controller (http://www.charmedquark.com)... This would allow the CQC remote control server to control one or more GBPVR machines...

Basically I wanted just control for the user of one station, like a remote control, only CQC allows this to be done on touchscreens, and such, and is network based (so unlike IR remotes, you get feedback and stuff)...

It would be nice if GBPVR had some sort of IP-based API that could communicate, send and recieve information from another application. is there some sort of layer like this?

Thanks!
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,686
Threads: 767
Joined: Nov 2003
#22
2006-12-19, 03:26 PM
Quote:Is there any API to talk to GBPVR?
Yes, as evidenced by the tons of plugins we have available.

Quote:It would be nice if GBPVR had some sort of IP-based API that could communicate, send and recieve information from another application. is there some sort of layer like this?
There is no IP based API (unless you cound the web admin GUI), but there is nothing to stop you developing one.
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#23
2006-12-21, 03:10 AM
Tommi

I have developed a simple TCP controller for GBPVR (plugin, acting as TCP server, plus a basic WinAMP-like GUI).

First, it was perliminary, wasn't too stable yet. but worked. Would display the Chennel being played, or song, etc. but no video/audio.

It was several versions ago, doesn't work now, but I guess I just need to fix it. Since then, I uninstalled the IDE... so not really working on it.

[ATTACHMENT NOT FOUND] (you can see i'm not much of a graphic designer?)

At least for several of the actions, I had to actually send the "keystrokes" as I couldnt find another way in the API.

Server/Client were in C#.

This was not for a PocketPC - it was designed for a PC (I don't have a PocketPC...)
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
HTPCGB
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2006
#24
2006-12-21, 08:54 PM
madcat Wrote:Tommi
It was several versions ago, doesn't work now, but I guess I just need to fix it. Since then, I uninstalled the IDE... so not really working on it.
If that's the case, could you make the source available?
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#25
2006-12-22, 02:55 PM
I recompiled it, and seems to work. Like I said, it's not perfect, but if it can help someone...
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
RoyN
Offline

Junior Member

Posts: 22
Threads: 2
Joined: Dec 2006
#26
2006-12-25, 11:39 PM
cool, will you continue development? are you going to release the source?
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#27
2006-12-26, 12:52 AM
RoyN Wrote:cool, will you continue development? are you going to release the source?

Well, this IS the source. What did you mean "release"?

Not sure about going on.
1) I think it's missing something. It's cool to pause or jump FW or RW, but there's no menu navigation (I mean, you can, with the arrows, but that's not it - you can't tell where you are...).
2) Is there realy an interest in the public? :o
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
RoyN
Offline

Junior Member

Posts: 22
Threads: 2
Joined: Dec 2006
#28
2006-12-26, 02:37 AM
Hmm... I'd definitely be interested! Smile

Maybe in some way this can be added to the web project... I mean adding an interface that can create a web remote, this would enable any platform to be used as a remote (from cell phones to PDAs, to wireless tablets, to mounted touchscreens and even a full fledged PC)... Maybe few people will comment on this thread, but I'm sure that the solution would be picked up by many... it would be awesome to have a PPC remote in lieu of the standard MCE remote, just like XBMC has...PPCs are real cheap right now, you can get an older model with wifi and have a very nice touchscreen remote that is bi-directional... (obviously the above doesnt take into account any modifications that would need to be done to gbpvr itself so the plugin can access music/video lists, etc...)

Anyways, the way it is, as a server on a tcp port it is already quite portable to do the above...

I didnt download it so I didnt see the source... I'll download it and look at it as soon as I can... this is in VB, right?
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#29
2006-12-26, 08:15 PM
RoyN Wrote:Hmm... I'd definitely be interested! Smile

Maybe in some way this can be added to the web project... I mean adding an interface that can create a web remote, this would enable any platform to be used as a remote (from cell phones to PDAs, to wireless tablets, to mounted touchscreens and even a full fledged PC)... Maybe few people will comment on this thread, but I'm sure that the solution would be picked up by many... it would be awesome to have a PPC remote in lieu of the standard MCE remote, just like XBMC has...PPCs are real cheap right now, you can get an older model with wifi and have a very nice touchscreen remote that is bi-directional... (obviously the above doesnt take into account any modifications that would need to be done to gbpvr itself so the plugin can access music/video lists, etc...)
Yeah, web interface sounds cool too. For me it would be the same (and yes, like u say, it will be even more portable). It's like having an RF remote, but a 2-directional, so you can see what u'r doing.

RoyN Wrote:Anyways, the way it is, as a server on a tcp port it is already quite portable to do the above...

I didnt download it so I didnt see the source... I'll download it and look at it as soon as I can... this is in VB, right?
It's in C# (client and server).
* Rogers Analog Cable [Canada]
* Hauppauge WintTV PVR USB2
* IBM Thinkpad T42 / 1GB Mem / Centrino 1.6Ghz / 60GB HD / ATI Mobility Radeon 7500 + VGA/DVI out
* MCE Remote + Keyboard
* Win XP SP2 / GBPVR [Latest version. always]
* Pioneer HDTV via VGA (1360x768)
* MS Remote Keyboard
* Logitech Harmony 880 [via MS Remote Control Reciever]
folkboat
Offline

Member

Posts: 110
Threads: 31
Joined: Oct 2005
#30
2006-12-27, 06:05 PM
Yes. indeed a hook into GBPVR for PPC would be outstanding.

The IPAQ RX3115 has a program "Nevo" which can control via IR all components ie: TV, Receiver, DVD.............. also via wifi it can launch a server side application WMP10 and play MP3's without the need for the TV screen. VERY COOL. You can see cover art on the PPC as well as control volume and songs played!!

Tried it with EWA and GBPVR directly - no joy........OTOH I have logged into GBPVR via "logmein.com and was able to scale the screen to fit!! Little tiny GBPVR screen on the PPC.

Regards
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,825 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,350 2020-11-14, 08:01 PM
Last Post: sub
  Remote control example code? drmargarit 4 3,769 2018-04-21, 11:24 PM
Last Post: drmargarit
  API help - remote control greg in kansas 0 2,651 2016-07-04, 03:54 PM
Last Post: greg in kansas
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 33,656 2015-08-20, 05:11 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,460 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,906 2014-11-14, 02:05 AM
Last Post: Benoire
  Remote client logout timeout. mvallevand 2 2,524 2014-10-28, 12:55 AM
Last Post: mvallevand
  API docs to help with plugin development? McBainUK 3 2,771 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,094 2013-03-24, 08:03 PM
Last Post: imilne

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

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

Linear Mode
Threaded Mode