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. |
|
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. |
|
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, TrueIn the meantime, I was able to more or less compile it in my computer, however I get the warning I don't think setting |
|
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. |
|
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. |
|
What about the |
|
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. |
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
Hello, like the title says, I would like you to upload a windows portable release with support for the
--no-guioption please, as I cannot build it myself.Also, the path to the icon resource below should read
syncplay\\resources\\icon.icoinstead ofresources\\icon.ico.syncplay/buildPy2exe.py
Lines 752 to 753 in f57df2c
All reactions