]> git.example.dev Git - binbsis50-sm.git/commitdiff
updated: readme
author2weiEmu <saalbach.robert@outlook.de>
Mon, 9 Mar 2026 22:33:49 +0000 (23:33 +0100)
committer2weiEmu <saalbach.robert@outlook.de>
Mon, 9 Mar 2026 22:33:49 +0000 (23:33 +0100)
README.md

index adad54ce44ef2f77937a051211ece1e454f3bb34..36c976b4a592f16bd579a82cc4957ba837b8d57a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,3 +10,23 @@ Basic UI, that integrates with the current iteration of binbsis50, that allows a
         - [ ] 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
+