View Single Post
Old 27th July 2018, 20:38   #46  |  Link
ChaosKing
Registered User
 
Join Date: Dec 2005
Location: Germany
Posts: 1,795
I just re-checked and noticed that "identifier": "com.mio.sangnom" is actually from SangNom from https://bitbucket.org/James1201/vapoursynth-sangnom and not from the github version (it has a different identifier!)
What would be the prefered way now? Replace/correct sangnom.json or create a new json file? what about the filename? You knew this day will come

Here's the corrected file
Code:
{
	"name": "SangNom",
	"type": "Plugin",
	"description": "SangNom is a single field deinterlacer using edge-directed interpolation but nowadays it's mainly used in anti-aliasing scripts.",
	"website": "https://bitbucket.org/James1201/vapoursynth-sangnom",
	"doom9": "https://forum.doom9.org/showthread.php?t=173752",
	"category": "Deinterlacing",
	"identifier": "com.mio.sangnom",
	"namespace": "sangnom",
	"releases": [
		{
			"version": "r40",
			"win64": {
				"url": "https://bitbucket.org/James1201/vapoursynth-sangnom/downloads/libsangnom%20r40%20win64.7z",
				"files": [
					"libsangnom r40 win64/gcc/libsangnom.dll"
				],
				"hash": {
					"libsangnom.dll": "cd62d7e54f086e5752965072b07cc9e90b168517768472c76e754007763de9ae"
				}
			}
		}
	]
}
__________________
AVSRepoGUI // VSRepoGUI - Package Manager for AviSynth // VapourSynth
VapourSynth Portable FATPACK || VapourSynth Database
ChaosKing is offline   Reply With Quote