Rank: Newbie Groups: Member
Joined: 2/19/2009 Posts: 3 Points: 9 Location: Ferrara, Italy
|
Hi all, I had some problem with VLC and BTRC 0.9. I had to switch the config to processName="vlc" to make it work Here is my new full config (with custom commands, tough): Code:<application id="VLC media player" name="VLC media player" windowClass="" processName="vlc"> <command id="Play/Pause" name="Play/Pause" defaultVKey="Return" vkey="Space" mod="" /> <command id="PrevTrack" name="PrevTrack" defaultVKey="Up" vkey="Up" mod="" /> <command id="NextTrack" name="NextTrack" defaultVKey="Down" vkey="Down" mod="" /> <command id="VolumeUp" name="VolumeUp" defaultVKey="D3" vkey="Oemplus" mod="" /> <command id="VolumeDown" name="VolumeDown" defaultVKey="D6" vkey="OemMinus" mod="" /> <command id="JumpBack" name="JumpBack" defaultVKey="Left" vkey="Left" mod="" /> <command id="JumpForward" name="JumpForward" defaultVKey="Right" vkey="Right" mod="" /> <command id="Subtitles" name="Subtitles" defaultVKey="D1" vkey="S" mod="" /> <command id="Audio" name="Audio" defaultVKey="D4" vkey="A" mod="" /> </application> I hope it can help someone ;) Dr. Gianluigi "Zane" Zanettini - MegaLab.it
|
Rank: Guest Groups: Guest
Joined: 6/10/2007 Posts: 557 Points: -5,672
|
i cant seem to get this to work with vr 0.9.8a. do i need to downgrade vlc?
|
Rank: Newbie Groups: Member
Joined: 2/19/2009 Posts: 3 Points: 9 Location: Ferrara, Italy
|
Please note that this is a custom config! I posted it just to help ppl understand how this works. Dr. Gianluigi "Zane" Zanettini - MegaLab.it
|
Rank: Guest Groups: Guest
Joined: 6/10/2007 Posts: 557 Points: -5,672
|
ya i know i was just wondering what version you where using? Because mine isnt working
|
Rank: Newbie Groups: Member
Joined: 2/19/2009 Posts: 3 Points: 9 Location: Ferrara, Italy
|
VLC 0.9.8a BRC 0.9.0 Dr. Gianluigi "Zane" Zanettini - MegaLab.it
|
Rank: Guest Groups: Guest
Joined: 6/10/2007 Posts: 557 Points: -5,672
|
Hi, this is my config for Media Monkey. It's really simple to configure once understood the logic! This BT remote control is awesome! I use it on my Vodafone v1240 (aka Qtek 8310, Imate SP5, HTC Tornato) and it goes perfectly. your rep +++
<application id="Media Monkey" name="Media Monkey" windowClass="" processName="MediaMonkey"> <command id="Play/Pause" name="Play/Pause" defaultVKey="Return" vkey="Space" mod="Alt,Shift" /> <command id="Stop" name="Stop" defaultVKey="D0" vkey="S" mod="Alt,Shift" />
<command id="Forward 5 sec" name="Forward 5 sec" defaultVKey="Right" vkey="Right" mod="Alt,Shift" /> <command id="Rewind 5 sec" name="Rewind 5 sec" defaultVKey="Left" vkey="Left" mod="Alt,Shift" />
<command id="Volume Up" name="Volume Up" defaultVKey="Up" vkey="Up" mod="Alt,Shift" /> <command id="Volume Down" name="Volume Down" defaultVKey="Down" vkey="Down" mod="Alt,Shift" />
<command id="Prev Track" name="Prev Track" defaultVKey="D1" vkey="P" mod="Alt,Shift" /> <command id="Next Track" name="Next Track" defaultVKey="D2" vkey="N" mod="Alt,Shift" />
<command id="Continuous Play" name="Continuous Play" defaultVKey="D8" vkey="R" mod="Alt,Shift" /> <command id="Stop at End" name="Stop at End" defaultVKey="D9" vkey="T" mod="Alt,Shift" /> </application>
|