NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 440 441 442 443 444 … 1231 Next »
Firefly weirdness

 
  • 0 Vote(s) - 0 Average
Firefly weirdness
jmontana
Offline

Member

Posts: 104
Threads: 18
Joined: Nov 2006
#1
2006-11-28, 02:37 PM
I've got the Firefly remote working with GB-PVR ... mostly.

Sometimes, the buttons stop controlling GB-PVR. Actually, I should say "most of" the buttons stop controlling GB-PVR. For some weird reason, the stop button always works.

So, I'm watching Live TV. And the channel +/- buttons stop functioning. But if I click stop, it gets me back to the main menu.

Or, I'm watching a video from my video library, and nothing works. But if I alt-tab out of GB-PVR and back to GB-PVR, everything magically starts working again.

I know about the potential problem with divx:

http://forums.nextpvr.com/showthread.php...ight=focus

When I tried to install that, it couldn't find the executable it was trying to disable. In any case, that executable isn't running, so it's not stealing focus.

In all cases, when I click a button, the Firefly displays "GBPVR Play" or whatever the button was, indicating that I'm in the right window.

I can't believe it's a problem with the GBPVR profile, since it works perfectly once things get sorted out. (In other words, if the profile was bad, I would expect that Channel Up would never work.)

Firefly's AppIdentifier indicates the same window class when I switch from main menu to video library or live TV, but I'm wondering if there's another hidden class I should be referencing?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#2
2006-11-28, 03:33 PM
Could you be using the Cyberlink video decoder with VMR9? This combination is known to swallow keypresses unless you add some Cyberlink registry settings. It also results in a lack of OSD graphics.
jmontana
Offline

Member

Posts: 104
Threads: 18
Joined: Nov 2006
#3
2006-11-28, 03:54 PM
I'm using VMR9 custom. And my video decoder is set to "System Default." Cyberlink (ATI) is definitely one of the choices in the Video Decoder menu, though. (I'm using an All-in-Wonder 9000.)

Can you point me to the registry settings I need to add?

OSD seems to be working for me.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#4
2006-11-28, 03:59 PM
add the following dword values to registry

HKLM/Software/Cyberlink/Common/CLVSD/EnableVMR9=1

if does not work then add here to

HKCU/Software/Cyberlink/Common/CLVSD
jmontana
Offline

Member

Posts: 104
Threads: 18
Joined: Nov 2006
#5
2006-11-30, 12:33 PM
sub Wrote:add the following dword values to registry

HKLM/Software/Cyberlink/Common/CLVSD/EnableVMR9=1

if does not work then add here to

HKCU/Software/Cyberlink/Common/CLVSD

Thanks, sub. The first one already existed. The second one did not, and adding it had no effect. But I did manage to fix it in another way.

I was specifying the commands like this:

Code:
<Actions Button="Pause" Description="Pause">
  <KeyAction ActivationState="DownRepeat" Keys="^Q" Sleep="0" />
</Actions>

The fix was to use the <SpecialKeyAction> tags instead. (This may not be verbatim, as I'm working from memory since the PC is at home right now):

Code:
<Actions Button="Pause" Description="Pause">
  <SpecialKeyAction Type="Down" Key="ControlKey" />
  <SpecialKeyAction Type="Down" Key="Q" />
  <SpecialKeyAction Type="Up" Key="Q" />
  <SpecialKeyAction Type="Up" Key="ControlKey" />
</Actions>

I still seem to have an issue with Live TV, where the channel +/- keys suddenly stop working.

Also, it seems that a lot of functions won't work in Live TV mode until I first hit Pause to engage timeshifting. In particular: program info, the mini guide (F1), etc. Is that by design?
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,707
Threads: 767
Joined: Nov 2003
#6
2006-11-30, 04:07 PM
Quote:Also, it seems that a lot of functions won't work in Live TV mode until I first hit Pause to engage timeshifting. In particular: program info, the mini guide (F1), etc. Is that by design?
They usually work from live preview mode also.

Reproduce the problem, then zip and attach the gbpvr.exe-native.log and I'll take a look.
sterlicious
Offline

Member

Posts: 58
Threads: 15
Joined: Dec 2005
#7
2007-10-24, 03:56 AM
I'm having this same problem with my Firefly now.
jmontana
Offline

Member

Posts: 104
Threads: 18
Joined: Nov 2006
#8
2007-10-24, 11:29 AM
Did you try the SpecialKeyAction fix I mentioned earlier? That's what did it for me.
Hauppauge PVR-150MCE / ATI All-in-Wonder 9000 Radeon Pro / 2.4 GHz P4 / 512 MB RAM
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  extreme weirdness - am I going mad? Recording 2 shows on one tuner? 8ace 5 1,926 2009-11-29, 01:55 PM
Last Post: 8ace
  bad recording, other weirdness johnsonx42 4 1,765 2009-04-20, 07:46 PM
Last Post: johnsonx42
  Fast Forward Weirdness berminghamd1 2 1,491 2009-01-18, 04:08 PM
Last Post: berminghamd1
  FireFly FF, Rewind, Pause, etc in recorded Video playback garytn9988 1 1,270 2008-12-07, 09:53 PM
Last Post: jfm
  Nova-s + and scanning weirdness Captcol 3 1,590 2008-07-19, 11:01 PM
Last Post: Captcol
  NZ freeview and analogue channel weirdness Captcol 8 2,432 2008-07-09, 03:52 AM
Last Post: Captcol
  Resume/Firefly oddities TheSneak 3 1,513 2008-07-03, 10:07 PM
Last Post: sub
  Firefly remote won't prevent hibernation jmontana 6 1,733 2007-05-30, 04:28 PM
Last Post: jmontana
  Firefly Channel Changer exe tdoman 9 2,288 2007-03-19, 04:45 AM
Last Post: sub
  Firefly Remote, Keboard Reference, and Wiki Brillig2 20 5,608 2007-01-02, 07:07 PM
Last Post: jmontana

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

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

Linear Mode
Threaded Mode