mirror of
https://github.com/misiektoja/lastfm_monitor.git
synced 2026-04-25 15:15:57 +03:00
-
v2.1 Stable
released this
2025-05-22 01:53:02 +03:00 | 93 commits to main since this release📅 Originally published on GitHub: Wed, 21 May 2025 23:23:09 GMT
🏷️ Git tag created: Wed, 21 May 2025 22:53:02 GMTFeatures and Improvements:
- NEW: The tool can now be installed via pip:
pip install lastfm_monitor - NEW: Added support for external config files, environment-based secrets and dotenv integration with auto-discovery
- NEW: Added support for saving recent tracks to CSV when using
-lwith-b - IMPROVE: Improved parsing of tracks file: supports CP1252 encoding, comment lines (starting with
#) and ignores empty lines - IMPROVE: Refactored comparison logic between listed and played tracks for better accuracy
- IMPROVE: Enhanced startup summary to show loaded config, dotenv and monitored tracks file paths
- IMPROVE: Simplified and renamed command-line arguments for improved usability
- NEW: Implemented SIGHUP handler for dynamic reload of secrets from dotenv files (previous handler for progress indicator has been assigned to SIGURG)
- NEW: Added configuration option to control clearing the terminal screen at startup
- IMPROVE: Changed connectivity check to use Last.fm Audio Scrobbler endpoint for reliability
- IMPROVE: Added check for missing pip dependencies with install guidance
- IMPROVE: Allow disabling liveness check by setting interval to 0 (default changed to 12h)
- IMPROVE: Improved handling of log file creation
- IMPROVE: Refactored CSV file initialization and processing
- NEW: Added support for
~path expansion across all file paths - IMPROVE: Refactored code structure to support packaging for PyPI
- IMPROVE: Enforced configuration option precedence: code defaults < config file < env vars < CLI flags
- IMPROVE: Updated horizontal line for improved output aesthetics
- IMPROVE: Removed short option for
--send-test-emailto avoid ambiguity
Bug fixes:
- BUGFIX: Fixed issue handling 'track songs' files encoded in Windows-1252/CP1252
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
lastfm_monitor_v2.1.tar.gz
0 downloads ·
2026-02-27 20:06:10 +03:00 · 459 KiB -
lastfm_monitor_v2.1.zip
0 downloads ·
2026-02-27 20:06:10 +03:00 · 460 KiB
- NEW: The tool can now be installed via pip: