thechaoscoder
thechaoscoder
I will have a look at it. But it sounds very similar to what avsrepo already does. With vsrupdate I can also auto update all plugins (currently only github repos...
It seems scoop does have support for dependencies https://github.com/lukesampson/scoop/wiki/Dependencies
Managing different cpu instructions + avs+, avs2.6, etc. could be also done with avsrepo. Just create a new json file with a different name xyz_xp.json and filter by the xp...
XP user don't have powershell5 installed :D Minimum support is Windows 7 SP1+
I think avsrepo would only need a function to check simple html websites/links. Maybe we could use scrapy for that: https://scrapy.org/ Another downside with scoop is that it hashes the...
I think I start slow by using this working mediafire downloader https://github.com/gilcu3/mediafire-dl It seems Groucho is also hosting his plugins there now. But I need to mirror the files otherwise...
The Mediafire file link will change, that is why I need a mirror. I mean the old file will be deleted and a new one uploaded. Downloads will fail until...
I would cache the whole mediafire folder (new and old files), so I don't have to implement mediafire stuff on the client side. The files are between 2kb and 200kb,...
This looks promising https://pypi.org/project/py7zr/ No rar support then?
Hmm yes dependencies... this should only be an issue for scripts or some complex plugins like https://github.com/AmusementClub/vs-mlrt Currently deps look like this: ``` "dependencies": [ "com.vapoursynth.removegrainvs", "systems.innocent.fft3dfilter" ], ``` We...