Skip to content

Releases: mrkeuz/vlcsync

v0.3.3

21 Nov 23:43

Choose a tag to compare

Maintains release

  • Fix volume reading for some platforms #17
  • Minor code cleanup

Update from previous version

  • pip3 install -U vlcsync

v0.3.2

21 Nov 12:31
08c2a5d

Choose a tag to compare

Main release features:

  • Add --no-timestamp-sync flag #16

Update from previous version

  • pip3 install -U vlcsync

v0.3.1

20 Apr 05:39

Choose a tag to compare

Maintains release

  • Fix volume reading for some platforms #13
  • Fix volume change on playlist item change (without --volume-sync)
  • Fix endless sync loop on some corner cases
  • Minor improvements

Update from previous version

  • pip3 install -U vlcsync

v0.3.0

08 Sep 22:18

Choose a tag to compare

Main release features:

  • Ability to sync playlist sequence (#7)
  • Add volume sync for exotic cases (see vlcsync --help)

Arguments added:

  • --volume-sync argument

Documentation changes:

  • README.md changed

Update from previous version

  • pip3 install -U vlcsync

v0.2.1

05 Aug 01:31
ace58b1

Choose a tag to compare

Main release features:

  • Fix macOS autodiscovery support

v0.2.0

05 Nov 00:12

Choose a tag to compare

Main release features:

  • Ability to add vlc instances to sync via (host:port) in additional to local auto discovery

Arguments added:

  • --rc-host <host:port> [--rc-host <host:port>] argument(s) for add manual VLC instances to sync
  • --no-local-discovery argument for disable local discovery
  • -help argument
  • --version argument

Documentation changes:

  • README.md changed
  • Added Awesome section

v0.1.6

06 May 04:14

Choose a tag to compare

  • Windows related optimizations

v0.1.5

04 May 16:32

Choose a tag to compare

  • Add windows support. Tested on Windows 7 (32 bit), Windows 10 (64 bit)