use count_documents to get folder count

- map filenames with db data
This commit is contained in:
geoffrey45
2022-06-21 16:24:27 +03:00
parent 2b5e9c02bb
commit 3cd0527962
9 changed files with 41 additions and 26 deletions
+6 -8
View File
@@ -22,16 +22,14 @@ def reindex_tracks():
Checks for new songs every 5 minutes.
"""
while True:
trackslib.validate_tracks()
# while True:
trackslib.validate_tracks()
Populate()
CreateAlbums()
Populate()
CreateAlbums()
if helpers.Ping()():
CheckArtistImages()()
time.sleep(60)
if helpers.Ping()():
CheckArtistImages()()
@helpers.background