Replies: 8 comments
-
To know what to build it would be helpful to know the purpose of having a windows portable --no-gui release. However, I've given it a try and it is available from: https://github.com/Et0h/syncplay/releases/download/console-test/syncplay_v1.6.8_dev_console.zip Syncplay should operate in console mode but it won't run if you have not specified all of the relevant settings (as it tries to open the configuration window and fails). You can run Syncplay with something like: syncplay.exe --host syncplay.pl:8995 --room MyRoom --name siferati --player-path "c:\Program Files\mpv\mpv.exe" You can also modify the settings within syncplay.ini, which will be populated the first time you sucesfully run Syncplay. |
Beta Was this translation helpful? Give feedback.
-
For future reference, this is how my console build differs from GIT HEAD:
Plus I added syncplay.ini to the built folder to make it a portable release. |
Beta Was this translation helpful? Give feedback.
-
Thanks!
I have no need for the syncplay gui - the mpv window alone is enough. Unfortunately, when you close the syncplay gui in the default release it also closes the player. However, with CreateObject("Wscript.Shell").Run "Syncplay.exe --no-gui", 0, True In the meantime, I was able to more or less compile it in my computer, however I get the warning I don't think setting |
Beta Was this translation helpful? Give feedback.
-
Here is a version with GUI support and without --no-gui by default: https://github.com/Et0h/syncplay/releases/download/console-test/syncplay_v1.6.8_dev_console_v2.zip - you can't control the console while Syncplay GUI is running because of how things work. Use --no-gui to launch in no GUI mode. |
Beta Was this translation helpful? Give feedback.
-
By the way, those who are controlling Syncplay by mpv may be pleased to know that all of the Syncplay console commands are accessible from within the mpv chat feature if you use / before the message. See https://syncplay.pl/guide/client/#:~:text=Commands%20accessible%20via%20the%20chat%20facility for details. |
Beta Was this translation helpful? Give feedback.
-
What about the |
Beta Was this translation helpful? Give feedback.
-
I think that warning is benign - it's has been there for a long time, but doesn't cause any issues that we could see. Not even with high dpi screens since this commit. |
Beta Was this translation helpful? Give feedback.
-
I agree it is benign, but people keep complaining about it and it sends people down the wrong path to figuring out problems so I've hopefully supressed the error now for future releases. |
Beta Was this translation helpful? Give feedback.
-
Hello, like the title says, I would like you to upload a windows portable release with support for the
--no-gui
option please, as I cannot build it myself.Also, the path to the icon resource below should read
syncplay\\resources\\icon.ico
instead ofresources\\icon.ico
.syncplay/buildPy2exe.py
Lines 752 to 753 in f57df2c
Beta Was this translation helpful? Give feedback.
All reactions