From 5e0cd94ce4a3ca999e3eb946a0aab3fa220d46ce Mon Sep 17 00:00:00 2001 From: mrkeuz Date: Sat, 9 Sep 2023 01:03:41 +0300 Subject: [PATCH] Update README.md - Add v0.3.0 (playlist sync) info --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fcb826..41e6f87 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ VLC Sync ======== -Utility for synchronize multiple instances of VLC. Supports seek, play and pause. +Utility for synchronize multiple instances of VLC. Supports seek, play and pause/stop, playlist and volume sync. #### Motivation @@ -43,6 +43,10 @@ $ vlcsync --rc-host 192.168.1.100:12345 --rc-host 192.168.1.50:54321 # For disable local discovery (only remote instances) $ vlcsync --no-local-discovery --rc-host 192.168.1.100:12345 +# Started from version 0.3.0 (playlists sync) +# Support volume sync for exotic cases +$ vlcsync --volume-sync + # For help and see all options $ vlcsync --help ```