Log in

View Full Version : Issue VSRepo : Addgrain 64bit in 32bit plugin directory


Pat357
14th January 2019, 23:08
Addgrain 64bit plugin is added to the /plugins32 directory upon installing it using vsrepo.

{
"name": "AddGrain",
"type": "VSPlugin",
"description": "Port of the Avisynth AddGrain filter",
"website": "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain",
"doom9": "https://forum.doom9.org/showthread.php?t=171073",
"category": "Other",
"identifier": "com.holywu.addgrain",
"namespace": "grain",
"github": "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain",
"releases": [
{
"version": "r7",
"published": "2018-11-29T07:10:54Z",
"win32": {
"url": "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain/releases/download/r7/AddGrain-r7.7z",
"files": {
"AddGrain.dll": [
"plugins64/AddGrain.dll",
"d28be27f6c003b9e1a465e96551a75a5f96bde34868912c7e97fb228303595b6"
]
}
},
"win64": {
"url": "https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain/releases/download/r7/AddGrain-r7.7z",
"files": {
"AddGrain.dll": [
"plugins64/AddGrain.dll",
"d28be27f6c003b9e1a465e96551a75a5f96bde34868912c7e97fb228303595b6"
]
}
}
},

ChaosKing
14th January 2019, 23:25
Good catch. I made a pull request on github. There is only a 64bit build in the latest release.

Myrsloik
14th January 2019, 23:28
Fixed. It was a mistake made due to addgrain r7 not having win32 binaries. I think it'll install the r6 binaries on win32 for you now.