- [ ] Ability to verify the content and preview of that new song before adding it
- [ ] Allow adding of all the valid guess titles for the songs
- [ ] Allow adding of all the valid artist name guesses for the songs
+
+## Later
+- [ ] Add Spotify playlist automatically
+- [ ] Allow manual editing before submitting
+
+# Implementation
+
+Seeing as this is just supposed to be a simple local site used in the house, under discussion of house members, it will run locally. No https, host external port, no passwords, no auth no nothing. Simply just a face for a script that basically runs.
+
+# Flags
+
+- binb_location=[location of binb sis50]
+ We need this so we know where to run the scripts
+- songs_location=[the location of the public songs directory]
+ The place where the m4a files are supposed to be saved
+- redis_location=[location of the redis server used to interact]
+ So we know where to connect to redis
+- container_name=[name of the container that binb sis50 runs on]
+ The name of the container that has to perhaps be restarted
+