Skip to content

Releases: Googolplexed0/zotify

v0.9.21 - Zot Still Standing

17 Aug 04:43
v0.9.21
fa812c9

Choose a tag to compare

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: v0.9.14...v0.9.21

v0.9.11 - Debugger's Paradise

08 Aug 05:55
v0.9.11
7d60e2b

Choose a tag to compare

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: v0.9.10...v0.9.11

v0.9.10

08 Aug 05:46
v0.9.10
38ecd69

Choose a tag to compare

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: v0.9.0...v0.9.10

v0.9.0 - Feature Double Feature

27 Jul 07:54
v0.9.0
f519f8b

Choose a tag to compare

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: v0.8.20...v0.9.0

v0.8.20

21 Jul 02:19
v0.8.20
0879f93

Choose a tag to compare

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: v0.8.10...v0.8.20

v0.8.10

17 Jul 05:12
v0.8.10
ce5a58c

Choose a tag to compare

What's Changed

  • Provide tags to lyric files. by @ppebb in #31
  • Fix error with single-digit millisecond timing in synchronized lyric files
  • Improved performance, reduced imports, and expanded debug print statements

New Contributors

  • @ppebb made their first contribution in #31

Full Changelog: v0.8.6...v0.8.10

v0.8.6

10 Jul 06:04
v0.8.6
c56bb4a

Choose a tag to compare

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: v0.8.0...v0.8.6

v0.8.0

17 Jun 20:44
v0.8.0
4cef625

Choose a tag to compare

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: v0.7.15...v0.8.0

v0.7.15

16 Jun 03:53
v0.7.15
0afa827

Choose a tag to compare

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

Full Changelog: v0.7.14...v0.7.15

v0.7.14

15 Jun 01:35
v0.7.14
ac46782

Choose a tag to compare

What's Changed

  • Fix oauth not working in docker container by @IvanCarapovic in #21
  • Fix reversed playlist file numbering as identified by @werlucad in #22
  • Other minor formatting improvements and bug fixes

New Contributors

Full Changelog: v0.7.10...v0.7.14