SwapnilSoni1999 / spotify-dl

Spotify Downloader and alternative of Spotdl(python) tool made in NodeJS based on youtube-dl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to skip songs in a playlist from downloading again?

thribhuvanrapolu opened this issue · comments

So I downloaded a playlist. After few days i added few songs into my playlist on spotify. When i download the playlist all the songs which are downloaded are downloaded again and getting replaced. Is there a way to prevent this?

commented

there is a file that saves the unique id of a song .spldcache or something like that byt default, just provide the --cf /directory/to/file.txt flag and it will use this file instead as your "remember what ive downloaded`.

Got it. Thanks!