From bb44362a3e5c2c76904ea06688602be0879d30c8 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 7 Jun 2023 19:59:35 +0200 Subject: [PATCH] fix name wrong --- .gitignore | 2 +- LICENSE | 2 +- README.md | 37 +++++++++++++++----------------- bin/handler.py | 4 ++-- bin/pluginDownloader.py | 2 +- config/settings.ini | 2 +- frontend/README.md | 2 +- frontend/package-lock.json | 4 ++-- frontend/package.json | 6 +++--- frontend/src/upscalingHandler.js | 6 +++--- frontend/src/views/AboutView.vue | 6 +++--- frontend/src/views/HomeView.vue | 2 +- package.json | 8 +++---- smuL-cli.py | 6 +++--- website/plugins.md | 2 +- 15 files changed, 44 insertions(+), 47 deletions(-) diff --git a/.gitignore b/.gitignore index 615e938..f88f3fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# FSRSimpleMediaScalerLiteFrontend - .gitignore +# FSRSimpleMediaUpscalerLiteFrontend - .gitignore # # Created by Janis Hutz 05/24/2023, Licensed under the GPL V3 License # https://janishutz.com, development@janishutz.com diff --git a/LICENSE b/LICENSE index 1865b40..90b68a2 100755 --- a/LICENSE +++ b/LICENSE @@ -653,7 +653,7 @@ Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: - SimpleMediaScalerLiteFrontend Copyright (C) 2023 Janis Hutz + SimpleMediaUpscalerLiteFrontend Copyright (C) 2023 Janis Hutz This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. diff --git a/README.md b/README.md index 204ec2e..46f7cea 100755 --- a/README.md +++ b/README.md @@ -1,32 +1,29 @@
-

SimpleMediaScalerLiteFrontend

+

SimpleMediaUpscalerLiteFrontend

