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:
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'),
|
||||||
|
|||||||
Reference in New Issue
Block a user