complete project teardown

This commit is contained in:
geoffrey45
2022-03-07 20:16:35 +03:00
parent b930fc0ca6
commit 25f79d8a20
12 changed files with 207 additions and 203 deletions
-22
View File
@@ -34,28 +34,6 @@ def background(func):
return background_func
@background
def reindex_tracks():
"""
Checks for new songs every 5 minutes.
"""
flag = False
while flag is False:
functions.populate()
functions.get_all_albums()
# functions.populate_images()
# functions.save_t_colors()
time.sleep(300)
@background
def start_watchdog():
"""
Starts the file watcher.
"""
watchdoge.watch.run()
def run_fast_scandir(_dir: str, ext: list):