Syncplay Download links (hosted by GitHub):
- Windows installer (store settings in %APPDATA%) – DO NOT RUN AS ADMINISTRATOR ON WINDOWS 11!
- Windows portable (store settings in Syncplay folder) – DO NOT RUN AS ADMINISTRATOR ON WINDOWS 11!
- Linux Deb Package
- Linux Deb Server-only Package
- Linux Tarball (see installation instructions if you don’t know how to sudo make install)
- MacOS (10.14+) disk image – macOS universal2 binary (with native code for both Intel and Apple Silicon). For MacOS 10.11 & 12 you can use Syncplay 1.6.9 but be aware that macOS 10 is no longer supported by Apple and so may not be receiving security updates.
Notes:
- If Syncplay does not load on Windows then you probably need to install the Microsoft Visual C++ 2015-2022 Redistribuble Package (Download the 32-bit version, i.e. ‘vc_redist.x86.exe’). If it still doesn’t work then download the client console option bundle and run SyncplayConsole.exe for a command line interface for Syncplay.
- We have discontinued support for the legacy release of macOS as the relevant versions of the OS have reached end of life (EOL). We have also discontinued support for Linux AppImage / Snap -. Use Deb package or Tarball instead.
- Please report bugs and problems via https://github.com/Syncplay/syncplay/issues
- Please discuss ideas, etc. via https://github.com/Syncplay/syncplay/discussions
- Review the source code: https://github.com/Syncplay/syncplay
Changelog:
Headline changes:
- Adding –interface-ipv4 and –interface-ipv6 command line switches to server to allow better control over binding to interfaces (#582 by @powerjungle)
- Now offering a SyncplayConsole.exe bundle. This is a command line version of the Syncplay client for Windows (#630 / #450 suggested by @siferati and coded by @Et0h).
- AppImage support discontinued (#643).
- Use PySide6 Python >= 3.12 and continue to use it macOS (#645 by @luk1337)
Tweaks:
- Re-work readiness notifications for non-operators (#607 raised by @BlepBlep and resolved by @Et0h)
- Show current offset in set offset dialog (#642 suggested and tested by @Xeiv, resolved by @Et0h)
Bug fixes and maintenance:
- Fix ArchLinux GUI TypeError (#600 raised by @YamiDoesDev and resolved by @Et0h)
- Playlist restoration should not undo clearing actions (#609 raised by @gavtroy and resolved by @Et0h)
- Support player arguments like –no-border in mpv (#616 raised by @ducreyna and resolved by @Et0h)
- Ensure MPC-HC resets position on playlist change (#618 raised by @mbalandis and resolved by @Et0h)
- Define desktop filename for Wayland compliance to fix icon (#627 by @z411)
- Fix offset sub-second precision bug (#642 identified @Xeiv, resolved by @Et0h)
- Remove broken setAlignment calls (#646 by @luk1337)
- Don’t pass empty model to QCompleter (#647 by @luk1337)