you know breezy stuff

This commit is contained in:
Kristy Fournier 2024-10-22 00:01:18 -04:00
parent 54b4b88cfd
commit deeea9720a
2 changed files with 16 additions and 1 deletions

View file

@ -0,0 +1,4 @@
{
"port": 19054,
"LastFMKey":""
}

View file

@ -1 +1,12 @@
import threading
"""
Assume that this file is being run at startup, and should do all the things needed
() Check USB for new mp3's
() Check USB for updated data files (api keys, ports, )
() Copy them to correct directory
() Make sure the audio device is set to the 3.5mm jack
() Run database updater if new files were found
() Run Server
() Run http module to host client
() Generate a qr code and display it somehow (maybe)
"""
import threading, os, shutil,