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: 5 votes, 5.00 average. Display Modes
  #61 (permalink)  
Old 07-06-2007, 04:33 PM
Registered User
 
Join Date: Apr 2006
Posts: 6
Re: Firefly profile tutorial

Is there a config file for the Firefly software? I'm trying to figure out where the info about the sound scheme is stored. I'd like to be able to shut off remote sounds without having the user go into the interface. It must be in the registry or an ini file someplace.

Greg
Reply With Quote
  #62 (permalink)  
Old 07-08-2007, 05:17 PM
Registered User
 
Join Date: Jul 2007
Posts: 4
Re: Firefly profile tutorial

Quote:
Originally Posted by OOZnOZ View Post
How can I turn off the decriptions for specific buttons?

I'm using a profile for Powerpoint. But when I push the {Right} button to advance to the next slide, I get a "powerpoint: Next" message.

I've tried removing the description (description=""); I still get a message: "powerpoint: ".

I've changed my profile from:
<Actions Button="Right" Description="Next">
<KeyAction ActivationState="DownRepeat" Keys="{right}" Sleep="0" />
</Actions>
to:
<Actions Button="Right" Description="">
<KeyAction ActivationState="DownRepeat" Keys="{right}" Sleep="0" />
</Actions>


This distracts from the slide show presentation.

How can I turn it off the description for a specific button (like right and left)?

However, I'd like to be able to see the discripton for keys such as "1", "2"... in case I need to go to a specific slide. (I'd like to see that I'm keying in the numbers correctly.)

Thanks

Hey, im new to this, but how to make he description for when your using your control is by changing the ShowOSD="True" to "False"

How to make to this to the individuel settings i dont know. i havnt played around, but when you got this info it may help you to play around by yourself.
Reply With Quote
  #63 (permalink)  
Old 07-08-2007, 05:21 PM
Registered User
 
Join Date: Jul 2007
Posts: 4
Re: Firefly profile tutorial

Quote:
Originally Posted by fivestar View Post
Is there a config file for the Firefly software? I'm trying to figure out where the info about the sound scheme is stored. I'd like to be able to shut off remote sounds without having the user go into the interface. It must be in the registry or an ini file someplace.

Greg
Yes there is, its located in this directory

C:\Documents and Settings\All Users\Application Data\SnapStream\Firefly

the file is "Firefly.xml" change the sound line to: <Sound Current="None.xml" />

if you want to change other things the has to do with sound, go into the "sound" catalog.
Reply With Quote
  #64 (permalink)  
Old 08-10-2007, 02:29 AM
Registered User
 
Join Date: Jan 2006
Posts: 74
Re: Firefly profile tutorial

I'm trying to run an application from within the Beyond TV viewer that will start a program, and then give BTV viewer back focus. So far I can get the other application to start, but I can't seem to figure out how to return focus to BTV.

Here's what I'm running from within BTV-SnapStream-3.4.xml:

<Actions Button="A" Description="Toggle Secondary">
<PlaySoundAction ActivationState="Down" Sound="Select"/>
<LaunchAction ActivationState="Up" Program="C:\windows\ScrPlayer.exe - Shortcut" Arguments="" Description="Secondary Monitor Off"/>
<SwitchAppAction Text="Beyond TV" Class="WindowsForms" File="BTVD3DShell.exe" State="" IfAlreadyShowing="" />

</Actions>



What am I doing wrong?
Reply With Quote
  #65 (permalink)  
Old 09-18-2007, 01:53 PM
Registered User
 
Join Date: May 2007
Posts: 42
deleted

Last edited by Marshall_110; 09-18-2007 at 02:55 PM.
Reply With Quote
  #66 (permalink)  
Old 11-25-2007, 01:23 PM
Registered User
 
Join Date: Oct 2006
Posts: 375
Re: Firefly profile tutorial

aaronmielke ---

Thank you for the tutorial.

I needed to make some changes and the tutorial made it easy.
__________________
Athlon64 X2 4600+; 2GB memory

Built my own wooden case - curly cherry:
  • 8TB Western Digital drives
  • 7 HD tuners - 2 Vbox 150 cards (PCI) and 5 Hauppauge hvr-950 (USB)
  • 46" HDTV, 32" HDTV and 19" wide screen computer monitor
Reply With Quote
  #67 (permalink)  
Old 12-16-2007, 01:30 AM
Registered User
 
Join Date: Dec 2007
Posts: 1
Re: Firefly profile tutorial

Alright, I don't know why anyone has not posted this earlier, because it was fairly easy to do, but to switch active windows, you can use CTRL+ESC which works better as a map to a button. Whereas, CTRL+Tab would require two dedicated buttons, one for CTRL and one for TAB. Anyways, Ctrl+Esc will cycle through open windows and serve it's purpose.

I mapped mine to the D button and labeled it "Next Window"

<Actions Button="D" Description="Next Window">
<KeyAction Keys="%{ESC}" />
</Actions>

