View Single Post
Old 24th May 2019, 19:27   #1  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
AVSRepoGUI - A simple plugin manager for AviSynth

I made a simple GUI for AVSRepo. Currently it won't detect avs plugins folders but you can set the paths by yourself in avsrepogui.json

Releases
Plugin repo

You need also the latest avsrepo binary https://github.com/theChaosCoder/avsrepo/releases

Some feedback and feature requests would be nice.

avsrepogui.json
Relative paths are also supported
(The \\ are important, a single \ will not work for paths)
Code:
{  
   "Bin":"avsrepo.exe",
   "win32": {
	"Binaries":"abc d\\p32",
	"Scripts":"..\\scripts"
   },
   "win64": {
	"Binaries":"D:\\PortableApps\\Avisynth\\plugins64",
	"Scripts":"D:\\abc d\\scripts"
   }
}
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database

Last edited by ChaosKing; 4th January 2022 at 10:56.
ChaosKing is offline   Reply With Quote