Giter VIP home page Giter VIP logo

Comments (5)

ritiek avatar ritiek commented on September 17, 2024 1

@alecaserez You can try installing it manually by grabbing the library.
This may help http://superuser.com/questions/568464/how-to-install-libav-avconv-on-osx

from spotify-downloader.

alecaserez avatar alecaserez commented on September 17, 2024

Thanks @ritiek , after installs dependency.

Enter a song/cmd: http://open.spotify.com/track/1MDoll6jK4rrk2BcFRP5i7

Adele - Hello
  5,827,520 Bytes [100.00%] received. Rate: [ 245 KB/s].  ETA: [0 secs]
Converting Adele_-_Hello.m4a to mp3
Fixing meta-tags
WARNING:eyed3.mp3:Unable to find a valid mp3 frame in '/Users/alejandrocaserez/Spotify-Downloader/Music/Adele_-_Hello.mp3'
Traceback (most recent call last):
  File "spotdl.py", line 253, in <module>
    fixSong()
  File "spotdl.py", line 131, in fixSong
    audiofile.tag.artist = content['artists'][0]['name']
AttributeError: 'NoneType' object has no attribute 'artist'

The mp3 size is 0 bytes. Idea?

from spotify-downloader.

ritiek avatar ritiek commented on September 17, 2024

@alecaserez avconv still seems to be messed up.

Try this out:

brew update
brew upgrade
brew install libav

Now goto the Music directory of this repo:

cd Spotify-Downloader/Music

and run:

avconv -i "Adele_-_Hello.m4a" -ab 192k "Adele_-_Hello.mp3"

Does it convert the song to mp3 or gives an error? What error? Paste it here..

from spotify-downloader.

alecaserez avatar alecaserez commented on September 17, 2024

@ritiek Yes! work for me!.

brew update
brew upgrade
brew install libav

from spotify-downloader.

tiago4171 avatar tiago4171 commented on September 17, 2024

This was helpful to me.
Briefly I had to compile the libav manually on OpenSUSE 42.2 to work properly.
I'll organize my terminal log and maybe create a tip.

Ty...

from spotify-downloader.

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.