]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Clarify D-Bus interface usage in Shairport Sync [skip ci]
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sun, 10 May 2026 07:25:44 +0000 (08:25 +0100)
committerGitHub <noreply@github.com>
Sun, 10 May 2026 07:25:44 +0000 (08:25 +0100)
Reorganize content for clarity regarding the D-Bus interface.

documents/D-Bus.md

index 654fea71c2f9c778c87a78eab56c973c94fdc803..99c5ef3ee4b946fef25b6a3c03977e044891fd98 100644 (file)
@@ -1,6 +1,8 @@
 ## Shairport Sync D-Bus Interface
 
-Shairport Sync can have a D-Bus interface, which can be used to control aspects of its operation and get status information from it. For Classic AirPlay only, remote control commands, for example `play`, `pause` and volume control, can be sent to the player.
+Shairport Sync can have a D-Bus interface, which can be used to control aspects of its operation and get status information from it.
+
+For Classic AirPlay only, remote control commands, for example `play`, `pause` and volume control, can be sent to the player.
 
 To include the D-Bus interface at build time, add the `--with-dbus-interface` flag at the `./configure…` stage. When the D-Bus interface is included in Shairport Sync, its Version String will include the term `dbus`, for instance:
 ```