you know breezy stuff
This commit is contained in:
parent
54b4b88cfd
commit
deeea9720a
2 changed files with 16 additions and 1 deletions
4
RaspberryPI/FlashDrive/info.json
Normal file
4
RaspberryPI/FlashDrive/info.json
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"port": 19054,
|
||||||
|
"LastFMKey":""
|
||||||
|
}
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue