You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tried to export a playlist with "don't cry" by j dilla in it - didn't end up working.
114 sampledOut = [i.split('\n') for i in list(filter(None, listed[0].split('\t')))][:-1]
115 for i in sampledOut:
--> 116 samples.append({'query':t, 'type':i[-7], 'genre':i[-6], 'title':i[-3], 'artist':i[-2].replace('by ', '').split(' (')[0], 'year': i[-2].replace('by ', '').split(' (')[1].replace(')', '')})
117 return samples, sampledBy
118
IndexError: list index out of range
apparently, something about its metadata shoots it out of range of the content parser. i'm looking into it.
The text was updated successfully, but these errors were encountered:
tried to export a playlist with "don't cry" by j dilla in it - didn't end up working.
apparently, something about its metadata shoots it out of range of the content parser. i'm looking into it.
The text was updated successfully, but these errors were encountered: