inital version, simple layout and functionality

This commit is contained in:
2024-04-20 18:30:12 -07:00
commit b1c36bd22c
6 changed files with 340 additions and 0 deletions

12
todo.txt Normal file
View File

@@ -0,0 +1,12 @@
song name is successfully on the website.
next task:
have this update every 1 or 2 seconds.
04-18-24:
make it so when the js app calls the /appdata endpoint it sends the song id,
ONLY if the song id is different then the fetched one should the endpoint
provide updated song info, otherwise have it return just song progress ONLY.
include color calculation, probably in python then give color value
to js app, but maybe have js app do it from album art, explore which is better.