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.53k stars 1.61k forks source link

Skip file not respected #2112

Closed prodigy7 closed 3 months ago

prodigy7 commented 5 months ago

System OS

Linux

Python Version

3.7 (CPython)

Install Source

pip / PyPi

Install version / commit hash

v4.2.4

Expected Behavior vs Actual Behavior

I would expect, that the parameter --respect-skip file in combination wiht --create-skip-file respect existing skip files and does not download the files

Steps to reproduce - Ensure to include actual links!

pipx run spotdl https://open.spotify.com/playlist/... --threads 4 --audio youtube-music --m3u --cookie-file /mnt/c/Temp/music.youtube.com_cookies.txt --create-skip-file --respect-skip-file --only-verified-results

As seen in the attached screenshot, already existing files are downloaded

Traceback

![image](https://github.com/spotDL/spotify-downloader/assets/234884/ea112b5e-9f2f-4af5-ab74-9f580a899cea)

Other details

No response

xnetcat commented 3 months ago

fixed