Skip to content

Releases: Syncplay/syncplay

Syncplay 1.4.0 (RC4)

24 Dec 10:56
Compare
Choose a tag to compare
Syncplay 1.4.0 (RC4) Pre-release
Pre-release

RC3 of Syncplay 1.4.0 brings a number of tweaks, bug fixes, and compatibility improvements and RC4 adds one minor VLC bugfix. This should be considered the latest 'stable' release of Syncplay.

Download links:

Syncplay is not properly supported on Mac as none of the core Syncplay developers have a Mac. If you know any good OS X Python developers then please ask them to help resolve our outstanding OS X issues.

Only change in RC4 (compared to RC3):

  • Better handle VLC position reporting imprecision for all AVI files and for MKV files that have an incorrect or low framerate (VLC tickets #17658 and #17126). There may still be some issues with these files, but far fewer.

Notable bug fixes in RC3 (compared to RC2):

  • Updated Russian translation (by Corwin)
  • Add "edit playlist" option and "add X as trusted domain" playlist menu options to playlist context menu
  • Increase folder timeout thresholds and reduce false-positives of folder timeout
  • Use "store and run" as default GuiConfig button unless --no-store switch specified
  • Improved shared playlist support (e.g. address bugs which caused files to switch unexpectedly or not advance properly, or erroneously set people as not ready when advancing)
  • Added support for Support for DESTDIR and PREFIX in Makefile (#114 by Hummer12007, fixing #110 by diogocp)
  • Fixed issues with VLC support and added VLC3 support (inc. #108 and PR #109 by Pilotat)
  • Fix issues with mpv dropping old 'length' property; needed for mpv >=0.23.0 compatibility (PR #120 by wiiaboo)
  • (mpv) remove remove scaletempo filter command line switch and more selectively disable verbosity (#106 by wiiaboo)
  • Prevent import error message from being displayed when GUI is disabled on systems without PySide (#117 by Hummer12007)
  • Prevent media player from re-opening same file on double-click from Syncplay UI, which caused rewind on some players
  • Fix double join message when entering a room with no file on servers with isolated rooms enabled (#123 reported by Corwin, fixed by Uriziel)
  • Improved support for Unicode URLs (issue reported by lyk)
  • Move to NSIS3 for improved security (resolves #121 by Armada651)
  • Fix issue with icons being misaligned in elements made taller due to text scaling

…the full Syncplay 1.4.0 changelog is available at: http://syncplay.pl/changelog/

Syncplay 1.4.0 (RC3)

23 Dec 23:47
Compare
Choose a tag to compare
Syncplay 1.4.0 (RC3) Pre-release
Pre-release

RC3 of Syncplay 1.4.0 brings a number of tweaks, bug fixes, and compatibility improvements. This should be considered the latest 'stable' release of Syncplay.

Download links:

Syncplay is not properly supported on Mac as none of the core Syncplay developers have a Mac. If you know any good OS X Python developers then please ask them to help resolve our outstanding OS X issues.

Notable bug fixes in RC3 (compared to RC2):

  • Updated Russian translation (by Corwin)
  • Add "edit playlist" option and "add X as trusted domain" playlist menu options to playlist context menu
  • Increase folder timeout thresholds and reduce false-positives of folder timeout
  • Use "store and run" as default GuiConfig button unless --no-store switch specified
  • Improved shared playlist support (e.g. address bugs which caused files to switch unexpectedly or not advance properly, or erroneously set people as not ready when advancing)
  • Added support for Support for DESTDIR and PREFIX in Makefile (#114 by Hummer12007, fixing #110 by diogocp)
  • Fixed issues with VLC support and added VLC3 support (inc. #108 and PR #109 by Pilotat)
  • Fix issues with mpv dropping old 'length' property; needed for mpv >=0.23.0 compatibility ( (PR #120 by wiiaboo)
  • (mpv) remove remove scaletempo filter command line switch and more selectively disable verbosity (#106 by wiiaboo
  • Prevent import error message from being displayed when GUI is disabled on systems without PySide (#117 by Hummer12007)
  • Prevent media player from re-opening same file on double-click from Syncplay UI, which caused rewind on some players
  • Fix double join message when entering a room with no file on servers with isolated rooms enabled (#123 reported by Corwin, fixed by Uriziel)
  • Improved support for Unicode URLs (issue reported by lyk)
  • Move to NSIS3 for improved security (resolves #121 by Armada651)
  • Fix issue with icons being mis-placed in elements made taller due to text scaling

Syncplay 1.4.0 (RC2)

17 Jul 12:17
Compare
Choose a tag to compare
Syncplay 1.4.0 (RC2) Pre-release
Pre-release

The new Shared Playlist feature means anyone can add a file to a joint queue, and when you get to the end of one file it will automatically load the next one and rewind.

Fixes in RC2:

  • ! Fixed bug where playlist where a client might erroneously change playlist selection when updating playlist if it had previously been updated by a different user in a way that moved the position of the currently playing file in the playlist.
  • ! Fixed bug where VLC would not play a newly loaded file
  • ! Fixed bug where Syncplay/VLC would sometimes crash if you tried to run with an old version of VLC (reported via Twitter by @coreyp0wner)
  • ! Updated syncplay.lua to make it clear that for VLC sometimes the file needs to be placed in the lib64 folder rather than the lib folder (addressing #103 by abhsag24)

*Syncplay 1.4.0 Changelog (+Addition, Change, !Fix):

  • + Add shared playlists feature
  • * By default auto-play only triggers if everyone is playing the same file
  • * Search for media in user-specified media directories rather than directory of currently playing file (e.g. for double click to switch file)
  • ! Fix issue with Media Player Classic (not home cinema) being misidentified as mplayer2
  • ! Fix issues with MPC-HC and mpv being sent commands/queries while loading a file (could cause MPC-HC to crash or Syncpplay to freeze)
  • ! Fix bug loading relative config files in folders with UTF-8 characters
  • ! Show menu bar in OS X (#86 by nilsding, addressing an issue from #81)
  • ! Fix bug when loading Unicode files in *NIX (#85 by abhsag24, fixing #84 by minus7)
  • ! Prevent freezing when probing player paths on network drives (#78 by tari)
  • ! Set the correct player executable path when an .app was selected on OS X (#92 by nilsding, fixing #91 by thigan)

Thanks to everyone who has helped make the much-requested Shared Playlist feature a reality! If you notice any bugs, please e-mail us via [email protected] or make an Issue on our Github.

Syncplay 1.4.0 (RC1)

03 Jul 10:35
Compare
Choose a tag to compare
Syncplay 1.4.0 (RC1) Pre-release
Pre-release

The new Shared Playlist feature means anyone can add a file to a joint queue, and when you get to the end of one file it will automatically load the next one and rewind.

*Syncplay 1.4.0 Changelog (+Addition, Change, !Fix):

  • + Add shared playlists feature
  • * By default auto-play only triggers if everyone is playing the same file
  • * Search for media in user-specified media directories rather than directory of currently playing file (e.g. for double click to switch file)
  • ! Fix issue with Media Player Classic (not home cinema) being misidentified as mplayer2
  • ! Fix issues with MPC-HC and mpv being sent commands/queries while loading a file (could cause MPC-HC to crash or Syncpplay to freeze)
  • ! Fix bug loading relative config files in folders with UTF-8 characters
  • ! Show menu bar in OS X (#86 by nilsding, addressing an issue from #81)
  • ! Fix bug when loading Unicode files in *NIX (#85 by abhsag24, fixing #84 by minus7)
  • ! Prevent freezing when probing player paths on network drives (#78 by tari)
  • ! Set the correct player executable path when an .app was selected on OS X (#92 by nilsding, fixing #91 by thigan)

Thanks to everyone who has helped make the much-requested Shared Playlist feature a reality! If you notice any bugs, please e-mail us via [email protected] or make an Issue on our Github.

Syncplay 1.3.4 (Final)

12 Oct 11:09
Compare
Choose a tag to compare

New and changed in Syncplay 1.3.4:

  • (mpv) If mpv becomes unresponsive try to guess position for 60 seconds then give a critical error [RC2]
  • (mpv) Prevents reset of room position when someone joins with no file [RC2]
  • Prevents file path from being sent to server (fixes bug introduced in Syncplay 1.3.2) [RC2]
  • (UI) Updated German translation, e.g. for new features (contributed by DerGenaue)
  • (GUI) Improve performance of file checking feature (moved folder scanning into separate thread and added caching and 2 min auto re-check)

Release page: http://syncplay.pl/syncplay-1-3-4

Syncplay 1.3.4 (RC2)

02 Oct 01:37
Compare
Choose a tag to compare
Syncplay 1.3.4 (RC2) Pre-release
Pre-release

New and changed in Syncplay 1.3.4

  • (mpv) If mpv becomes unresponsive try to guess position for 60 seconds then give a critical error [RC2]
  • (mpv) Prevents reset of room position when someone joins with no file [RC2]
  • Prevents file path from being sent to server (fixes bug introduced in Syncplay 1.3.2) [RC2]
  • (UI) Updated German translation, e.g. for new features (contributed by DerGenaue)
  • (GUI) Improve performance of file checking feature (moved folder scanning into separate thread and added caching and 2 min auto re-check)

http://syncplay.pl/syncplay-1-3-4

Syncplay 1.3.4 (RC1)

20 Sep 11:26
Compare
Choose a tag to compare
Syncplay 1.3.4 (RC1) Pre-release
Pre-release

New and changed in Syncplay 1.3.4:

  • (UI) Updated German translation, e.g. for new features (contributed by DerGenaue)
  • (GUI) Improve performance of file checking feature (moved folder scanning into separate thread and added caching and 2 min auto re-check)

Release page: http://syncplay.pl/syncplay-1-3-4/

Syncplay 1.3.3 (Final)

01 Sep 16:05
Compare
Choose a tag to compare

New and improved in Syncplay 1.3.3:

  • (GUI) Added "public server list" feature to config dialogue (inspired by feedback from Mike Williams)
  • (GUI) Added 2 second timeout for media search, and made it more efficient (issue reported by Adrian)
  • (GUI) Per-player arguments now only shown when "show more options" is enabled (inspired by a suggestion from wiiaboo, who also contributed code to the feature)

Release page: http://syncplay.pl/syncplay-1-3-3/

Syncplay 1.3.3 (RC2)

31 Aug 09:29
Compare
Choose a tag to compare
Syncplay 1.3.3 (RC2) Pre-release
Pre-release

Syncplay 1.3.3 Release Candidate 2:

  • + (GUI) Added "public server list" feature to config dialogue
  • * (GUI) Added 1 second timeout for media search, and made it more efficient (to address issue reported by Adrian)
  • * (GUI) Per-player arguments now only shown when "show more options" is enabled

RC2 contains a number of bug fixes and minor tweaks over RC1, and integrates the public server list feature more elegantly into Syncplay's confgiruation interface.

Syncplay 1.3.3 (RC1)

27 Aug 22:21
Compare
Choose a tag to compare
Syncplay 1.3.3 (RC1) Pre-release
Pre-release

Syncplay 1.3.3 Release Candidate 1:

  • + (GUI) Added "public server list" feature to config dialogue
  • * (GUI) Added 1 second timeout for media search, and made it more efficient
  • * (GUI) Per-player arguments now only shown when "show more options" is enabled