fix db insert duplicate unique fields error

+ save album date as timestamp in db
+ Rewrite artist image downloader with multiprocessing.Pool
This commit is contained in:
mungai-njoroge
2023-06-21 13:20:09 +03:00
parent 4d310c39c3
commit 88be80b25d
5 changed files with 37 additions and 33 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class SQLiteTrackMethods:
"""
Inserts a single track into the database.
"""
sql = """INSERT INTO tracks(
sql = """INSERT OR REPLACE INTO tracks(
album,
albumartist,
albumhash,