etwuerschmidt / song-roulette

Spotipy and Slack integration for managing / analyzing a monthly collaborative playlist
2 stars 0 forks source link

track_count_per_month does not run through current month #18

Closed etwuerschmidt closed 5 years ago

etwuerschmidt commented 5 years ago

Seen with playlist 'No Phones Allowed'. track_count_per_month will only run until the last added song in a playlist (August 2019). The method should optionally add 0 count for all months after the last song's added month until the current run month.

etwuerschmidt commented 5 years ago

track_count_per_month now correctly outputs 0 for scenarios where a month has no songs added (across multiple years, through current month, etc.)