SathyaBhat / spotify-dl

Downloads songs from your Spotify Playlist
http://sathyasays.com/2015/12/29/spotify-dl-download-your-spotify-my-music-songs-as-mp3/
MIT License
1.74k stars 214 forks source link

Adding a file to list the remaining songs #223

Open taksh108 opened 2 years ago

taksh108 commented 2 years ago

Is your feature request related to a problem? Please describe. Sometimes, the download may get stuck or stopped. (maybe an hardware or network issue) In such cases, it'd be helpful to have s list of songs remaining to be downloaded from a playlist so we can download just that

Describe the solution you'd like A Text file with the list list of songs that were not downloaded so far. Also, maybe including the name of the song along with YouTube ID in the downloaded_songs.txt would be helpful.

Additional context I would love to help with this but I my python knowledge is fairly limited and I'd have to wait till December until I get some time on my hands to work on it

taksh108 commented 2 years ago

Hey, am I new to Github contributions. Since you assigned me this, am I to assume that I have to work on developing this feature?

P.S., If so, do understand I'll need at least over a month work on this. I was also thinking of working on a GUI, but that'd be based on SwiftUI and for Macs (maybe iOS)

SathyaBhat commented 2 years ago

@taksh108 I assigned to you because you said you're interested in working on it :) you can take all the time. As for GUI, I'd prefer for the repo to be for the CLI bits, you can always create a separate repo for the GUI & I can link to it from here

SathyaBhat commented 2 years ago

see also: https://github.com/SathyaBhat/spotify-dl/discussions/218

taksh108 commented 2 years ago

Thanks for clarifying. Since I'm just a learner, this might be great opportunity for me to learn. I shall start working on this soon. As for the Guide, I did find some repos but they hadn't been updated in forever. The discussion you shared is recent so I'll just see what I can contribute to that. Thanks