View Single Post
Old 2nd May 2019, 09:19   #33  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
Alpha3
- Removed some duplicate calls, should start faster now
- Use PythonPath if available in vs registry
- Win64 toggle is fully working now
- Added a "portable mode"
- auto update definitions on start
EDIT: And fixed search
EDIT2: And source code is up

For portable mode you need to create a "vsrepogui.json" text file in the same folder as the exe with the following contents:

Code:
{  
   "Bin":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\vsrepo.py",
   "win32": {
	"Binaries":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\p32",
	"Scripts":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\scripts",
   },
   "win64": {
	"Binaries":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\p64",
	"Scripts":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\scripts",
   }
}
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 2nd May 2019 at 18:09.
ChaosKing is offline   Reply With Quote