Giter VIP home page Giter VIP logo

Comments (8)

peddanet avatar peddanet commented on July 30, 2024 1

I was working this morning to get it run under python3.10 and now I found out that libspotify is no longer supported!!!

Is there any idea on how to continue here? Any solution or alternative way in sigh? Is there a way to contribute? If libspotify was turned off, is there a similar api to log in and stream locally? :-(.

from spotify-ripper.

JoinGitHub1 avatar JoinGitHub1 commented on July 30, 2024

I get the same

Logging in...
Logged in failed: USER_NEEDS_PREMIUM
Encountered issue while logging into Spotify, aborting...

from spotify-ripper.

oligriffiths avatar oligriffiths commented on July 30, 2024

Libspotify has been sunset https://developer.spotify.com/community/news/2022/04/12/libspotify-sunset/
Anything relying on it will no longer work, including this library.

from spotify-ripper.

poka-IT avatar poka-IT commented on July 30, 2024

I wanna contribute to find another approach too. I can just record the redirected sound system.
With a sppotify cli controller, it's working, but very slow de rip and don't have metadatas, so need to scrap metadatas somewhere else...

Please can we open brainstorming about alternatives somewhere ?

from spotify-ripper.

thomasmerz avatar thomasmerz commented on July 30, 2024

What about https://github.com/shurizzle/oggify/network/members 🤔 Choose some fork or the original that fits best for you.

from spotify-ripper.

coltonbh avatar coltonbh commented on July 30, 2024

Following up on this. Has anyone found a working alternative to spotify-ripper that allows you to pull in .mp3 files from spotify? Much thanks!

from spotify-ripper.

mitvitaminen avatar mitvitaminen commented on July 30, 2024

from spotify-ripper.

thomasmerz avatar thomasmerz commented on July 30, 2024

You might want to have a look at one of these repos:
https://github.com/search?q=oggify&type=repositories

And you could use/add this afterwards to convert from ogg to mp3:

for ogg in $(ls -1rt ./*.ogg 2>/dev/null); do
  cat "$ogg" | ffmpeg -i pipe:0 -b:a 320k -map_metadata 0:s:0 -codec:a libmp3lame temp.mp3 &>/dev/null
  mv temp.mp3
done

from spotify-ripper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.