-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
playlist download #25
Comments
each track still works. so for my current workaround is select all the songs im my spotify playlist (in the spotify client) |
Using the remove from playlist workaround does not seem to work for me. ID3 v2.4: 8 frames
|
try using python 3.6.x |
Thanks, tried with 3.6.1 still no luck :( |
i had the exact same problem where playlists wouldn't download and fixed it by doing: |
I also had the same problem. I tried all of the sugestions above with no luck, but found I was able to resolve the issue by using a variant of tom-schaek's solution. Instead of using Full command:
Apparently re-installing each of the dependencies did the trick. I suspect it was either |
unfortunately non of the reinstall options worked for me |
Seems to work for me but related question - how get redirect uri when running spotify-ripper on a headless remote server? :) |
@oglomov an exception is thrown because the script treats every URI it encounters as a playlist and tries to extract info from the URI that is not present. As a workaround to the workaround, you can edit "/Users/XXXXXXXXXXX/.pyenv/versions/2.7.10/lib/python2.7/site-packages/spotify_ripper/remove_all_from_playlist.py" and change the remove_all_from_playlist function to:
Frankly, I don't see why the ripper should empty any playlists anyway. |
Well, same here. I use this on a mac and reinstalled. Now i get this message
2 issues here
I found in the Dashboard
But I have no idea what to insert in the export command or in the dashboard (once the export command works ;) ) |
this project is dead so i suggest use the work arround i provided |
But the actual path was This helped me indeed. Thanks. So is the wolfmanx fork the most updated and working version of the spotify-ripper? |
take a look at this simple gist in python to easily recover a file full of spotify uris from playlist |
i'm using the nice ripper for a long time.
and since the beginning of this week it failed to download the playlists
i tried the export
SPOTIPY_CLIENT_ID
and secrets etc (creating my own credenials ofcourse.got the latest spotipy-2.4.4
as the pip install/upgrade only install 2.0.5 for some reason.
but no luck so far. any other ideas?
The text was updated successfully, but these errors were encountered: