]> git.ipfire.org Git - thirdparty/nqptp.git/commitdiff
slight change in format of output of the smi in the -V command.
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 20 May 2023 15:47:38 +0000 (16:47 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Sat, 20 May 2023 15:47:38 +0000 (16:47 +0100)
RELEASE_NOTES.md

index c93dcfd064d4d5abac692d0e0a122b39c280453c..1db33a079aa71474d98c10f59d559296b1330f1e 100644 (file)
@@ -4,7 +4,7 @@
 
 * **Important**. The protocol that Shairport Sync and NQPTP use to communicate with one another has been updated to reflect changes in NQPTP's operation. Please update both NQPTP and Shairport Sync so that they both use the same Shared Memory Interface Version. 
 
-  This version of NQPTP uses Shared Memory Interface Version `smi-9`. (You can check `nqptp` using `$ nqptp -V`.)
+  This version of NQPTP uses Shared Memory Interface Version `smi9`. (You can check `nqptp` using `$ nqptp -V`.)
 
 **Enhancements**
 * Enable NQPTP to respond to information about the state of the player -- whether is is playing, stopped or paused. The "B" command is a message that the client -- which generates the clock -- is about to start playing. The "E" command signifies that the client has stopped playing and that the clock may shortly sleep. The "P" command signifies that play has paused (buffered audio only). The clock seems to stay running in this state.