NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 54 55 56 57 58 … 93 Next »
Screen saver plugin - Beta testers required

 
  • 0 Vote(s) - 0 Average
Screen saver plugin - Beta testers required
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#1
2006-05-22, 07:45 PM (This post was last modified: 2012-03-01, 01:23 PM by McBainUK.)
Attached is the first version of a Screen Saver plugin.

Download and instal, then come back here and tell me what you think of it. All comments/suggestions welcome. If you find a bug post also Smile

To use it as a screen saver you need to have this line in your config.xml file
<ScreenSaverPlugin>Screen Saver</ScreenSaverPlugin>

ps. Requires v0.4 of UI Elements and a recent version of Jeff's common utils libary (both avaiable on the wiki)
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#2
2006-05-22, 07:48 PM
I am a sucker for new plugins.
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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#3
2006-05-22, 08:02 PM
But a browse feature would be nice for locating picture folders for the config app.
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]
wannabepvr
Offline

Senior Member

Posts: 635
Threads: 131
Joined: Sep 2005
#4
2006-05-23, 12:28 AM
Found out the (slightly) hard way that this plug-in seems to require both the UIelements and Common utilities. Big Grin

The zip file seems to contain another zip without an extension. But I was able to extract it ok.

Seems to work well. I had been hinting at just such a plug in for a while.

Agree with Fatman_do about a browse for the picture directory.

Good work.
Core2-E2180, 1G RAM, 1Gb-5450 Silent, 2Tb +300g HDDs.
Three tuners: [SIZE=2][SIZE=1]Twinhan DVB-T x 1, Hauppauge Nova 500T (dual)
[/SIZE][/SIZE]
DTB Digital SD + HD content (PAL-MPEG2-AC3).
Custom case made very quiet. Zalman CPU cooler.
Sits in rack with other HiFi.

ParaLED to show tuner activity.

Display: 42" 1920x1080p Panasonic Plasma

1x wired MVP
1x PC client
[URL="http://web.aanet.com.au/media/"]
[/URL]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#5
2006-05-23, 10:01 AM
OK, working towards a version that could be put on the wiki.

Changes made so far:
  • Added a Browse button! Smile
  • Added logic to stop the image moving about like crazy when you ff/rw.
Suggestions? Also has anyone tried it on 97.7?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#6
2006-05-23, 10:25 AM
Ok here
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]
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#7
2006-05-23, 11:01 AM
I get this when I enter screensaver:
Code:
2006-05-23 12:59:29.433    ERROR    [1]    Error: msg=0x100 (WM_KEYDOWN) hwnd=0x1510b3a wparam=0xd lparam=0x1c0001 result=0x0  :  System.MissingMethodException: Method not found: 'Void GbpvrUiElements.List..ctor(GBPVR.Public.SkinHelper, System.String, System.String, System.String, System.String)'.
   at ScreenSaverPlugin.ScreenSaverList..ctor(SkinHelper skinHelperIn, String elementNameInSkin, String imageNameIn, String SelectedItemImageNameIn, String UnselectedItemImageNameIn)
   at ScreenSaverPlugin.ScreenSaverPluginMenuTask.Activate()
   at GBPVR.x86396f56243de9fb.OnKeyDown(KeyEventArgs e)
   at GBPVR.xbb1566157f5f8b1f.xdae9991ab918b397(Object xdf2e3583f942db7b, KeyEventArgs xc4f45905cb1fc7ba)
   at System.Windows.Forms.Control.OnKeyDown(KeyEventArgs e)
   at System.Windows.Forms.Control.ProcessKeyEventArgs(Message& m)
   at System.Windows.Forms.Control.ProcessKeyMessage(Message& m)
   at System.Windows.Forms.Control.WmKeyChar(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at GBPVR.xbb1566157f5f8b1f.WndProc(Message& m)

I do have GbpvrUiElements.dll, version 1.0.2317.12013, in my gbpvr directory...
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#8
2006-05-23, 11:21 AM
stefan: Download and install v0.4 of UI Elements and you'll be sorted.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#9
2006-05-23, 11:29 AM
I thought that is what I did... oh, well, trying again =)
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
stefan
Offline

Posting Freak

Posts: 3,116
Threads: 81
Joined: Oct 2004
#10
2006-05-23, 11:31 AM
Do I feel stupid... works a lot better now (on 97.7, me too)
I'm not always right
GB-PVR 1.2.9
Accent HT-400 Case, AMD Athlon 64 3800+ 1024MB, 1TB+300GB+180GB, WinXP Pro-SP2, NVidia 7600GT
Nova-T USB2, PVR-350 recording from Dilog 355 DVB-T box, USB-UIRT (receiving & transmitting)
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (4): 1 2 3 4 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,864 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,376 2020-11-14, 08:01 PM
Last Post: sub
  NextPVR 5: When is PIN Required for API Access? pkscout 3 2,699 2020-05-26, 04:45 AM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,482 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,914 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,781 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,121 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 1,959 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,005 2012-08-12, 07:56 PM
Last Post: sub
  Multiple lists like in Search Screen cncb 7 3,256 2012-08-08, 09:11 PM
Last Post: cncb

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

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

Linear Mode
Threaded Mode