diff --git a/README.md b/README.md
index d364bbf..8d45f62 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,4 @@ And that's it! Now you have the latest version of DremJS installed on your web s
A system to update with a single click of a button and to install applications from DremJS itself is coming soon.
Input the path to the media file you would like to open. You can use the File Manager to find the path.
-
-
-
-
-
-
-
-
-
-
-
-
-
About DremJS Cinema
-
Version: 0.1.0b
-
-
- Open: Opens a media file.
- Toggle Light: Toggles the background to be white or black (easier on the eyes)
-
-
-
-
-
-
-
+\
+ \
+ ";
+ // This basically depends on the video tag to support the video and is dumb.
+ }else if(strstr($mime, "image/")){
+ return "";
+ }else if(strstr($mime, "audio/")){
+ return "";
+ }
+ } else {
+ return "";
+ }
+ } else {
+ return "";
+ }
+ }
+
+ function ShuffleMusic() {
+ // Build array of all music in the user's Music directory
+ $files = scandir("/home/user/Music/");
+ $music = array();
+ $temp = "";
+
+ // Find all files that have .mp3, .wav, or .ogg (not case sensitive) and put them into the $music array
+ for ($i = 0; $i < count($files); $i++) {
+ if (count($temp) >= 5) {
+ $temp = substr($files[$i], count($files[$i]-4));
+ } else {
+ $temp = "StringTooSmallSkipping";
+ }
+ if($temp == ".mp3" || $temp == ".wav" || $temp == ".ogg") {
+ $music[] = $files[$i];
+ }
+ }
+ }
+
+ /*if($_REQUEST["action"] == "shuffle") {
+ ShufleMusic();
+ }*/
+?>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Input the path to the media file you would like to open. You can use the File Manager to find the path.
+
+
+
+
+
+
+
+
+
+
+
+
+
About DremJS Cinema
+
Version: 0.1.0b
+
+
+ Open: Opens a media file.
+ Toggle Light: Toggles the background to be white or black (easier on the eyes)
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apps/Cinema/meta b/apps/Cinema/meta
index 3faef8f..30ed5d8 100644
--- a/apps/Cinema/meta
+++ b/apps/Cinema/meta
@@ -1,6 +1,6 @@
-Name: Cinema
-Author: Innovation Inc.
-Width: 700
-Height: 450
-Icon: cinema.png
+Name: Cinema
+Author: Innovation Inc.
+Width: 700
+Height: 450
+Icon: cinema.png
Category: /Media
\ No newline at end of file
diff --git a/apps/FileManager/index.html b/apps/FileManager/index.html
index ad89a92..d78e3bd 100644
--- a/apps/FileManager/index.html
+++ b/apps/FileManager/index.html
@@ -1,9 +1,9 @@
-
-
-
-
-
-
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apps/FileManager/meta b/apps/FileManager/meta
index e5bde71..3c6d3d9 100644
--- a/apps/FileManager/meta
+++ b/apps/FileManager/meta
@@ -1,6 +1,6 @@
-Name: File Manager
-Author: Innovation Science
-Width: 700
-Height: 450
-Icon: filemanager.png
+Name: File Manager
+Author: Innovation Science
+Width: 700
+Height: 450
+Icon: filemanager.png
Category: /
\ No newline at end of file
diff --git a/apps/Notepad/index.php b/apps/Notepad/index.php
index f831fa7..1236a39 100644
--- a/apps/Notepad/index.php
+++ b/apps/Notepad/index.php
@@ -1,211 +1,211 @@
-
-
-
-
-
-
-
-
-
-
-
-
Input the path to the document you would like to open. You can use the File Manager to find the path.
-
-
-
-
-
-
-
-
-
-
-
-
About DremJS Notepad
-
Version: 0.1.0b
-
-
- Open: Opens or creates a new document.
- Save: Saves the current document.
- Copy: Copies selected text to the clipboard.
- Paste: Pastes the text in the clipboard to where the cursor is (requires clipboard access).
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
Input the path to the document you would like to open. You can use the File Manager to find the path.
+
+
+
+
+
+
+
+
+
+
+
+
About DremJS Notepad
+
Version: 0.1.0b
+
+
+ Open: Opens or creates a new document.
+ Save: Saves the current document.
+ Copy: Copies selected text to the clipboard.
+ Paste: Pastes the text in the clipboard to where the cursor is (requires clipboard access).
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/apps/Notepad/meta b/apps/Notepad/meta
index f5ebb26..5890c07 100644
--- a/apps/Notepad/meta
+++ b/apps/Notepad/meta
@@ -1,6 +1,6 @@
-Name: Notepad
-Author: Innovation Inc.
-Width: 700
-Height: 450
-Icon: notepad.png
+Name: Notepad
+Author: Innovation Inc.
+Width: 700
+Height: 450
+Icon: notepad.png
Categpry: /Tools
\ No newline at end of file
diff --git a/apps/terminal/terminal/scripts/swapTheme.php b/apps/terminal/terminal/scripts/swapTheme.php
index 1e4cdc7..1d82204 100644
--- a/apps/terminal/terminal/scripts/swapTheme.php
+++ b/apps/terminal/terminal/scripts/swapTheme.php
@@ -1,10 +1,10 @@
-
+