diff --git a/.desktop b/.desktop
index cc23c44..d30d8bb 100755
--- a/.desktop
+++ b/.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
-Name=FSR Image & Video Upscaler
-Comment=Upscale your videos and images with FSR
-Path=/opt/fsrimageupscaler
-Exec=/opt/fsrimageupscaler/fsrimagevideoupscaler
-Icon=fsrimageupscaler
+Name=Image & Video Upscaler
+Comment=Upscale your videos and images with different upscalers
+Path=/opt/imagevideoupscaler
+Exec=/opt/imagevideoupscaler/imagevideoupscaler
+Icon=imagevideoupscaler
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9d5d744
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,18 @@
+#
+# FSRImageVideoUpscalerFrontend - .gitignore
+#
+# Created by Janis Hutz 05/24/2023, Licensed under the GPL V3 License
+# https://janishutz.com, development@janishutz.com
+#
+#
+#
+
+# remove pycache
+__pycache__
+
+# remove node_modules from repo
+node_modules
+
+# ignore build & dist folders
+build
+dist
\ No newline at end of file
diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100755
index 26d3352..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/FSRImageVideoUpscalerFrontend.iml b/.idea/FSRImageVideoUpscalerFrontend.iml
deleted file mode 100755
index d0876a7..0000000
--- a/.idea/FSRImageVideoUpscalerFrontend.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/FSRImageVideoUpscalerFrontendNew.iml b/.idea/FSRImageVideoUpscalerFrontendNew.iml
deleted file mode 100755
index d0876a7..0000000
--- a/.idea/FSRImageVideoUpscalerFrontendNew.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100755
index 105ce2d..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100755
index dc9ea49..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100755
index b294555..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100755
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index f288702..0933115 100755
--- a/LICENSE
+++ b/LICENSE
@@ -631,8 +631,8 @@ to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
-
- Copyright (C)
+ A simple PyQT5 frontend to upscale both videos and images
+ Copyright (C) 2023 Janis Hutz
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -652,7 +652,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:
- Copyright (C)
+ ImageVideoUpscalerFrontend 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 2c5334d..f25acfc 100755
--- a/README.md
+++ b/README.md
@@ -1,47 +1,99 @@
-# FSRImageVideoUpscalerFrontend
-A GTK frontend to upscale images / videos using AMD's FidelityFX Super Resolution.
-*NOTE: THIS PROJECT IS STILL IN DEVELOPMENT AND MAY STILL CONTAIN SOME FUNDAMENTAL BUGS!*
+