rename project, fix bug & optional output path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
'''
|
||||
* FSRImageVideoUpscalerFrontend - handler.py
|
||||
* FSRSimpleMediaScalerLiteFrontend - handler.py
|
||||
*
|
||||
* Created by Janis Hutz 03/14/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
@@ -43,7 +43,7 @@ class Handler:
|
||||
|
||||
def handler( self, filepath, scalefactor, output_path, sharpening, filetype, engine, mode, threads=4 ):
|
||||
# Function to be called when using this class as this function automatically determines if file is video or image
|
||||
print( '\n\n ImageVideoUpscaler - V1.1.0\n\n(c) 2023 ImageVideoUpscaler contributors\n\n\n\n' );
|
||||
print( '\n\n SimpleMediaScalerLite - V1.1.0\n\n(c) 2023 SimpleMediaScalerLite contributors\n\n\n\n' );
|
||||
|
||||
if self.os_type == 'linux':
|
||||
self.tmppath = config['PathSettings']['tmpPathLinux']
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
* ImageVideoUpscaler - pluginDownloader.py
|
||||
* SimpleMediaScalerLite - pluginDownloader.py
|
||||
*
|
||||
* Created by Janis Hutz 05/31/2023, Licensed under the GPL V3 License
|
||||
* https://janishutz.com, development@janishutz.com
|
||||
|
||||
Reference in New Issue
Block a user