benjaminlewandowski
benjaminlewandowski
#43
@VolkerSchiewe could you create an example repo that shows that workflow?
still no update after 2 years?
I just saw the Merged pull request. I am really thankful that you did put the (extensive) work into this feature even if it's most likely quite niche
+1
found the problem [in the spotipy repo](https://github.com/plamere/spotipy/issues/845) - my quickfix would be to limit the query to 99 chars via `spotify.search(query[:99])` instead of `spotify.search(query)` additionally i trimmed the title, name,...
my guess is that the beatport api changed: https://api.beatport.com/v4/docs/
the actions builds sadly failed
quick update, i've did manage to get the project to build - but i had to move back to a previous commit and cherry pick 2 later commits (bp and...