-
Notifications
You must be signed in to change notification settings - Fork 97
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
Where to get the app key? #55
Comments
Let me know if there's any issue with this link. https://github.com/richardk80/spotify-appkey/raw/master/spotify_appkey.key |
What format is this? Can't be read! |
@Avinguda21 There's nothing wrong with that file. It's probably your .spotify-ripper folder. You have to fix your folder permissions when you first install spotify-ripper. What you could do is just delete the .spotify-ripper folder, and create a new one, then put your config.ini and this spotify_appkey.key file in it. |
Thanks. |
@Avinguda21 Let me know if you have an issue downloading this. https://github.com/richardk80/libspotify/raw/master/libspotify-12.1.51-Linux-x86_64-release.tar.gz |
Thanks again. |
@Avinguda21 Don't worry about using pyenv. |
ok! I'll give it a try later today. |
@Avinguda21 If you're just gonna be making mp3 files with this, you should be set. That's why you installed lame. If you're gonna be making any other files like m4a or flac, then it will let you know if you need to install those codecs. Just follow the instructions I gave you and you'll be good. |
okay so no need for pyspotify ? |
Okay. Got this far: brian@brian-mint:~/libspotify-12.1.51-Linux-x86_64-release$ git clone https://github.com/hbashton/spotify-ripper.git && cd spotify-ripper && sudo python setup.py error: no commands supplied So what now? |
@Avinguda21 Try this: git clone https://github.com/hbashton/spotify-ripper.git && cd spotify-ripper && sudo python setup.py install. I left out the install part at the end. My bad. |
Pyspotify will be installed for you when you run the commands above^ |
Worked! Now back to earlier message about the location of the spotify key ... and read up about the config file will report back. thanks for all the help |
The spotify_appkey.key file goes into the .spotify-ripper folder. Where your config.ini file is located. |
You can do this if you want: |
Okay. So what command do I use? |
Open up your .spotify-ripper folder and find the default_config.ini file and rename is to config.ini. Then clear out everything in that file. Like erase everything in there, then put this in there: [main] Only change the areas that I listed as "Your whatever". Do you have Spotify installed on Ubuntu? If you don't, I recommend that you install it now. Don't use the Spotify Player on play.spotify.com to get your URI. Use the native Spotify app that you install on your computer. |
Replace the URI I listed in the example with whatever URI you get from the Spotify app. You can also get a URI for an individual track, and if you want to download a playlist, you will have to create a text file like for example: songs.txt, and then put the URIs for each song in your playlist in that text file, then use this command to make it download your songs for example: spotify-ripper songs.txt |
Thanks. Just a point - the .spotify ripper folder was empty. So I added the key file. I guess I just create the config file using your example. Understood about the spotify program url. So, what actual command do I use to start the process? Is it just: spotify-ripper spotify:album:754RY5WpZ2LTUZsk8kDBju It's late here now - so I'll leave this for tomorrow. thanks again. |
The commands you use are like this for example: |
Looks like success! Just dloaded 2 files. I'll try them in a player tomorrow. Can I reduce the mp3 to a lower bitrate in the config file? |
Yeah. Change "quality = 320" to "quality = 160". |
Great. Thanks for all the help. |
@koehlerson You have to create a text file that has all your Spotify URIs in it, and then type in “spotify-ripper example.txt” |
Yeah you can do that. I never cared to try and figure out how to fix the issue with playlists because I hardly ever download them. Sorry not sorry I guess. |
The link for the spotify_appkey doesn't work anymore, where can I find one? |
@ItzLuk3 try the ones from these repos: https://github.com/search?q=spotify-appkey |
The link is dead not sure where to get
spotify_appkey.key
from anymore?The text was updated successfully, but these errors were encountered: