amcquade / fresh_script

Find Spotify tracks posted to the HipHopHeads subreddit and add them to a Spotify playlist.
MIT License
91 stars 61 forks source link

output track info for unverified spotify posts #42

Closed amcquade closed 5 years ago

rajesh1993 commented 5 years ago

Hi! Is this issue still open? If so, I would like to work on it. Let me know what the issue exactly is.

amcquade commented 5 years ago

@rajesh1993 yes this is still open. if you look at the code, each track post is either a spotify track, which we can easily add and output the info, or its from soucloud or youtube. for those non-spotify tracks we dont print any of the track info, so having that would be nice if the verbose option is supplied.

alan-llin commented 5 years ago

is this still open? It seems to only output info on only spotify links in the output when I run it with the -v parameter. Is that not what you wanted?

amcquade commented 5 years ago

@alan-llin yes this is still open. When supplying -v and a spotify track is found, the track info is written to the output. When supplying -v and a non-spotify track is found, no track info is written to the output, this issue looks to correct that.