Just copy and paste that into global and you're good to go.
Reply With Quote
  #68 (permalink)  
Old 01-14-2008, 02:35 AM
Registered User
 
Join Date: Jan 2008
Posts: 3
Re: Firefly profile tutorial

hmm interesting question. I think the short answer is no, but let me verify and get back to you. what's your use case? I'm curious to know more about how you are using multiple remotes with the same PC.
__________________

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.


To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts.
Reply With Quote
  #69 (permalink)  
Old 03-26-2008, 12:12 PM
Registered User
 
Join Date: Jul 2006
Location: Kansas City, MO
Posts: 21
Question Re: Firefly profile tutorial

I want to send CTRL+F12 to my application and I modified Global.xml like this:

<Actions Button="D" Description="SleepyTime">
<SpecialKeyAction Type="Down" Key="ControlKey" />
<SpecialKeyAction Type="Down" Key="{f12}" />
<SpecialKeyAction Type="Up" Key="ControlKey" />
<SpecialKeyAction Type="Up" Key="{f12}" />
</Actions>

I get the "Global: SleepyTime" OSD message but nothing happens. If I use a wireless keyboard and hti CTRL+F12, it works fine. What am I doing wrong?
Reply With Quote
  #70 (permalink)  
Old 05-01-2008, 05:01 PM
Registered User
 
Join Date: May 2008
Posts: 3
Re: Firefly profile tutorial

msdn link doesn't work anymore, someone has the list?

johnhkc, if you press ctrl+f12 on the keyboard have you found a way to exit suspend mode with the remote?
Reply With Quote
  #71 (permalink)  
Old 08-09-2008, 07:48 AM
Registered User
 
Join Date: Aug 2008
Posts: 1
Re: Firefly profile tutorial

I found the new page for SendKeys commands. This link should work fine.

http://msdn.microsoft.com/en-us/libr...83(VS.85).aspx
Reply With Quote
  #72 (permalink)  
Old 01-04-2009, 05:00 AM
Registered User
 
Join Date: Dec 2008
Posts: 3
Re: Firefly profile tutorial

Does anyone know what I need to put for the Windows key. On pretty much all new keyboards there is a Windows key. There are hot keys you can use in combination with this key. I.e. Show Desktop Win+D. I'd like to put this in my profile. How can I specify this key sequence.

BTW, the remote is very impressive, the configuration just gives you so much power.
Reply With Quote
  #73 (permalink)  
Old 02-01-2009, 10:59 AM
Registered User
 
Join Date: Jan 2009
Posts: 4
Re: Firefly profile tutorial

I tried mapping the "Video" button on the Firefly remote to Boxee and I have Windows 7, MCE pointed to the rest of the buttons, including the Firefly button itself. When I replaced "Video" with:

<Actions Button="Video" Description="Boxee">
<LaunchAction ActivationState="Down" Program="C:\Program Files\Boxee\BOXEE.exe" Arguments="-fs -p" />
<PlaySoundAction ActivationState="Down" Sound="Select" />
</Actions>

it would open Windows Media Player. When I opened the global.xml file by double clicking it and IE opened, it showed Windows Media Player under Actions button, Video. When I opened it up via notepad or wordpad, it shows the modified Video button as Boxee. Under Beyond Media Basic, it says the Video button is Windows OS default. When I changed that to None, it showed no Video button under Global. Any way to make the Boxee changes stick? I made these changes after shutting Firefely down. Any ideas? Thanks!

EDIT: By placing the mapped button in the Default.xml rather than the Global.xml, it worked as desired. I do remember reading somewhere that it goes from Default to Global so I guess it makes sense in my situation.

Last edited by mados123; 02-02-2009 at 11:29 PM. Reason: Found solution.
Reply With Quote
  #74 (permalink)  
Old 04-13-2009, 11:53 PM
Registered User
 
Join Date: Nov 2006
Posts: 3
Re: Firefly profile tutorial

Quote:
Originally Posted by pdaughe View Post
Okay, you guys must be chuckling because I'm just "discovering" the Firefly (it seems I have this thread all to myself!) Honestly, one of the things that impresses me about the Snapstream solutions is that when I go to do something, I find I can! For example, changing the channels of the FireFly remote so one doesn't interfere with the other -- it's so easy -- I don't take those kinds of features for granted.

Back to the FireFly. So HOW does one program ONE KEY on the remote that will "walk through" all opened applications?

The solution made me laugh -- I've been using Windows since Windows 3.0 and I just learned something yesterday I never knew!

If you have, for example, four opened, maximized Windows on your computer, how do you "walk" through them, switching to each application, one after the other, in a round-robin fashion?

(imagine each application running full-screen, no task bar showing, so don't answer: "click on the task bar silly", and remember, the ultimate goal is to do it with one repeated key press on the FireFly).

Alt-tab doesn't do it. Alt-tab toggles between the two most-recently applications to have focus (don't answer: alt-tab-tab, etc. -- that's not a one-key sequence that is easily programmable).

The answer: Shift-alt-tab. I never knew that!

With the simple insertion of a "+" sign, I now have ONE KEY on the FireFly remote that walks through all opened applications. Thank you Snapstream!

P.S. By the way, you may be reading this post and wondering: why do I care?

You may not. In my case, the HTPC is used by several people in our home, and our home, like our American culture, is interrupt driven. One constructive criticism I have of the Snapstream muti-media solution is that it is too "sequential."

For example, Live TV is playing. My wife wants to check the weather. What does one have to do? Or, my daughter runs in while we're watching American Idol and wants to quickly check when a show starts at the Star Theater. What does one have to do?

I've never understood the Beyond Media/Beyond TV integration issue. In my opinion, the products are already TOO integrated (the desire for a "Link" capability for Beyond Media is different than product integration). Sitting at the keyboard, I can alt-tab away from Live TV (Live TV keeps running) and check the weather in Beyond Media. I can't do that with the remote though, not by default.

Back in the DOS days, one had to close one application to launch another; there was no task switching provided by the operating system. Inherent in the very design of Windows (alt-tab, shift-alt-tab) is the ability to perform multiple units of work concurrently, where the state of each unit of work is fully preserved when switching from one to the other.

By exploiting the versatility of the FireFly system, I can now press one key to to step through all opened applications. For me, that is a BIG wow factor!

Am I all alone in my thinking???

Sincerely,

Paul
Can you please post the code you used to get this to work?

I'm trying:
Code:
  <Actions Button="D" Description="Alt Tab">
    <SpecialKeyAction ActivationState="Down" Type="Down" Key="RMenu" />
	<SpecialKeyAction ActivationState="Down" Type="Down" Key="{TAB}" />
	<SpecialKeyAction ActivationState="Up" Type="Up" Key="{TAB}" />
	<SpecialKeyAction ActivationState="Up" Type="Up" Key="RMenu" /> 
  </Actions>
But it doesn't do anything.

My issue is really:
1. Beyond TV Link loads fine.
2. If I open PowerDVD, it loads fine.
3. If I go back to Beyond TV Link, I can't get back to PowerDVD as it is underneath BTL on the screen and I have to VNC to the machine to control it.

Any thoughts on cycling through open programs?

Last edited by WillieWilliams; 04-13-2009 at 11:54 PM. Reason: subscribe
Reply With Quote
  #75 (permalink)  
Old 05-04-2009, 12:20 AM
Registered User
 
Join Date: Apr 2009
Posts: 3
Re: Firefly profile tutorial

I Have the following data:
ClassName: TDJMasterForm
Filename: D:\0000DjMaster_DualMode\DJMasterTM.exe
WindowText: POGEE Technologies -- Mp3 DJMaster

I managed to modify the music button in FF to activate the program
After I activate the program I need to map the FF buttons to the application. The application responds to the the following keys:

ALT-P to play; ALT-S to stop; ALT-N for next; etc

I copied one of the profiles and modified it as follows:

<ProfileType="SnapStream.Firefly.Core.Profile"Name="DJMasterTM"ShowOSD="True">
<
IdentifierClassName="TDJMasterForm"WindowText="POGEE Technologies -- Mp3 DJMaster"FileName="" />

I Tried the following to map the buttons:

<
ActionsButton="Right"Description="Right">
<
SpecialKeyActionType="Down"Key="AltKey" />
<
SpecialKeyActionType="Down"Key="N" />
<
SpecialKeyActionType="Up"Key="AltKey" />
<
SpecialKeyActionType="Up"Key="N" />
</
Actions>
<
ActionsButton="Left"Description="Left">
<SpecialKeyActionType="Down"Key="AltKey" />
<
SpecialKeyActionType="Down"Key="B" />
<
SpecialKeyActionType="Up"Key="AltKey" />
<
SpecialKeyActionType="Up"Key="B" />
</Actions>
.
.
etc...

Should I do the mapping like so:

<
ActionsButton="Next"Description="Next">
<
KeyActionKeys="%n"OnRepeat="True" />
</
Actions>
<
ActionsButton="Previous"Description="Previous">
<
KeyActionKeys="%b"OnRepeat="True" />
</
Actions>
<
ActionsButton="Down"Description="Down">
<
KeyActionKeys="%w"OnRepeat="True" />
</
Actions>
etc...

Can you help?
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 won't use Sage profile Prof Firefly PC Remote 6 06-13-2007 11:07 PM
Firefly XML Profile documentation jayrbrown77 Firefly PC Remote User-to-User Troubleshooting & Support Forum 1 09-27-2006 12:56 PM
Firefly keyboard profile nicknero Firefly PC Remote User-to-User Troubleshooting & Support Forum 0 07-18-2006 11:34 AM
FireFly profile programming tshoemaker Firefly PC Remote 1 11-11-2005 03:47 PM


All times are GMT -6. The time now is 06:59 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: