SnapStream Forums

Go Back   SnapStream Forums > SnapStream Product Discussions > Firefly PC Remote
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Rating: Thread Rating: 7 votes, 4.43 average. Display Modes
  #361 (permalink)  
Old 02-17-2008, 01:18 PM
Registered User
 
Join Date: Feb 2008
Posts: 17
Re: New Firefly Sofware (works also for Streamzap)

Just donated today, and I am really glad I found this software. It's like girder in a sence but has a much easier learning curve. Thanks for all your work put into this software.

I tried to download the file from the link I receive in an email and it tells me that it is not a valid win32 application. I have found the firefly edition1.9 for donators and installed that instead. For some reason when I go to download a profile, the profile is no different then mine, and mine doesn't even work, with meedio I am talking about. I have run into a snag some place....when I use the keyboard to interface with meedio it works fine and all the commands work. When I set these commands to be taken over by the remote, nothing responds right. If you could help me out here i will be greatly appriciated.

Last edited by backlash; 02-17-2008 at 09:21 PM.
Reply With Quote
  #362 (permalink)  
Old 02-19-2008, 08:13 PM
metzz71's Avatar
Registered User
 
Join Date: Nov 2006
Location: Oxford, MI
Posts: 222
Re: New Firefly Sofware (works also for Streamzap)

2 things... i'm trying to map a key to keypress alt+f4... is that possible, i can't find it.

Secondly, is it possible to use your app in command line, in order to send multiple key presses? for instance, sometimes my STB gets hung in service menu... channel up, channel down, cancel will fix this issue. Can I setup a .bat to send those commands?
__________________
BTV Server - WinXP - BTV 4.9; Intel Q9550; 4GB RAM (1) HVR-1600 - (2) Pinnacle HD Pro Stick - (2) HD-PVR
1.5 TB Storage - XFX 8600GT; Sony 50" LCD TV - Harman Kardon AVR 330; Logitech Harmony One - Microsoft MCE Wireless Keyboard

Link - E8400 4GB - Vista - P5N7A-VM ---Viewsonic 22" Monitor
Link - 4200+ 2GB - WinXP - M3N78-EMH HDMI --- Sony 32" LCD TV
Link - E7400 2GB - WinXP - GA-E7AUM-DS2H --- Sony 40" LCD TV
Reply With Quote
  #363 (permalink)  
Old 02-19-2008, 10:18 PM
StephaneM's Avatar
Registered User
 
Join Date: Dec 2003
Location: France
Posts: 1,290
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by metzz71 View Post
2 things... i'm trying to map a key to keypress alt+f4... is that possible, i can't find it.
The "Alt" key is called "Menu" / "LeftMenu" / "RightMenu".

Quote:
Secondly, is it possible to use your app in command line, in order to send multiple key presses? for instance, sometimes my STB gets hung in service menu... channel up, channel down, cancel will fix this issue. Can I setup a .bat to send those commands?
There is no command line support. However there is partial COM support for channel changing.

So you have two choices :

* create a "macro" that will be activated when you press on a remote button (use "Blast" actions as needed, you can use a "Pause" action if needed).

* If you don't have any "before" and "after" commands used for the channel change plugin, you can use a vbs script (copy paste this code in a txt file, and rename it as .vbs, double clicking the file will make the blaster work)

Code:
Dim oChannelChanger
Set oChannelChanger = WScript.CreateObject("LMRemoteKeyMap.ChannelChanger")
Call oChannelChanger.ChannelChange("XXXXXXXXXXXX","YY")
Where :