- - - - - + + + + +
- GitHub Repo stars - GitHub watchers - - GitHub forks - GitHub commit activity + GitHub Repo stars + GitHub watchers + + GitHub forks + GitHub commit activity
- GitHub all releases - GitHub release (latest by date) - - + GitHub all releases + GitHub release (latest by date) + +
An Electron App with Python CLI to upscale images and videos using multiple different upscaling engines. -# NEW NAME & LOGO NEEDED! -If you have suggestions for a name, please let us know [here](https://github.com/simplePCBuilding/SimpleMediaScalerLite/issues/16). If you want to contribute a new logo, please open a PR and add it, or just let us know in the beforementioned issue. - # Functionality This app allows you to fully automatically upscale a single file or a full on folder with one of many different engines. - Choose an input & output file from a GUI filemanager. @@ -44,9 +41,9 @@ This app allows you to fully automatically upscale a single file or a full on fo This App also features a CLI interface. ``` -usage: SimpleMediaScalerLite-cli.py [-h] [-i INPUTFILE] [-o OUTPUTFILE] [-s SCALEFACTOR] [-S SHARPENING] [-T THREADS] [-E ENGINE] [-M MODE] [-F FILETYPE] [-d DETAILS] [-p] [-v] +usage: SimpleMediaUpscalerLite-cli.py [-h] [-i INPUTFILE] [-o OUTPUTFILE] [-s SCALEFACTOR] [-S SHARPENING] [-T THREADS] [-E ENGINE] [-M MODE] [-F FILETYPE] [-d DETAILS] [-p] [-v] -SimpleMediaScalerLite - CLI, a CLI application to upscale videos and images using different upscaling engines. +SimpleMediaUpscalerLite - CLI, a CLI application to upscale videos and images using different upscaling engines. options: -h, --help show this help message and exit diff --git a/bin/handler.py b/bin/handler.py index 41ea9fb..e6f9d90 100755 --- a/bin/handler.py +++ b/bin/handler.py @@ -1,5 +1,5 @@ ''' -* FSRSimpleMediaScalerLiteFrontend - handler.py +* FSRSimpleMediaUpscalerLiteFrontend - handler.py * * Created by Janis Hutz 03/14/2023, Licensed under the GPL V3 License * https://janishutz.com, development@janishutz.com @@ -48,7 +48,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 SimpleMediaScalerLite - V1.1.0\n\n(c) 2023 SimpleMediaScalerLite contributors\n\n\n\n' ); + print( '\n\n SimpleMediaUpscalerLite - V1.1.0\n\n(c) 2023 SimpleMediaUpscalerLite contributors\n\n\n\n' ); if self.os_type == 'linux': self.tmppath = tempfile.gettempdir() diff --git a/bin/pluginDownloader.py b/bin/pluginDownloader.py index 6a4bc25..7155424 100644 --- a/bin/pluginDownloader.py +++ b/bin/pluginDownloader.py @@ -1,5 +1,5 @@ """ -* SimpleMediaScalerLite - pluginDownloader.py +* SimpleMediaUpscalerLite - pluginDownloader.py * * Created by Janis Hutz 05/31/2023, Licensed under the GPL V3 License * https://janishutz.com, development@janishutz.com diff --git a/config/settings.ini b/config/settings.ini index 4426dd3..36fa1f7 100755 --- a/config/settings.ini +++ b/config/settings.ini @@ -1,5 +1,5 @@ [PathSettings] -defaultOutputPath = $HOME/FSRSimpleMediaScalerLite/ +defaultOutputPath = $HOME/FSRSimpleMediaUpscalerLite/ [DevSettings] loggerReqLevel = DEBUG \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md index edf6448..a1766e5 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -1,4 +1,4 @@ -# SimpleMediaScalerLite +# SimpleMediaUpscalerLite ## Project setup ``` diff --git a/frontend/package-lock.json b/frontend/package-lock.json index c825a51..c92d2e4 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -1,11 +1,11 @@ { - "name": "SimpleMediaScalerLite", + "name": "SimpleMediaUpscalerLite", "version": "2.0.0-dev1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "SimpleMediaScalerLite", + "name": "SimpleMediaUpscalerLite", "version": "2.0.0-dev1", "hasInstallScript": true, "license": "GPL-3.0-or-later", diff --git a/frontend/package.json b/frontend/package.json index c9d70b5..f384435 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,10 +1,10 @@ { - "name": "SimpleMediaScalerLite", + "name": "SimpleMediaUpscalerLite", "version": "2.0.0-dev1", "maintainers": [ "Janis Hutz " ], - "description": "An Electron frontend to the SimpleMediaScalerLite-CLI", + "description": "An Electron frontend to the SimpleMediaUpscalerLite-CLI", "homepage": "https://janishutz.com/scaler.html", "author": { "name": "Janis Hutz", @@ -13,7 +13,7 @@ }, "license": "GPL-3.0-or-later", "bugs": { - "url": "https://github.com/simplePCBuilding/FSRSimpleMediaScalerLiteFrontend/issues" + "url": "https://github.com/simplePCBuilding/FSRSimpleMediaUpscalerLiteFrontend/issues" }, "private": true, "scripts": { diff --git a/frontend/src/upscalingHandler.js b/frontend/src/upscalingHandler.js index 3d78f51..4195da9 100644 --- a/frontend/src/upscalingHandler.js +++ b/frontend/src/upscalingHandler.js @@ -1,5 +1,5 @@ /* -* SimpleMediaScalerLite - upscalingHandler.js +* SimpleMediaUpscalerLite - upscalingHandler.js * * Created by Janis Hutz 06/03/2023, Licensed under the GPL V3 License * https://janishutz.com, development@janishutz.com @@ -56,12 +56,12 @@ class UpscalingHandler { child.on( 'error', ( error ) => { console.log( 'An error occurred' + error ); win.send( 'error', 'An error occurred during upscaling. (Error message: ' + error.message + ')' ); - new Notification( { title: `SimpleMediaScalerLite - Error whilst upscaling', body: 'Your upscaling Job encountered an error whilst upscaling. (Error message: ${ error.message }).`} ).show(); + new Notification( { title: `SimpleMediaUpscalerLite - Error whilst upscaling', body: 'Your upscaling Job encountered an error whilst upscaling. (Error message: ${ error.message }).`} ).show(); } ); child.on( 'close', ( code ) => { win.send( 'finish', 'Your upscaling job finished with exit code ' + code + '. You may find its output here: ' + options.OutputFile ); - new Notification( { title: `SimpleMediaScalerLite - Job complete', body: 'Your Upscaling job has completed successfully (Code ${ code }). You may find its output here: ` + options.OutputFile } ).show(); + new Notification( { title: `SimpleMediaUpscalerLite - Job complete', body: 'Your Upscaling job has completed successfully (Code ${ code }). You may find its output here: ` + options.OutputFile } ).show(); } ); } diff --git a/frontend/src/views/AboutView.vue b/frontend/src/views/AboutView.vue index 0620875..4956d0b 100644 --- a/frontend/src/views/AboutView.vue +++ b/frontend/src/views/AboutView.vue @@ -1,8 +1,8 @@