Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
20th October 2018, 20:33 | #1 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
AVSRepo - plugin manager for Avisynth+
You probably saw that Myrsloik made an awesome plugin manager VSRepo for VapourSynth. I created some packages for avisynth, mostly for pinterfs github repo for easy mvtools / masktools updates.
Code:
.\avsrepo.exe install abcxyz mvtools masktools fft3dfilter .\avsrepo.exe -t win32 -b D:\AvisynthRepository\AVSPLUS_x86\plugins -s D:\AvisynthRepository\SCRIPTS install masktools .\avsrepo.exe -t win64 -b D:\AvisynthRepository\AVSPLUS_x64\plugins -s D:\AvisynthRepository\SCRIPTS install mvtools .\avsrepo.exe update I plan to add detection of the avisynth plugins folder in the beta release. https://github.com/theChaosCoder/avsrepo EDIT You don't need to install python anymore. The script is "compiled" to an exe. Download https://github.com/theChaosCoder/avsrepo/releases (don't forget to remove your old plugins/scripts!) If your plugins are stored in "program files" you need to run the script with admin privileges.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 1st June 2020 at 12:03. |
12th December 2018, 14:31 | #2 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
With the help of PyInstaller I managed to make an exe with a bundled python dependency (you don't need python installed anymore). It still has some problems but you can use it to install and update scripts.
Download here: https://github.com/theChaosCoder/vsr....1/avsrepo.zip Repo: https://github.com/theChaosCoder/vsr.../AVSRepo/local Example: "just download" in current folder* Code:
avsrepo.exe -t win32 -p install avs_mvtools avsrepo.exe -t win32 -p install avs_abcxyz Example: Update all plugins Code:
avsrepo.exe -f -t win32 -p -b D:\AvisynthRepository\AVSPLUS_x86\plugins -s D:\AvisynthRepository\SCRIPTS upgrade-all avsrepo.exe -f -t win64 -p -b D:\AvisynthRepository\AVSPLUS_x64\plugins -s D:\AvisynthRepository\SCRIPTS upgrade-all -s for scripts -f force update if local file exists and is unknown (hash unknown)
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 28th February 2019 at 23:48. |
28th February 2019, 23:38 | #3 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
Update https://github.com/theChaosCoder/vsr...eases/tag/v0.2
7z is now included. Repo update should work out of the box now. Many plugins are added.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 28th February 2019 at 23:42. |
1st March 2019, 00:32 | #4 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,011
|
You are taking away jobs from the workers, what on earth would groucho have to do now, you dont thiink or consider other people, I'm quite aghast,
(you do know how much Groucho likes to lord it over others with the "I told you so" type stuff, well you are gonna take all of that stuff away from him, you just dont consider how other poeple might feel, your bad CK, ) EDIT: Downloading, thanx
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 1st March 2019 at 00:36. |
1st March 2019, 01:27 | #5 | Link | |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
Quote:
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
|
1st March 2019, 16:59 | #6 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
@StainlessS Have you ever considered hosting your plugins/scripts on github? MediaFire and sendspace doesn't allow direct linking. Plus you get all the git benefits.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
1st March 2019, 18:48 | #7 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,011
|
Sounds like a good idea, but I aint got no clue bout git, looks like a lot of study and I dont like that [me is lazy]
One day I will (think I've got some kind of git software somewhere, even for XP).
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
1st March 2019, 19:04 | #8 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
It's super easy with https://www.gitkraken.com/
(free for personal use)
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
1st March 2019, 19:41 | #9 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,011
|
Yip, thats one of the ones I've got I think (but think mine is Vista or W7+)
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
2nd March 2019, 13:21 | #10 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,590
|
Quote:
__________________
See My Avisynth Stuff |
|
2nd March 2019, 13:28 | #11 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
look at the second post or here https://github.com/theChaosCoder/vsr...eases/tag/v0.2
Changed the first post a bit to make it more clear.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 2nd March 2019 at 13:31. |
2nd March 2019, 14:12 | #12 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,590
|
Quote:
anyway did you add the chikuzen plugins I edit/build? https://forum.doom9.org/showpost.php...7&postcount=36
__________________
See My Avisynth Stuff Last edited by real.finder; 2nd March 2019 at 14:16. |
|
2nd March 2019, 14:22 | #13 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
Nope https://github.com/theChaosCoder/vsr...tcannymod.json, https://github.com/theChaosCoder/vsr..._combmask.json
Could you make a release on github? This way it is easy to auto update in the future. EDIT Or you already did? https://github.com/realfinder/TCannyMod/releases
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
2nd March 2019, 14:29 | #14 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,590
|
Quote:
__________________
See My Avisynth Stuff |
|
2nd March 2019, 21:37 | #15 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
Alpha3 https://github.com/theChaosCoder/avsrepo/releases
- Avsrepo has now its own repo on github - Fixed some exit() errors - is now a 32Bit binary - runs always in "portable" -p mode for now. no need for -p I don't think it runs on xp.
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database Last edited by ChaosKing; 2nd March 2019 at 21:47. |
8th March 2019, 11:49 | #16 | Link | |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
from here https://forum.doom9.org/showpost.php...7&postcount=36
Quote:
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
|
8th March 2019, 15:52 | #17 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,590
|
Quote:
__________________
See My Avisynth Stuff |
|
9th March 2019, 23:27 | #18 | Link |
Registered User
Join Date: Dec 2005
Location: Germany
Posts: 1,813
|
Now with a web gui http://vsdb.top/avsrepogui
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth VapourSynth Portable FATPACK || VapourSynth Database |
10th March 2019, 01:05 | #19 | Link | |
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
Quote:
__________________
Groucho's Avisynth Stuff |
|
10th March 2019, 01:21 | #20 | Link | |
Registered User
Join Date: Sep 2006
Posts: 1,657
|
Quote:
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|