Skip to content

v1.0

Compare
Choose a tag to compare
@misiektoja misiektoja released this 23 Apr 16:33
· 52 commits to main since this release

Initial spotify_monitor v1.0 release. Features:

  • Real-time monitoring of songs listened by Spotify friend (including detection when user gets online & offline)
  • Information about how long the user listened to a song
  • Information about context of listened song (playlist/artist/album) with clickable URLs
  • Email notifications for different events (user gets active/inactive, specific/all songs, errors)
  • Saving all listened songs with timestamps to the CSV file
  • Clickable Apple Music and Genius Lyrics search URLs printed in the console & included in email notifications
  • Showing basic statistics for user's playing session (how long, time span)
  • Possibility to control the running copy of the script via signals

RELEASE NOTES:

Features and Improvements:

  • NEW: Support for detecting Artist context of listened songs
  • IMPROVE: Additional search/replace strings to sanitize tracks for Genius URLs

Bug fixes:

  • BUGFIX: Fix for "SyntaxWarning: invalid escape sequence '\d'" in regexps