View Single Post
Old 26th April 2019, 20:13   #1  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
VSRepoGUI - A simple plugin manager for VapourSynth

I made a simple gui for VSRepo.


Python.exe needs to be in PATH! You need .net 4.5.2 I think.

Download here
Source

Some feedback and feature requests would be nice.

Todo:
- fix bugs :P
- console output or better progressbar
- check if 7z is callable.

For a portable mode you need to create a "vsrepogui.json" text file in the same folder as the exe with the following contents:
(relative paths are now also supported)
Code:
{  
   "Bin":"D:\\PortableApps\\VapourSynth\\vsrepo\\abc d\\vsrepo.py",
   "win32": {
	"Binaries":"abc d\\p32",
	"Scripts":"..\\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; 25th April 2020 at 11:17.
ChaosKing is offline   Reply With Quote