NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 25 26 27 28 29 … 93 Next »
Who would be interested in helping with a plugin install utility?

 
  • 0 Vote(s) - 0 Average
Who would be interested in helping with a plugin install utility?
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#11
2009-01-27, 10:48 PM
Fatman_do Wrote:The weather plugin uses a method to look for updates and will notify users if there is a newer version. The source may be up to date on the wiki for some ideas on how to accomplish some of this.
The easiest way would be to use WebClient() to check a webpage like /Plugin/version.txt which would only have the latest version number in it like "1.3.11". Then parse that version number and compare it to the currently loaded version of the plugin.
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#12
2009-01-27, 11:31 PM
sub Wrote:Its pretty much only me that could add this functionality. I have also wanted to add something like this (from webservice running on gbpvr.com), and have discussed it here a couple of years back, but it never seemed to make it high enough up the priority list to get implemented. Maybe one day though.

in the mean time, a plugin could be written to download a plugin and install it (can you run a msi without any windows popup windows? dont really want to see that on a HTPC) and then just restart the PVRX2 interface - the plugin would say "Would you like to restart PVRX2?" (or something).

the only thing that would be left to do, is make the plugin completely configurable from within the plugin (remove the need to launch the config app).

so we would need
1. a service
2. a way to register a plugin on the service, which a version number (using standard x.x.x.x version would probably be best)
3. a plugin to check this service and download them

the "windows service" i dont think is needed, a simple plugin could do this, auto updates isnt something i would want to have running, a plugin could stop working all of a sudden and the user would have no idea why. a simple notification of updated would do (something like the iphone, change the plugin name on the main menu to say "Plugins (2 Updates)" or somethign)
mkenyon2
Offline

Senior Member

Posts: 715
Threads: 208
Joined: Dec 2006
#13
2009-01-28, 04:14 PM
Sub... how would you feel about donated code... we write something... because we know you're busy and we want to give back... that you could include in GBPVR. Of course you can't give us the source code, wouldn't ask that, but perhaps if we put together a web service and an assembly that would talk to each other. Then all you'ld have to do is the integration.

I've been thinking lately of what would it take to get this project more main-stream, and really, not much. It seems the only thing keeping it from being more heavily adopted is marketing. What I'm saying is, I think this is a great project, and I'd love to see it continue to grow and be promoted, and anything I could do to help I would.

Anyway... you've incorporated EWA into the main install, perhaps if we help put this together you could incorporate it in as well.
Currently Running: 1.4.7
[SIZE="1"]HTPC:
Motherboard: ASUS P5LD2 Mobo w/ 945P chipset / CPU: Intel P4 3.0GHz
RAM: 3GB RAM / Video: ASUS Radeon X300SE 128Mb PCIx 16
Tuner(s): ATI TV 650 Dual (PCIx)
OS: Win XP Pro SP3[/SIZE]

[SIZE="1"]Feeding:
2 - Wired MVP[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#14
2009-01-28, 04:36 PM
reven Wrote:in the mean time, a plugin could be written to download a plugin and install it (can you run a msi without any windows popup windows? dont really want to see that on a HTPC) and then just restart the PVRX2 interface - the plugin would say "Would you like to restart PVRX2?" (or something).

the only thing that would be left to do, is make the plugin completely configurable from within the plugin (remove the need to launch the config app).

so we would need
1. a service
2. a way to register a plugin on the service, which a version number (using standard x.x.x.x version would probably be best)
3. a plugin to check this service and download them

the "windows service" i dont think is needed, a simple plugin could do this, auto updates isnt something i would want to have running, a plugin could stop working all of a sudden and the user would have no idea why. a simple notification of updated would do (something like the iphone, change the plugin name on the main menu to say "Plugins (2 Updates)" or somethign)

The plugin name would also need to be added to the config.xml file as a "menu task" (if it finds it is not there already). This is what causes it to show up in the menu.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#15
2009-01-29, 07:36 PM
I think an expanded idea would be to include GB-PVR patches (including descriptions) and other utilities and skins.

I've always thought that whenever a new version of community skin was rolled out, the combined package download was excessive if you just wanted one updated skin...

Integrating with GB-PVR would be great, but perhaps its better to approach it similar to the EWA project, where it hooks on the outside and can be updated and used independantly. Certainly for GB-PVR patches, it would be better for an independant program, so that it may be able to heal a broken GB-PVR install.
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#16
2009-01-29, 07:53 PM
zehd Wrote:I think an expanded idea would be to include GB-PVR patches (including descriptions) and other utilities and skins.

I've always thought that whenever a new version of community skin was rolled out, the combined package download was excessive if you just wanted one updated skin...

Integrating with GB-PVR would be great, but perhaps its better to approach it similar to the EWA project, where it hooks on the outside and can be updated and used independantly. Certainly for GB-PVR patches, it would be better for an independant program, so that it may be able to heal a broken GB-PVR install.

yeah i agree, the community skin is excessive, if you could download a bare minimum version of that skin, and then download "themes" for that skin, via a plugin within gbpvr, that would be cool.

just wondering, is anyone actually going to take the lead on this? or are we all just talking about what would be cool, but no one is actually going to do it?
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#17
2009-01-29, 08:51 PM
reven Wrote:yeah i agree, the community skin is excessive, if you could download a bare minimum version of that skin, and then download "themes" for that skin, via a plugin within gbpvr, that would be cool.

just wondering, is anyone actually going to take the lead on this? or are we all just talking about what would be cool, but no one is actually going to do it?

I thought I saw your hand go up, Reven!!!
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#18
2009-01-29, 09:32 PM
zehd Wrote:I thought I saw your hand go up, Reven!!!

too busy on the videos plugin and the gbpvrlibrary Smile
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#19
2009-01-29, 11:06 PM
zehd Wrote:I've always thought that whenever a new version of community skin was rolled out, the combined package download was excessive if you just wanted one updated skin...

We have gone to incremental updates several months ago, and are going to bust out the themes as separate downloads in the future. Just FYI more than anything else.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#20
2009-01-29, 11:29 PM
Fatman_do Wrote:We have gone to incremental updates several months ago, and are going to bust out the themes as separate downloads in the future. Just FYI more than anything else.

now just imagine if you could download and install a new theme from with gbpvr Smile and now someone make it Smile
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 3,218 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,822 2020-11-14, 08:01 PM
Last Post: sub
  Script Helper Utility JavaWiz 2 2,529 2020-05-25, 11:00 AM
Last Post: Graham
  VIdeo playback from plugin mvallevand 5 3,788 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 3,111 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,978 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,599 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 2,109 2013-03-12, 06:48 AM
Last Post: psycik
  Faking NPVR install for dev machine? reven 12 4,582 2012-10-30, 07:17 AM
Last Post: reven
  Plugin problems with started from the command line mvallevand 11 5,503 2012-08-12, 07:56 PM
Last Post: sub

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

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

Linear Mode
Threaded Mode