Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Add v0.3.0 (playlist sync) info
  • Loading branch information
mrkeuz committed Sep 8, 2023
1 parent 6bffa99 commit 5e0cd94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 5e0cd94

Please # to comment.