diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..5c98b42
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,2 @@
+# Default ignored files
+/workspace.xml
\ No newline at end of file
diff --git a/.idea/bleak.iml b/.idea/bleak.iml
new file mode 100644
index 0000000..f270a33
--- /dev/null
+++ b/.idea/bleak.iml
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..a55e7a1
--- /dev/null
+++ b/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..28a804d
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..0a59f43
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app.rs b/src/app.rs
new file mode 100644
index 0000000..ab3d754
--- /dev/null
+++ b/src/app.rs
@@ -0,0 +1,19 @@
+// enum used when a certain TV app is being used
+enum ActiveApp {
+ Netflix,
+ Hulu,
+ AmazonPrime,
+ Pandora,
+ Spotify,
+ Crunchyroll,
+ Funimation,
+ VRV,
+}
+
+// enum used to select what kind of TV you are using
+enum TV {
+ Roku,
+ Android,
+ Samsung,
+ Amazon,
+}
diff --git a/src/config.rs b/src/config.rs
new file mode 100644
index 0000000..e69de29
diff --git a/src/generate.rs b/src/generate.rs
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/generate.rs
@@ -0,0 +1 @@
+