added liking by double tapping album art

add exception handling to update.py, prepping for handling script
This commit is contained in:
Brandon4466
2023-03-04 13:46:12 -08:00
parent c66ee19a25
commit 88c877c50f
4 changed files with 23 additions and 9 deletions

View File

@@ -66,4 +66,7 @@ switch to spotify web api for track information to avoid api limit???
03/04/2023:
new updater, use version numbering to pull updates if server has a newer version and dont update if newer version isnt available.
create a single json file that has a version list with download links to each version. have updater.py download the json file, read and compare to currently downloaded version.
if newer version is in json file, follow link in json file to download, otherwise continue to start the program.
if newer version is in json file, follow link in json file to download, otherwise continue to start the program.
03/04/2023:
redo background color algo. PROMINENT COLOR not average like it is now.