ValveSoftware / SteamOS

SteamOS community tracker
1.57k stars 70 forks source link

[Request] Better Playstaion BD Remote Control support #526

Open Unshackle8078 opened 8 years ago

Unshackle8078 commented 8 years ago

Your system information

I paired a Playstation BD Remote Control (The Bluetooth remote you can buy separately - ie not a controller) in the desktop interface.

Delightedly, it works pretty decently out of the box. I'm trying to use it for Plex Media Player & Kodi and for basic usage, it does work.

TODO: I have not yet tried manually configuration button maps in BPM - this may do wonders, hopefully.

Works:

mdeguzis commented 8 years ago

Ahead of this, you're best current bet is to either

a. Remap in BPM and see if that works for you b. Use remapping software like Antimicro, create profile that mimicks what you want it to do (keyboard actions, and loads this with the program.

If you are loading the program in desktop mode, a bash script will work fine. If not, /usr/bin/steamos-ession is where you can put this. I'd place the line after steamcompmgr. I believe once the compositor is loaded you can tack on software.

steamcompmgr &
antimicro --hidden --no-tray --profile /antimicro/dir/ps3-bd-remote.gamecontroller.amgp &

This probably isn't ideal though, since I'm guessing you don't want it like this all the time. In that case, a script and desktop file would work:

plex-media-player-launch.sh

antimicro --hidden --no-tray --profile /antimicro/dir/ps3-bd-remote.gamecontroller.amgp &
plex-media-player
killall antimicro