* XXXXXXXXXXXXXXXX = Device ID (you'll find it in C:\ProgramData\LM Gestion\LM Remote KeyMap\devices.xml)
* YY = Channel number (Y is supposed to be a digit, so in your case you'll have to create a "U" button for "Up", a "D" button for "Down", a "C" button for "Cancel", so instead of using "123" to change to channel number 123, use "UDC" to change to channel "Up/Down/Cancel" )

If you have before and after commands for channel changing, create another (bogus) IR device to create the "C" / "U" / "D" buttons.

Regards,
Stéphane.
__________________
P4 820D - 2 GB
ATI X1800 XL - PVR 150 x 2
XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder.
Beyond TV 4.2 -
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
  #364 (permalink)  
Old 02-26-2008, 01:26 AM
Registered User
 
Join Date: Dec 2004
Posts: 396
Re: New Firefly Sofware (works also for Streamzap)

I want to launch BTV regardless of what window has focus. Is this possible?
Reply With Quote
  #365 (permalink)  
Old 02-26-2008, 10:20 AM
StephaneM's Avatar
Registered User
 
Join Date: Dec 2003
Location: France
Posts: 1,290
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by encoder View Post
I want to launch BTV regardless of what window has focus. Is this possible?
Yes, use a "LaunchApplication" action in the default profile for the button of your choice, then make sure that all other remote profile are not using this button (remove any actions for this button on other remote profiles).

Regards,
Stéphane.
__________________
P4 820D - 2 GB
ATI X1800 XL - PVR 150 x 2
XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder.
Beyond TV 4.2 -
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
  #366 (permalink)  
Old 02-26-2008, 12:24 PM
Registered User
 
Join Date: Dec 2004
Posts: 396
Re: New Firefly Sofware (works also for Streamzap)

Thanks for the response. But I had already tried that. The problem was: The settings for the Default profile did not stick. Here's what I did: I set up a launch action for the Firefly button, clicked OK to dismiss the Default profile edit screen. But when I brought up the edit screen again the settings were gone. The profile settings were saved only for a profile named something other than "Default".

I thought I read somewhere that the Default profile was not supposed to be modifiable. Is there a trick to modify it?


Thanks.
Reply With Quote
  #367 (permalink)  
Old 02-26-2008, 03:49 PM
StephaneM's Avatar
Registered User
 
Join Date: Dec 2003
Location: France
Posts: 1,290
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by encoder View Post
The settings for the Default profile did not stick. Here's what I did: I set up a launch action for the Firefly button, clicked OK to dismiss the Default profile edit screen. But when I brought up the edit screen again the settings were gone.I thought I read somewhere that the Default profile was not supposed to be modifiable.
You can customize the default profile by adding actions to the buttons, though you cannot modify the name, description and target application fields.

So you may have a corrupted profile file. You can either uninstall LM RKM (choosing "Yes" when asked about removing all data) and install it again. Or try to repair your profiles.xml file (it is located in C:\Documents And Settings\All Users\Application Data\LM Gestion\LM Remote KeyMap or C:\ProgramData\LM Gestion\LM Remote KeyMap) : shutdown LM RKM, rename the profiles.xml file and restart LM RKM, you'll get a brand new profiles.xml file. Then verify that you can edit the default profile. You'll then be able to copy / paste your old profile definition into the new profiles.xml file.

Regards,
Stéphane.
__________________
P4 820D - 2 GB
ATI X1800 XL - PVR 150 x 2
XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder.
Beyond TV 4.2 -
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
  #368 (permalink)  
Old 02-26-2008, 07:48 PM
Registered User
 
Join Date: Dec 2004
Posts: 396
Re: New Firefly Sofware (works also for Streamzap)

Yep, deleting the profiles.xml fixed the Default profile save probelm. Thanks!
Reply With Quote
  #369 (permalink)  
Old 02-29-2008, 05:03 PM
Registered User
 
Join Date: Jan 2006
Posts: 563
Re: New Firefly Sofware (works also for Streamzap)

I just installed Vista on my main HTPC and am having some problems. I set up the default setting to launch BTV when the TV button is pressed, but nothing happens. I installed 3.7 and it's been so long since i set this up originally I'm not sure on what to do.
Reply With Quote
  #370 (permalink)  
Old 02-29-2008, 07:45 PM
StephaneM's Avatar
Registered User
 
Join Date: Dec 2003
Location: France
Posts: 1,290
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by rugby View Post
I set up the default setting to launch BTV when the TV button is pressed, but nothing happens.
Usually, you edit the default profile and add a "LaunchApplication" action to the "TV" button, and browse for the BTV executable (BTVD3DShell.exe) and that's all.

However, if BTV is not launching, verify that you do not have a profile that customized the "TV" button preventing the action in the default profile to be carried on (you can verify what LM RKM is doing by setting the trace level to "verbose" by using the taskbar notification icon and take a look at the trace file in ProgramData\LM Gestion\LM Remote KeyMap)

Regards,
Stéphane.
__________________
P4 820D - 2 GB
ATI X1800 XL - PVR 150 x 2
XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder.
Beyond TV 4.2 -
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
  #371 (permalink)  
Old 02-29-2008, 07:56 PM
Registered User
 
Join Date: Jan 2006
Posts: 563
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by StephaneM View Post
Usually, you edit the default profile and add a "LaunchApplication" action to the "TV" button, and browse for the BTV executable (BTVD3DShell.exe) and that's all.

However, if BTV is not launching, verify that you do not have a profile that customized the "TV" button preventing the action in the default profile to be carried on (you can verify what LM RKM is doing by setting the trace level to "verbose" by using the taskbar notification icon and take a look at the trace file in ProgramData\LM Gestion\LM Remote KeyMap)

Regards,
Stéphane.
That's what I did and nothing happened. It's weird because I uninstalled lmremote and used the firefly installer and everything worked. I had nothing installed before installing lmremote to begin with, no profiles installed either.

I'll try it again in a day or two, I've been so busy rebuilding this box after it burned out that I'm done messing around for a while.
Reply With Quote
  #372 (permalink)  
Old 03-01-2008, 09:03 AM
StephaneM's Avatar
Registered User
 
Join Date: Dec 2003
Location: France
Posts: 1,290
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by rugby View Post
I had nothing installed before installing lmremote to begin with, no profiles installed either.
That should be your problem: you have to install either the Firefly drivers, or Beyond Media Basic (that you disable or uninstall after), otherwise you have no drivers setup for the Firefly remote and LM RKM will not work.

Regards,
Stéphane.
__________________
P4 820D - 2 GB
ATI X1800 XL - PVR 150 x 2
XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder.
Beyond TV 4.2 -
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
  #373 (permalink)  
Old 03-01-2008, 05:33 PM
Registered User
 
Join Date: Jan 2006
Posts: 563
Re: New Firefly Sofware (works also for Streamzap)

Okay, I ran the installer for just the drivers (and got the rundll crash message in vista but it still installed). and everything seems good. I think I need to choose a new powerdvd profile however as the one that downloaded is bunk.

Last edited by rugby; 03-02-2008 at 07:49 AM.
Reply With Quote
  #374 (permalink)  
Old 03-07-2008, 06:34 PM
Registered User
 
Join Date: Jan 2006
Posts: 563
Re: New Firefly Sofware (works also for Streamzap)

New problem, the default profile isn't giving way to a profile associated with an app. For instance, beyond tv profile won't allow me to change the volume inside beyond tv. The profile is loaded however the key commands that are being executed are the ones from the default profile and not the beyond tv profile.
Reply With Quote
  #375 (permalink)  
Old 03-07-2008, 06:40 PM
StephaneM's Avatar
Registered User
 
Join Date: Dec 2003
Location: France
Posts: 1,290
Re: New Firefly Sofware (works also for Streamzap)

Quote:
Originally Posted by rugby View Post
beyond tv profile won't allow me to change the volume inside beyond tv. The profile is loaded however the key commands that are being executed are the ones from the default profile
For this you'll have to make sure that the "Target Application" fields for your BTV profiles are OK: that is the window title / class / executable name. You only need one of these fields for profile matching (the safer one is the executable name), just press on the "Record" button when editing the BTV profile and having BTV in focus to have LM RKM copy the correct values (and then keep only the executable name).

Then whenever BTV is in focus, LM RKM will select this profile. If not it's either because BTV is not in focus, or you have forced another profile. If you set the trace level to verbose (using the task bar icon) and look at the trace log, you'll see exactly what LM RKM is doing when you press on a button.

Regards,
Stéphane.
__________________
P4 820D - 2 GB
ATI X1800 XL - PVR 150 x 2
XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder.
Beyond TV 4.2 -
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
-
To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefly works poorly with BTV v 4 PaulD Firefly PC Remote 4 05-13-2006 03:49 PM
Problems with New ATI All In Wonder Sofware Gotoguy Beyond TV and Beyond TV Link User-to-User Troubleshooting & Support Forum 4 03-20-2006 04:15 PM
firefly remote works for a shot while, then nothing jsybert Firefly PC Remote User-to-User Troubleshooting & Support Forum 0 02-11-2006 03:34 PM
Everything works except the Firefly button carteriii Firefly PC Remote User-to-User Troubleshooting & Support Forum 5 11-16-2005 10:28 PM
firefly works great - for about an hour... Telemole Firefly PC Remote User-to-User Troubleshooting & Support Forum 0 07-18-2005 09:30 AM


All times are GMT -6. The time now is 02:47 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0 RC1
©2004-2006 Snapstream Media
You Rated this Thread: