hi there,
as i don't like the behaviour, that it's only possible to start only one instance of avsproxy connection i changed the source code accordingly to allow to change the port.
until now i have not figured out how to use the translation files accordingly, so this part is still missing (QR_TR_NOOP is the part isn't it?). maybe someone could help me out.
in addition i think it would be nice, if you're able to change the used port each time you call "connect to avisynth", so i append a configuration to allow this. but the implementation part of the gui is still missing. hope i could do this the next days.
a command line parameter is already able to do this.
the appended file is the patch based on a simple git diff. hope this is the correct way to submit a patch
hope you like this too

excuse my bad english
hinterwaeldler
ps. the bootstrap.bash file should be change to not delete the last generated source (at least i think so) and use a parralel behaviour which depends on the users cpu:
'$(echo $(grep MHz /proc/cpuinfo | wc -l) +1 | bc)'
only a quick hack but a large speed up during compiling

/€ edit says 2 little bugs not seen, corrected now