+ Post New Thread
Page 3 of 75
FirstFirst 1 2 3 4 5 13 53 ... LastLast
Threads 41 to 60 of 1495

Forum: Developers

For those wanting to develop plugins and skins...

  1. OSD really not possible?

    Well, bugger it. I misremebered that you dropped support for OSD via plugins in the pvrx2 interface. Is there no hope at all for adding it back? You obviously have the ability in code to do it, is it that hard to expose it to plugins? I don't mean that in a negative way, it just seems like it...

    Started by JohnInSJ, 2010-03-19 07:08 PM
    • Replies: 6
    • Views: 538
    2010-03-20 02:00 AM Go to last post
  2. Determining text size and available space

    Ok. So. Sometimes the text that I need to display in a plugin can be... quite long. Far longer than is going to fit in even the most generous of displays, to say nothing of more typical examples of screen real-estate. That means I have to truncate the text at some useful position if I don't...

    Started by Ommina, 2010-03-11 08:37 AM
    • Replies: 2
    • Views: 308
    2010-03-15 05:34 AM Go to last post
  3. MVP/NMT testers needed for Weather2

    I am looking for a couple helpers that have either an MVP or NMT to test some builds of Weather2 for me. I do not have one of these, but there are problems with Weather2 when an update occurs with them. If you have one and would like to help me out, please let me know. !! DISCLAIMER !! -...

    Started by scb147, 2010-01-18 05:29 PM
    • Replies: 46
    • Views: 2,395
    2010-03-03 07:12 PM Go to last post
  4. fanart

    After testing, I assume there is no way to display fanart in the Video Library unless using a "slick" type Menu? I also assume fanart won't work for the Music Library?

    Started by Jaggy, 2010-03-02 05:13 AM
    • Replies: 4
    • Views: 491
    2010-03-02 08:41 PM Go to last post
  5. Multiple Instance Conversion Program

    Not sure if this is the right place to post this I'm putting together a program that will process ts files to avi using ffmpeg. My machine is fastest enough to run 3-4 instances. I can extract file names easily enough dir recordingdir\*.ts /b/s > outputfile But I need to determine is one is...

    Started by luttrell1962, 2010-02-24 07:16 PM
    • Replies: 0
    • Views: 283
    2010-02-24 07:16 PM Go to last post
  6. KeyMappings

    How do KeyMappings work with the remote control? I have this in my keymappings file: The command comes through for the Escape key on the keyboard but not for the Back button from a Hauppauge remote control. Am I missing something?

    Started by McBainUK, 2010-02-13 09:19 PM
    • Replies: 1
    • Views: 295
    2010-02-13 09:28 PM Go to last post
  7. Question Problem using UIStatic

    I'm probably missing something fundamental but I'm having problems using UIStatic to display some information in a plugin I'm developing... This is the relevant portion of my code: private UiStatic statusInfoText; protected override void initialise() { string...

    Started by philcooling, 2010-02-10 09:33 AM
    • Replies: 13
    • Views: 681
    2010-02-12 05:34 PM Go to last post
  8. DVD Playback Plugin

    Been using GB-PVR for a while and love it. The only shortcoming is that the packaged DVD plugin doesn't quite suite my needs for navigation. I need to be able to skip titles, etc. Because of this, I was thinking of developing my own little plug in to handle this. I noticed a playDVD...

    Started by JBreits, 2010-02-05 07:26 PM
    • Replies: 8
    • Views: 652
    2010-02-08 03:35 PM Go to last post
  9. need win7 user with hip and/or mce remote

    anybody got win7 and want to test a fix for HIP and MCE remotes? just save this as a batch file and run it.. reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidIr\Remotes\745a17a0-74d3-11d0-b6fe-00a0c90f57da" /v "CodeSetNum0" /t REG_DWORD /d "2" /f reg add...

    Started by pBS, 2009-07-20 10:50 PM
    • Replies: 5
    • Views: 1,080
    2010-02-08 06:48 AM Go to last post
  10. Using Windows file system shortcuts

    I think I could read/create shortcuts using IWshRuntimeLibrary, but is there a better way?

    Started by ACTCMS, 2010-01-26 10:45 PM
    • Replies: 0
    • Views: 307
    2010-01-26 10:45 PM Go to last post
  11. How to handle the NMT keyboard

    I'm trying to get ML3 to respond to the NMT keyboard the way Bekken did in Music and Sub does on the Recording Seach but I can't see it in my OnKeyDown events. Do I have to define OnKeyPress an fake something? I can't get OnKeyPress on IMenuTask with this definition public bool...

    Started by mvallevand, 2010-01-21 04:54 AM
    • Replies: 3
    • Views: 356
    2010-01-21 11:39 PM Go to last post
  12. Plugins and skins

    What is the proper build procedure for distributing plugins that require new skins? Should a plugin distribute anything except Blue? Also do plugins have their skins in the GBPVR distribution or is it only for Slick and Blue skins of sub's main functions? Martin

    Started by mvallevand, 2010-01-20 04:58 PM
    • Replies: 6
    • Views: 400
    2010-01-21 01:09 AM Go to last post
  13. Force full screen update

    How do I invalidate the baseline screen background rectangle to cause incremental update to do a full update? ML3 overlays the background with images and lists and sometimes as the views are changed the old screen appears under the list boxes. If there are enough changes to force a full update...

    Started by mvallevand, 2010-01-14 03:32 PM
    • Replies: 3
    • Views: 411
    2010-01-14 04:11 PM Go to last post
  14. draw image border

    I found that a border is painted outsite and inside of an image. (see attach) <CompositeImage name="MessageBoxImage" size="70.0,50.0"> <DrawRoundedRect loc="5,5" size="90,90" fillColor="ForwardDiagonal:#00000200-#F0004880" borderColor="MessageBoxBorder" radius="3" borderWidth="1.5"/>...

    Started by herrmannj, 2010-01-13 07:48 PM
    • Replies: 8
    • Views: 307
    2010-01-13 08:46 PM Go to last post
  15. Vista/Win7 and Security

    I have not upgraded to either Vista or Win7 yet. A few users have run into problems in these OS's related to security, and I'm hoping someone can shed some light on it for me. It seems that if a user runs a utility program (i.e. MovieWizManager), that updates a database, it fails when launched...

    Started by JavaWiz, 2010-01-12 05:04 AM
    • Replies: 2
    • Views: 361
    2010-01-12 05:38 PM Go to last post
  16. Post Automatic Update for BDA Channel Mappings

    I've been able to switch our GBPVR Server from analog to digital cable reception. The frequency mapping I figured out worked well for several days and then I found a TCM Move I recoreded ended up blank. Comcast had switched the frequency of that channel. I spent several hours figuring out that...

    Started by Joesboat, 2009-08-25 11:45 PM
    • Replies: 10
    • Views: 1,466
    2010-01-10 07:14 PM Go to last post
  17. Remote Mapping of MCE Remote

    Looking at the wiki http://gbpvr.com/pmwiki/pmwiki.php/Hardware/RemoteKeyMappings I see that the Clear and Enter keys are duplicates of the Back and OK keys. Can these keys be handled separately via KeyMapping and if so, how would I identify them without changing the Back and OK key functionality....

    Started by mvallevand, 2010-01-07 07:12 PM
    • Replies: 17
    • Views: 971
    2010-01-10 03:52 AM Go to last post
  18. Config.xml saving

    When I hit OK to exit Config.exe I am noting that the changes I make in the Plugins /settings/PluginSettings/MusicLibrary section are being reverted. If I hit cancel the changes are kept. Does GBPVR overwrite this section? Note the section name is MusicLibrary the plugin name is...

    Started by mvallevand, 2010-01-07 05:06 AM
    • Replies: 6
    • Views: 455
    2010-01-08 05:32 AM Go to last post
  19. Reducing logging

    Sub is there any why to reduce the rather extreme volume of logging done during rendering by way of the client. ML3 does one second updates of the playing location and the render hash output for the screen updates is filling up 1.5 Mb of logs very quickly. An example is in pz1's post here...

    Started by mvallevand, 2010-01-04 11:47 PM
    • Replies: 4
    • Views: 314
    2010-01-05 03:22 AM Go to last post
  20. How to display custom plugin names and descriptions.

    When implementing BaseButtonListUiTask, you have two methods/functions (among others): GetName() and GetDescription(). This GetDescription() example uses GBPVRCommonUtilities (a third party library) while the GetName() example does not. You can choose which you want and use the same method for...

    Started by whurlston, 2009-11-20 04:55 AM
    • Replies: 29
    • Views: 1,172
    2010-01-03 07:48 PM Go to last post

+ Post New Thread

Forum Information and Options

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts