Snapstream Firefly Profile for [0.2.0.0.RC2] (1 Viewer)

Neilyboy

New Member
February 27, 2006
1
0
/edit.. welp I guess I just had to play around long enough to get it hehe.. if anyone needs this just let me know I finally figured it out. I was trying to make it too complicated.. Just use this as your identifier tag and your good to go.

<Identifier ClassName="WindowsForms10.Window.8.app.0.2004eee" WindowText="Media Portal" FileName="C:\Program Files\Team MediaPortal\MediaPortal\MediaPortal.exe" ClassNameComparer="Contains" WindowTextComparer="Contains" FileNameComparer="CaseInsensitiveContains" />

Take care..

/original post

Hello,
First off I have to say this is the best damn software I have found to date! Thanks soo much to all of you who are involved with the updates and such keep up the great work.

My question is. I have been trying all day to get a profile that works with 0.2.0.0.RC2 for my Snapstream Firefly Remote. I have searched all over and found the profile data for the older versions but cannot seem to get a profile either named right or something that works with 0.2.0.0.RC2...

I have tried running that profile found here.. https://forum.team-mediaportal.com/viewtopic.php?t=2172&highlight=snapstream+firefly

I have edited it like 1Spoon did using AppIdentifier.exe and saw that in the <Identifier> tag for ClassName it spits out something like WindowsForms10.Window.8.app0rceee (or something like that, not at the htpc now im upstairs on my desktop) and have tried editing everything as much as I can figure out. I dont know if im naming the xml file wrong or what but I called it "MediaPortal-0.2.0.0.xml"

Im soo lost and just need a little direction or small xml upload to get me there. I can move up and down and select things of course but I need the features of 'pause', 'play', 'stop', etc... If anyone would be willing to help me out who is possibly using a Firefly Remote and send me their profile I would be greatful! thanks soo much in advance. If you need to email me please email neilyboy at gmail dot com. Thanks soo much in advance for any help you may be able to pass to me.

Neil
 

shadowkwarrior

New Member
July 4, 2006
1
0
Just came back to MP after using a BTV/BeyondMedia combo, still using BTV for tv, and media portal for everything else. Reason? just laziness right now. BTV installs easily, runs fast and stable. I'll probably change it out later so i can just have btv running, but here is my profile. You might want to install the my keys plugin, that way when you press the 'music, photos ,dvd, tv, video' buttons at the bottom they will work. You will still have to edit this one, since my TV button starts BTV. Hope it helps, even if its just another example


