Bluetooth: Difference between revisions

imported>Mic92
add mpris-proxy snippet.
imported>Mic92
fix grammar; add link
Line 62: Line 62:
== Using Bluetooth headset buttons to control media player ==
== Using Bluetooth headset buttons to control media player ==


Some bluetooth headset have buttons for  pause/play or to skip to the next track.
Some bluetooth headsets have buttons for  pause/play or to skip to the next track.
To make these buttons usable with media players supporting the dbus-based MPRIS standard,
To make these buttons usable with media players supporting the dbus-based [https://specifications.freedesktop.org/mpris-spec/latest/ MPRIS] standard,
one can use <code>mpris-proxy</code> that is part of bluez package.
one can use <code>mpris-proxy</code> that is part of bluez package.
The following snippet can be used in [[Home Manager]] to start this program as a daemon:
The following snippet can be used in [[Home Manager]] to start this program as a daemon: