Skip to content

Releases: arkrow/PyMusicLooper

PyMusicLooper v2.5.3

13 Jan 21:05
Compare
Choose a tag to compare
  • Completely removed defunct preserve tags function and its associated errors

Release Edit [2023.12.07]

Uploaded pymusiclooper.exe, a Windows x64 binary (packaged using pyinstaller) based on the v2.5.3 release, due to the existence of some tools that depend on the legacy v2.x CLI. This binary is standalone and does not require Python.

Optional external dependencies: mpg123 (for pymusiclooper.exe's own playback/preview through the terminal); ffmpeg (adds support for additional file formats and proprietary codecs).

PyMusicLooper v2.5.2

12 Jan 15:09
Compare
Choose a tag to compare
  • Hotfix for v2.5.1's redundant mpg123-related error message

PyMusicLooper v2.5.1

12 Jan 14:04
Compare
Choose a tag to compare
  • Added workaround for libsndfile mp3 loading issue
  • Fixed error handling when no loop points were found, when audio has not been loaded or when mpg123 is unavailable.
  • Moved the --recursive, --flatten and --n-jobs into their own "Batch Options" CLI arguments category for clarity

PyMusicLooper v2.5.0

09 Jun 22:24
Compare
Choose a tag to compare
  • Added option to print loop points to terminal STDOUT (contributed by Coolsonickirby).
  • Project relicensed to MIT license as of v2.5+.

PyMusicLooper v2.4.0

21 Mar 15:27
Compare
Choose a tag to compare
  • Temporarily disabled preserve_tags features to resolve dependency installation issues; pending re-implementation.

PyMusicLooper v2.0.0

02 Oct 22:30
Compare
Choose a tag to compare
  • Removed --json export option in favor of the more versatile--txt option
  • Performance improvements to beat comparisons as a result of using native numpy functions whenever possible
  • Code refactoring and streamlining of internal functions

V2.0 Rationale: This release marks a milestone in stability over the v1.x versions, rather than a major update. Future major releases will be reserved for large changes in the code base (e.g. overhaul of the core algorithm), or breaking changes in API/shell commands.

PyMusicLooper v1.7.0

13 Sep 13:22
Compare
Choose a tag to compare

Changes since v1.6.0

  • Added a --txt option to export a loop.txt file compatible with LoopingAudioConverter
  • Recursive batch export now replicates the source directory tree structure by default to avoid name conflicts
  • Added a --flatten option for recursive batch export to output to a single folder without replicating the source directory structure (previous behaviour)
  • Lowered note similarity threshold to improve loop point quality (from 10% to 8%)
  • Renamed default output directory name from looper_output to Loops

Bug fixes

  • Fixed JSON export bug
  • Fixed a bug with non-recursive batch export.

PyMusicLooper v1.6.0

03 Jun 19:07
Compare
Choose a tag to compare
PyMusicLooper v1.6.0 Pre-release
Pre-release
  • Added -i/--interactive feature to CLI for manual loop previewing and selection
  • Fixed an issue with the loop ranking algorithm triggering with lists having < 2 candidates

PyMusicLooper v1.5.0

23 May 21:41
b6ee700
Compare
Choose a tag to compare
PyMusicLooper v1.5.0 Pre-release
Pre-release
  • Batch command option removed
  • Batch mode is now enabled automatically if the given path is a directory

PyMusicLooper v1.4.0

16 Apr 08:43
Compare
Choose a tag to compare
PyMusicLooper v1.4.0 Pre-release
Pre-release
  • Major improvements to the core loop finding algorithm.
  • Added option to preserve/transfer the track's original tags