From: 2weiEmu Date: Mon, 9 Mar 2026 22:33:49 +0000 (+0100) Subject: updated: readme X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=7167509787c9b02e9461aa96391e7780cfdb3903;p=binbsis50-sm.git updated: readme --- diff --git a/README.md b/README.md index adad54c..36c976b 100644 --- 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 +