begin implementation of plugin downloader
This commit is contained in:
@@ -11,5 +11,7 @@
|
|||||||
"pluginCreator": "Janis Hutz",
|
"pluginCreator": "Janis Hutz",
|
||||||
"pluginCreatorLink": "https://janishutz.com",
|
"pluginCreatorLink": "https://janishutz.com",
|
||||||
"engineLink": "",
|
"engineLink": "",
|
||||||
"supports": [ "upscaling", "sharpening" ]
|
"supports": [ "upscaling", "sharpening" ],
|
||||||
|
"engineDownloadLink":"",
|
||||||
|
"filesToInclude": [ "fsr.py" ]
|
||||||
}
|
}
|
||||||
@@ -10,5 +10,7 @@
|
|||||||
"pluginCreator": "Janis Hutz",
|
"pluginCreator": "Janis Hutz",
|
||||||
"pluginCreatorLink": "https://janishutz.com",
|
"pluginCreatorLink": "https://janishutz.com",
|
||||||
"engineLink": "",
|
"engineLink": "",
|
||||||
"supports": [ "upscaling" ]
|
"supports": [ "upscaling" ],
|
||||||
|
"engineDownloadLink":"",
|
||||||
|
"filesToInclude": [ "fsr.py" ]
|
||||||
}
|
}
|
||||||
9
bin/pluginDownloader.py
Normal file
9
bin/pluginDownloader.py
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
"""
|
||||||
|
* ImageVideoUpscaler - pluginDownloader.py
|
||||||
|
*
|
||||||
|
* Created by Janis Hutz 05/31/2023, Licensed under the GPL V3 License
|
||||||
|
* https://janishutz.com, development@janishutz.com
|
||||||
|
*
|
||||||
|
*
|
||||||
|
"""
|
||||||
|
|
||||||
3
plugins/plugins.json
Normal file
3
plugins/plugins.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"fsr": { "displayName":"AMD FidelityFX Super Resolution" }
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user