Dear users,
Volumio 4.xxx is coming soon.
Thanks to the great job done (@nerd ), new features are on the road!
This new plugin available in the store as beta, allows you to use a Bluetooth remote, mouse, joystickâŠ
Donât forget to set your BT device (remote) in Pairing mode, with only one device to remote near!
If your remote is not detected, you can do in a ssh session:
bluetoothctl devices
It returns your devices like
Device 40:9F:38:4E:CA:BE Volumio-primo
Device F8:FC:E1:BC:77:97 AR
Then (change values to match with what you get
bluetoothctl info F8:FC:E1:BC:77:97
It returns
Device F8:FC:E1:BC:77:97 (public)
Name: AR
Alias: AR
Appearance: 0x0180 (384)
Paired: yes
Bonded: yes
Trusted: yes
Blocked: no
Connected: no
LegacyPairing: no
UUID: Generic Access Profile (00001800-0000-1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (00001801-0000-1000-8000-00805f9b34fb)
UUID: Device Information (0000180a-0000-1000-8000-00805f9b34fb)
UUID: Battery Service (0000180f-0000-1000-8000-00805f9b34fb)
UUID: Human Interface Device (00001812-0000-1000-8000-00805f9b34fb)
UUID: Scan Parameters (00001813-0000-1000-8000-00805f9b34fb)
UUID: Vendor specific (5de20000-5e8d-11e6-8b77-86f30ca893d3)
UUID: Vendor specific (cfbfa000-762c-4912-a043-20e3ecde0a2d)
Modalias: usb:v0171p041Cd0027
And past here.
You can create your own Key mapping configuration with a triggerhappy.conf file on the shared folder of Volumio
/INTERNAL/Bluetooth_Remote/triggerhappy.conf
The content look like
KEY_PLAYPAUSE 1 volumio toggle
KEY_UP 1 volumio volume plus
KEY_DOWN 1 volumio volume minus
KEY_NEXTSONG 1 volumio next
KEY_REWIND 1 volumio previous
KEY_FASTFORWARD 1 volumio next
KEY_FASTFORWARD 2 volumio seek plus
KEY_REWIND 2 volumio seek minus
Restart triggerhappy in the plugin after any modification!
This is beta!
Feedback welcome!
Enjoy!