1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Added dummy file for album image folder creation

This commit is contained in:
krateng 2023-03-30 20:54:24 +02:00
parent 8cb446f1fb
commit eb7268985c
2 changed files with 5 additions and 0 deletions

View File

@ -153,6 +153,11 @@ def rawscrobble_to_scrobbledict(rawscrobble, fix=True, client=None):
if 'album_artists' not in scrobbleinfo:
scrobbleinfo['album_artists'] = scrobbleinfo.get('track_artists')
# New plan, do this further down
# NONE always means there is simply no info, so make a guess or whatever the options say
# various artists always needs to be specified via []
# TODO
# processed info to internal scrobble dict
scrobbledict = {
"time":scrobbleinfo.get('scrobble_time'),