mirror of
https://github.com/krateng/maloja.git
synced 2025-07-31 14:33:50 -04:00
Added dummy file for album image folder creation
This commit is contained in:
parent
8cb446f1fb
commit
eb7268985c
0
maloja/data_files/state/images/albums/dummy
Normal file
0
maloja/data_files/state/images/albums/dummy
Normal file
@ -153,6 +153,11 @@ def rawscrobble_to_scrobbledict(rawscrobble, fix=True, client=None):
|
|||||||
if 'album_artists' not in scrobbleinfo:
|
if 'album_artists' not in scrobbleinfo:
|
||||||
scrobbleinfo['album_artists'] = scrobbleinfo.get('track_artists')
|
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
|
# processed info to internal scrobble dict
|
||||||
scrobbledict = {
|
scrobbledict = {
|
||||||
"time":scrobbleinfo.get('scrobble_time'),
|
"time":scrobbleinfo.get('scrobble_time'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user