mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 22:55:52 +03:00
[PR #15] [MERGED] In emails and log, indicate # of songs listened to and time elapsed on current active session #27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/misiektoja/spotify_monitor/pull/15
Author: @tomballgithub
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/3/2025
Merged by: @misiektoja
Base:
dev← Head:songcount📝 Commits (2)
11e4701In emails and log, indicate # of songs listened to and time elapsed on current active sessionf29aa4cRemove errant body_dz references📊 Changes
1 file changed (+11 additions, -8 deletions)
View changed files
📝
spotify_monitor.py(+11 -8)📄 Description
Currently, the total number of songs listened to and the total elapsed time are only shown when a monitored user becomes inactive. This change puts that information at the bottom of every update email and in the log of each song. It provides a quick way to know how long a session has been going. The change for the inactive email is redundant, as the information is already stated there; however, I opted for consistency across all the emails.
Log example:
Email example:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.