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
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#31
2006-12-27, 09:44 PM
I am using lately the LogMeIn to control the PVR remotely, but this is more for real maintenance or similar.
For normal playback, I find it (or any other PC Remote control software) a bit overkill. Also, when video or visualization starts, then usually you have a problem.

I was more looking for a solution that would be a RF Remote Control replacement, so I can sit at my desk (the dinning table... Smile ) and play music, or pause, or whatever, w/o turning on the TV and having to walk there to do it.

Again, it's not something of life and death. Logmein and alike could do. But would be cool to have it.
* 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
#32
2007-01-03, 10:31 PM
Hey madcat,

I finally got around to looking at the source. I've tweaked the UI and some code of the client to make it more user friendly. (It's also sized at the resolution of a PocketPC screen.)

Are you still interested in this project?

Regards,
HTPCGB
Server:
[SIZE="1"]Intel E2180@2GHZ| 4 GB RAM | PVR150 Retail | Vista Home Premium | GBPVR 1.3.7[/SIZE]
kaizen
Offline

Member

Posts: 113
Threads: 6
Joined: Jul 2006
#33
2007-01-03, 11:34 PM
HTPCGB Wrote:Hey madcat,

I finally got around to looking at the source. I've tweaked the UI and some code of the client to make it more user friendly. (It's also sized at the resolution of a PocketPC screen.)

Are you still interested in this project?

Regards,
HTPCGB

I don't know about madcat, but I'm definitely interested. I have two PocketPCs (Ipaq and Cingular/HTPC) I could test it on, but only one that has WIFI built in at the moment. If it worked well enough, I would go out and get a wifi card for the Ipaq.

I don't program so I can't compile and use your source, but I might be able to help with graphics and/or documentation...
HTPCGB
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2006
#34
2007-01-04, 01:15 AM
kaizen Wrote:I don't know about madcat, but I'm definitely interested. I have two PocketPCs (Ipaq and Cingular/HTPC) I could test it on, but only one that has WIFI built in at the moment. If it worked well enough, I would go out and get a wifi card for the Ipaq.

I don't program so I can't compile and use your source, but I might be able to help with graphics and/or documentation...
I'm glad that you're interested. At the moment, I'm still working on the server end of things. (Madcat's server didn't seem to work with my setup.) The client also needs to be ported tot he PocketPC platform.

One of the eventual goals is to make the client skinnable. I'm sure you could help with the button graphics.

To Sub/Developers: Which parts of the API should I look at for controlling the currently playing media stream?
Server:
[SIZE="1"]Intel E2180@2GHZ| 4 GB RAM | PVR150 Retail | Vista Home Premium | GBPVR 1.3.7[/SIZE]
madcat
Offline

Senior Member

Posts: 634
Threads: 104
Joined: Apr 2006
#35
2007-01-04, 05:28 PM
Well, I'm "half interested". It's not burning me anymore to have it (even the one I created and works here I don't use often).

If it did what I mentioned (show feedback on client screen of menu selection and song/folder list), AND ran on a PC, then I'd probably be interested.

1) Feel free to play around and abuse that code (don't forget to include my name for credit, heh? :p )
2) I don't mind helping in coding. I'm not sure that menu feedback is possible with the current API (Sub? are you reading our "Developers" [wannabes?] threads? Can you comment?)
* 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]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#36
2007-01-04, 05:37 PM
Quote:2) I don't mind helping in coding. I'm not sure that menu feedback is possible with the current API (Sub? are you reading our "Developers" [wannabes?] threads? Can you comment?)
There currently isnt any notification of the currently selected menu items. You can get notification of the current channel or video file or music file, but thats about it.
HTPCGB
Offline

Member

Posts: 215
Threads: 15
Joined: Jun 2006
#37
2007-01-04, 09:03 PM
Hey sub,

So far I've been able to get volume +/-, stop, and skip +/- working using just the GBPVR API. I've tried the following to pause the currently playing video.
Code:
PluginHelperFactory.getPluginHelper().GetActiveVideoPlayer().pause();
However, it doesn't seem to do anything. You've previously posted that this part of the API isn't meant to be called by a plugin. Do you plan on adding plugin-friendly playback functionality within the next few releases?

Cheers,
HTPCGB
Server:
[SIZE="1"]Intel E2180@2GHZ| 4 GB RAM | PVR150 Retail | Vista Home Premium | GBPVR 1.3.7[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#38
2007-01-04, 11:16 PM
Quote:However, it doesn't seem to do anything. You've previously posted that this part of the API isn't meant to be called by a plugin. Do you plan on adding plugin-friendly playback functionality within the next few releases?
To be honest, probably not. Maybe in some future release though. Its just not a high priority for me and I'm really busy.
RoyN
Offline

Junior Member

Posts: 22
Threads: 2
Joined: Dec 2006
#39
2007-01-06, 01:23 AM
I guess this makes it quite difficult to open GBPVR even more... I've been thinking of how a CQC driver could be developped for gbpvr, but it would most probably rely on some tcp server (such as the one for the ppc), but without full 2-way comm it wouldnt be too useful....
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,807
Threads: 769
Joined: Nov 2003
#40
2007-01-06, 02:27 AM
Sorry, I can understand your desire to have all sorts of APIs added to GB-PVR, but its from past experience I've added lots of APIs developers have requested and they never end up getting used by anything that ever gets released to the public - so it ends up being a large time commitent on my part for no gain for the community.

That said, if I see developers are serious about implementing something and have concrete plans for what exactly they'll need - then I definitely try to accommodate this. Its hard to commit my limited development time for features may or may not be used in the future, or may only have benefit to a very small number of users.
« 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 3,104 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,576 2020-11-14, 08:01 PM
Last Post: sub
  Remote control example code? drmargarit 4 3,930 2018-04-21, 11:24 PM
Last Post: drmargarit
  API help - remote control greg in kansas 0 2,717 2016-07-04, 03:54 PM
Last Post: greg in kansas
  TitanTv Remote Schedule For GBPVR UncleJohnsBand 51 34,578 2015-08-20, 05:11 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,653 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,018 2014-11-14, 02:05 AM
Last Post: Benoire
  Remote client logout timeout. mvallevand 2 2,616 2014-10-28, 12:55 AM
Last Post: mvallevand
  API docs to help with plugin development? McBainUK 3 2,893 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,340 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