diff --git a/.gitignore b/.gitignore
index f88f3fd..a255e18 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
#
-# FSRSimpleMediaUpscalerLiteFrontend - .gitignore
+# SimpleMediaUpscalerLite - .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 90b68a2..20ba089 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:
- SimpleMediaUpscalerLiteFrontend Copyright (C) 2023 Janis Hutz
+ SimpleMediaUpscalerLite 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 46f7cea..61490c5 100755
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@

-
SimpleMediaUpscalerLiteFrontend
+
SimpleMediaUpscalerLite
@@ -22,7 +22,10 @@
-An Electron App with Python CLI to upscale images and videos using multiple different upscaling engines.
+smuL (pronounced like "small") is an Electron App with Python CLI to upscale images and videos using multiple different upscaling engines.
+
+# New LOGO needed!
+If you have a suggestion for a new logo, please comment on this issue [here](https://github.com/simplePCBuilding/SimpleMediaScalerLite/issues/16)
# Functionality
This app allows you to fully automatically upscale a single file or a full on folder with one of many different engines.
diff --git a/bin/handler.py b/bin/handler.py
index e6f9d90..650545d 100755
--- a/bin/handler.py
+++ b/bin/handler.py
@@ -1,5 +1,5 @@
'''
-* FSRSimpleMediaUpscalerLiteFrontend - handler.py
+* SimpleMediaUpscalerLite - handler.py
*
* Created by Janis Hutz 03/14/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com
diff --git a/frontend/package.json b/frontend/package.json
index f384435..f8e87ae 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -13,7 +13,7 @@
},
"license": "GPL-3.0-or-later",
"bugs": {
- "url": "https://github.com/simplePCBuilding/FSRSimpleMediaUpscalerLiteFrontend/issues"
+ "url": "https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/issues"
},
"private": true,
"scripts": {
diff --git a/package.json b/package.json
index 6843bf4..b211c7a 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/simplePCBuilding/FSRSimpleMediaUpscalerLiteFrontend.git"
+ "url": "git+https://github.com/simplePCBuilding/SimpleMediaUpscalerLite.git"
},
"keywords": [
"upscaler",
@@ -21,8 +21,8 @@
"author": "Janis Hutz",
"license": "GPL-3.0-or-later",
"bugs": {
- "url": "https://github.com/simplePCBuilding/FSRSimpleMediaUpscalerLiteFrontend/issues",
+ "url": "https://github.com/simplePCBuilding/SimpleMediaUpscalerLite/issues",
"email": "development@janishutz.com"
},
- "homepage": "https://github.com/simplePCBuilding/FSRSimpleMediaUpscalerLiteFrontend#readme"
+ "homepage": "https://github.com/simplePCBuilding/SimpleMediaUpscalerLite#readme"
}
diff --git a/smuL-cli.py b/smuL-cli.py
index f4fdc91..f250d3b 100644
--- a/smuL-cli.py
+++ b/smuL-cli.py
@@ -1,5 +1,5 @@
"""
-* FSRSimpleMediaUpscalerLiteFrontend - fsrSimpleMediaUpscalerLite-cli.py
+* SimpleMediaUpscalerLite - fsrSimpleMediaUpscalerLite-cli.py
*
* Created by Janis Hutz 03/15/2023, Licensed under the GPL V3 License
* https://janishutz.com, development@janishutz.com