4

it's first time I'm using spotify and I installed spotify for linux on my ubuntu. I can listen to musics but I don't know how to download them on my PC or does it save songs on pc in a feature folder? please help me.

user157675
  • 75
  • 2
  • 2
  • 3

2 Answers2

7

you cant get the mp3 song from spotify, however you can use the information that provide spotify in order to download it in other place (information like name of the song, length and so on), this little app offers that: https://github.com/frosas/spotify-to-mp3 the instalation setup and usage is written in there, its very easy to use.

If you have problems installing this app, probably is because you are using an old version of ruby (by default is 1.8.7), you need to upgrade it to 1.9.2 and then install the app.

Hope that helps.

riccivr
  • 353
5

If you have a premium account you can sync playlists to be available offline, however you will never have access to the raw MP3 files (actually Spotify serves OGG vorbis files though that's beside the point).

The service is for streaming music only, but why would you want to store the files on your drive anyways? They'll always be waiting for you online, that's the entire point of Spotify! :)

Nik Reiman
  • 1,186
  • 4
    I prefer to have them on my drive I can use them on mobile and etc ... . and the most big problem is that internet is expensive in my country! – user157675 May 13 '13 at 20:52
  • 1
    Then offline sync is probably the way to go. The mobile client also supports offline sync, just so you know. – Nik Reiman May 14 '13 at 09:22
  • 1
    @NikReiman > They'll always be waiting for you online The problem with the internet: everything is temporary, including Spotify. Not even NewGrounds can hold a candle to this. In at least 10 years, all of your favorite media will disappear. – Tcll Apr 26 '19 at 21:58