Skip to content

Commit 54cc2cd

Browse files
committed
docs: Update docs/logbook.html
1 parent b03c6f1 commit 54cc2cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/logbook.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h3 id="logbook-20230915">Introducing mpvc-autopilot: automatic start/stop based
426426
<p>
427427
For an example of its usage, just run <code>PERIOD=300 NCHECK=3 mpvc-autopilot -i 192.168.0.2</code> where <code>192.168.0.2</code> must be replaced by the LAN IP of your phone. The listing below show the output <code>mpvc-autopilot</code> doing periodic pings at 300 sec (5 minutes) intervals. When NCHECK=3 consecutive ping checks fail to detect the device, the audio is paused (pause=true). As soon as one ping check succeeds, the audio is resumed (pause=false). This means that each 300 * 3 seconds (15 minutes) the audio can be paused, and in 5 minutes resumed. Personally I prefer to raise NCHECKS=6, to have about 30 minutes of audio without pauses, anyway, the parameters are there for catter for your needs, just play with them.
428428
<pre>
429-
user@box mpvc $ PERIOD=300 NCHECK=3 mpvc-autopilot -i 192.168.0.2
429+
user@box mpvc $ mpvc-autopilot -p 300 -n 3 -i 192.168.0.2
430430
# mpvc-autopilot mpvc pingscan PERIOD=300 NCHECK=3 192.168.0.2
431431
# 2023-09-15T19:26+00:00 mpvc-autopilot PERIOD=300 NCHECK=6 pause=false c=0 n=0
432432
# 2023-09-15T19:31+00:00 mpvc-autopilot PERIOD=300 NCHECK=6 pause=false c=0 n=-1
@@ -758,7 +758,7 @@ <h3 id="logbook-20251108">On companion tools that go well with mpvc, 08 November
758758
<pre>
759759
</pre>
760760
</p>
761-
761+
762762
<h2 id="gmt4-mpvc-logbook-the-end">The End</h2>
763763

764764
Return to the <a href="#gmt4-mpvc-fork">Start</a>

0 commit comments

Comments
 (0)