<Profile Type="SnapStream.Firefly.Core.Profile" Name="Media Portal" ShowOSD="false">
<Identifier WindowText="MediaPortal" FileName="MediaPortal.exe" />
<Actions Button="Number9" Description="9">
<KeyAction ActivationState="DownRepeat" Keys="9" />
</Actions>
<Actions Button="Number8" Description="8">
<KeyAction ActivationState="DownRepeat" Keys="8" />
</Actions>
<Actions Button="Number7" Description="7">
<KeyAction ActivationState="DownRepeat" Keys="7" />
</Actions>
<Actions Button="Number6" Description="6">
<KeyAction ActivationState="DownRepeat" Keys="6" />
</Actions>
<Actions Button="Number5" Description="5">
<KeyAction ActivationState="DownRepeat" Keys="5" />
</Actions>
<Actions Button="Number4" Description="4">
<KeyAction ActivationState="DownRepeat" Keys="4" />
</Actions>
<Actions Button="Number3" Description="3">
<KeyAction ActivationState="DownRepeat" Keys="3" />
</Actions>
<Actions Button="Number2" Description="2">
<KeyAction ActivationState="DownRepeat" Keys="2" />
</Actions>
<Actions Button="Number1" Description="1">
<KeyAction ActivationState="DownRepeat" Keys="1" />
</Actions>
<Actions Button="Number0" Description="0">
<KeyAction ActivationState="DownRepeat" Keys="0" />
</Actions>
<Actions Button="Maximize" Description="Full Screen">
<KeyAction ActivationState="Down" Keys="%{enter}" />
</Actions>
<Actions Button="VolumeDown" Description="Volume Down">
<KeyAction ActivationState="DownRepeat" Keys="-" />
</Actions>
<Actions Button="VolumeUp" Description="Volume Up">
<KeyAction ActivationState="DownRepeat" Keys="=" />
</Actions>
<Actions Button="Right" Description="Right">
<KeyAction ActivationState="DownRepeat" Keys="{right}" />
</Actions>
<Actions Button="Left" Description="Left">
<KeyAction ActivationState="DownRepeat" Keys="{left}" />
</Actions>
<Actions Button="Down" Description="Down">
<KeyAction ActivationState="DownRepeat" Keys="{down}" />
</Actions>
<Actions Button="Up" Description="Up">
<KeyAction ActivationState="DownRepeat" Keys="{up}" />
</Actions>
<Actions Button="OK" Description="Select">
<KeyAction ActivationState="DownRepeat" Keys="{enter}" />
</Actions>
<Actions Button="Exit" Description="Back">
<KeyAction ActivationState="Down" Keys="{esc}" />
</Actions>
<Actions Button="Stop" Description="Stop">
<KeyAction ActivationState="DownRepeat" Keys="b" />
</Actions>
<Actions Button="Pause" Description="Play/Pause">
<KeyAction ActivationState="DownRepeat" Keys=" " />
</Actions>
<Actions Button="Play" Description="Play/Pause">
<KeyAction ActivationState="DownRepeat" Keys=" " />
</Actions>
<Actions Button="Rewind" Description="rewind">
<KeyAction ActivationState="DownRepeat" Keys="{F5}" />
</Actions>
<Actions Button="FastForward" Description="Fast Forward">
<KeyAction ActivationState="DownRepeat" Keys="{F6}" />
</Actions>
<Actions Button="Menu" Description="Gui/FullScreen">
<KeyAction ActivationState="DownRepeat" Keys="x" />
</Actions>
<Actions Button="Info" Description="Info">
<KeyAction ActivationState="DownRepeat" Keys="{F3}" />
</Actions>
<Actions Button="SkipBack" Description="Previous Chapter">
<KeyAction ActivationState="DownRepeat" Keys="{F7}" />
</Actions>
<Actions Button="SkipForward" Description="Next Chapter">
<KeyAction ActivationState="DownRepeat" Keys="{F8}" />
</Actions>
<Actions Button="Options" Description="Parent Dir">
<KeyAction ActivationState="DownRepeat" Keys="u" />
</Actions>
<Actions Button="ChannelDown" Description="Next">
<KeyAction ActivationState="DownRepeat" Keys="{F8}" />
</Actions>
<Actions Button="ChannelUp" Description="Prev">
<KeyAction ActivationState="DownRepeat" Keys="{F7}" />
</Actions>
<Actions Button="Firefly" Description="Main Menu">
<KeyAction ActivationState="DownRepeat" Keys="h" />
</Actions>
<Actions Button="ChannelEnter" Description="Enter">
<KeyAction ActivationState="DownRepeat" Keys="{enter}" />
</Actions>
<Actions Button="D" Description="Zoom">
<KeyAction ActivationState="Down" Keys="s" />
</Actions>
<Actions Button="Video" Description="Video">
<KeyAction Keys="o" />
</Actions>
<Actions Button="TV" Description="BeyondTV">
<SwitchAppAction Text="Beyond TV" Class="WindowsForms" File="BTVD3DShell.exe" Executable="C:\Program Files\SnapStream Media\Beyond TV\BTVD3DShell.exe" State="MAXIMIZE" IfAlreadyShowing="MAXIMIZE" />
<PlaySoundAction ActivationState="Down" Sound="Select" />
<PlaySoundAction ActivationState="Down" Sound="Select" />
</Actions>
<Actions Button="DVD" Description="DVD">
<KeyAction Keys="D" />
</Actions>
<Actions Button="Photos" Description="Photos">
<KeyAction Keys="k" />
</Actions>
<Actions Button="Music" Description="Music">
<KeyAction Keys="i" />
</Actions>
</Profile>
 

Users who are viewing this thread

Top Bottom