feat: use thumbnails from folders

+ cache failed lastfm scrobbles
+ implement lastfm scrobble filter
+ change /home to /nothome
This commit is contained in:
cwilvx
2025-01-07 23:13:19 +03:00
parent 2a12487220
commit fe39cadfdc
10 changed files with 136 additions and 31 deletions
+1
View File
@@ -179,6 +179,7 @@ def create_albums(_trackhashes: list[str] = []) -> list[tuple[Album, set[str]]]:
"playduration": track.playduration,
"title": track.album,
"tracks": {track.trackhash},
"pathhash": track.pathhash,
"extra": {},
}
else: