Nodsu:
* Patch to enable preview in remote GUI.
I really appreciate this patch as I always use a windows remote GUI to a linux amuled running on my router. This patch seems to work fine, however theres a caveat preventing the success for me:
Amulegui on my windows system obviously prefixes the filename of the partfile with a slash. This might be correct on unices, on Windows however it leads to the following construct:
H:\amule\temp/05.part
This string is handed over to VLC which doesn't accept the path. Would it be possible to check for Win32 during compilation and use a backslash instead of a slash then?
Thanks!
chemical