• v0.9.21 fa812c9204

    v0.9.21 Stable

    kerem released this 2025-08-17 08:30:50 +03:00 | 131 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Sun, 17 Aug 2025 04:43:43 GMT
    🏷️ Git tag created: Sun, 17 Aug 2025 05:30:50 GMT

    What's Changed

    • Transition away from a custom OAuth implementation
    • Fix #48 (once the upstream library accepts my pull request)
      • In the meantime, this library will use my fixed fork directly

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.9.14...v0.9.21

    Downloads
  • v0.9.11 7d60e2bac0

    v0.9.11 Stable

    kerem released this 2025-08-08 08:47:05 +03:00 | 144 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Fri, 08 Aug 2025 05:55:17 GMT
    🏷️ Git tag created: Fri, 08 Aug 2025 05:47:05 GMT

    What's Changed

    • Write --debug prints to file at ROOT_PATH
    • Expand depth and detail of logs
    • Add actual config framework for handling logging prints
    • Some file reorganization
    • Reduce Nuisance Warnings (see #36)

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.9.10...v0.9.11

    Downloads
  • v0.9.10 38ecd6917e

    v0.9.10 Stable

    kerem released this 2025-08-08 08:45:43 +03:00 | 146 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Fri, 08 Aug 2025 05:46:40 GMT
    🏷️ Git tag created: Fri, 08 Aug 2025 05:45:43 GMT

    What's Changed

    • Prep Work for Proposed API Optimization (see #41 and leave your thoughts)
    • Fix Podcast Extension Names by @Ragnaran in #37
    • Added Issue Templates (thank you for all of the great bug finds and feature requests!)
    • Add Dynamic File Suffixing for Podcasts
    • Bug Fixes (see #32 and #38)

    New Contributors

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.9.0...v0.9.10

    Downloads
  • v0.9.0 f519f8b88b

    v0.9.0 Stable

    kerem released this 2025-07-27 10:37:25 +03:00 | 171 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Sun, 27 Jul 2025 07:54:29 GMT
    🏷️ Git tag created: Sun, 27 Jul 2025 07:37:25 GMT

    What's Changed

    • Add -v, --verify-library Mode, to Check All Track Metadata and Update Discrepancies with API Results (thanks #29)
      • Adds STRICT_LIBRARY_VERIFY config option (True by default)
      • may take a long time and cause rate-limits with larger libraries (only tested with ~10 tracks at a time)
      • may still have hidden edge-case bugs with strange metadata config options
      • -v no longer is an alias for --version, unfortunately, but if someone suggests a better name for the mode that doesn't conflict with other mode/config abbreviations and frees up -v I would be delighted to hear it
    • Add Playlist M3U8 Logic, Allowing for Self-Updating Playlists when Re-Running (thanks #34)
    • Improve Metadata Handling and Reduce API Calls
    • More Improvements to Printing System
    • Bugfixes (#32, #33)

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.8.20...v0.9.0

    Downloads
  • v0.8.20 0879f93341

    v0.8.20 Stable

    kerem released this 2025-07-21 05:12:25 +03:00 | 187 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Mon, 21 Jul 2025 02:19:00 GMT
    🏷️ Git tag created: Mon, 21 Jul 2025 02:12:25 GMT

    What's Changed

    • Total Rework of the Console Printing System (no more random extra blank lines or overwriting)
    • Bugfixes
    • More API improvements (reduce total number of requests made)
    • Performance Optimizations
    • Minor Function Changes for Use in Experimental verify-library branch

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.8.10...v0.8.20

    Downloads
  • v0.8.10 ce5a58cc5a

    v0.8.10 Stable

    kerem released this 2025-07-17 08:08:21 +03:00 | 192 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Thu, 17 Jul 2025 05:12:09 GMT
    🏷️ Git tag created: Thu, 17 Jul 2025 05:08:21 GMT

    What's Changed

    • Provide tags to lyric files. by @ppebb in https://github.com/Googolplexed0/zotify/pull/31
    • Fix error with single-digit millisecond timing in synchronized lyric files
    • Improved performance, reduced imports, and expanded debug print statements

    New Contributors

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.8.6...v0.8.10

    Downloads
  • v0.8.6 c56bb4abac

    v0.8.6 Stable

    kerem released this 2025-07-10 08:57:41 +03:00 | 197 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Thu, 10 Jul 2025 06:04:08 GMT
    🏷️ Git tag created: Thu, 10 Jul 2025 05:57:41 GMT

    What's Changed

    • Genre Metadata Tags are Now Enabled by Default (thanks #30)
    • Upgrade the URL Calling Mechanism
    • Reduce the Number of API Calls for Some Tasks (like Genre Fetching)
    • Make Lyric Errors More Concise
    • General Organizational Improvements

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.8.0...v0.8.6

    Downloads
  • v0.8.0 4cef6258fe

    v0.8.0 Stable

    kerem released this 2025-06-17 23:36:20 +03:00 | 200 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Tue, 17 Jun 2025 20:44:09 GMT
    🏷️ Git tag created: Tue, 17 Jun 2025 20:36:20 GMT

    What's Changed

    • Add User-Defined Regex Filters for Tracks, Podcast Episodes, and Albums (Feature Request #23)
    • Change SKIP_EXISTING to Skip More Consistently (#18 & #25)
    • README Improvements
    • Bugfixes (#24)

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.7.15...v0.8.0

    Downloads
  • v0.7.15 0afa82785f

    v0.7.15 Stable

    kerem released this 2025-06-16 06:51:26 +03:00 | 203 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Mon, 16 Jun 2025 03:53:31 GMT
    🏷️ Git tag created: Mon, 16 Jun 2025 03:51:26 GMT

    • Add NO_COMPILATION_ALBUMS Config Flag as requested by #23
    • Minor Bug Fixes
    • Enhance --debug mode print info for albums

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.7.14...v0.7.15

    Downloads
  • v0.7.14 ac4678298a

    v0.7.14 Stable

    kerem released this 2025-06-15 04:32:14 +03:00 | 204 commits to main since this release

    No known key found for this signature in database

    📅 Originally published on GitHub: Sun, 15 Jun 2025 01:35:54 GMT
    🏷️ Git tag created: Sun, 15 Jun 2025 01:32:14 GMT

    What's Changed

    New Contributors

    Full Changelog: https://github.com/Googolplexed0/zotify/compare/v0.7.10...v0.7.14

    Downloads