spotDL / spotify-downloader

Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
https://spotdl.readthedocs.io/en/latest/
MIT License
17.54k stars 1.61k forks source link

Skip Album Art #2018

Closed boesr closed 8 months ago

boesr commented 9 months ago

Requested Feature

First of all, that is a great tool, thanks.

Is there a way to skip downloading the cover art?

Possible implementation

Include eyeDE package and call eyeD3 --remove-all-images on the converted mp3

DCFUKSURMOM commented 9 months ago

came here looking for the same thing

boesr commented 9 months ago

came here looking for the same thing

@DCFUKSURMOM I did a walkaround for now. After the download was done I ran eyeD3 --remove-all-images *.mp3 on the folder. This removes the cover art. You can install the package via pip.

DCFUKSURMOM commented 9 months ago

Alright, I'll look into it

egndz commented 8 months ago

@boesr @DCFUKSURMOM PR is open now, if you want to test and use now, you can check out the branch and use

spotdl download https://open.spotify.com/track/1f2V8U1BiWaC9aJWmpOARe\?si\=dc60b6a74a2c4e70 --skip-album-art

DCFUKSURMOM commented 8 months ago

Thanks, will look at it later. Great tool by the way

boesr commented 8 months ago

Thanks for the implementation, I will test it within the next days

boesr commented 8 months ago

@egndz Thanks it works as intended.