Releases: mtolly/jammittools
Releases · mtolly/jammittools
v0.5
v0.4.1.1
Fixes for GHC 7.10 (no new functionality, so no new binaries).
Two dependencies have outstanding pull requests for 7.10 support:
v0.4.1
Uses conduit-audio
, and exposes the audio file as an AudioStream
.
Functionality is unchanged, so just use the v0.4 binaries instead.
v0.4
- Doesn't require ImageMagick or SoX anymore! Thanks to JuicyPixels, HPDF, conduit, and audio code ported from aifc2wav.
- Prints better instructions.
- Prints what it is doing during each step of the
-x dir
export option. - Error if the search parameters don't narrow down the library to exactly one song.
v0.3.2
v0.3.1
v0.3
Split the package into a library and an executable. No functional changes to the executable.
-
Windows binary compiled on XP in a virtual machine with GHC 7.6.3 32-bit.
-
OS X binary compiled on 10.9 with GHC 7.8.3 64-bit. Dependency information:
$ otool -L jammittools jammittools: /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) /usr/lib/libiconv.2.dylib (compatibility version 7.0.0, current version 7.0.0)
v0.2.0.1
v0.2
- Proper Mac support (knows the official library location).
- Changed the long forms of some commands for consistency.
- Removed
-u
and-b
, replaced with a simple-c
option which does a dry run of audio extraction. That is, it does no audio conversion, but exits with a code of 0 only if all specified audio parts are found. - Fixed a crash on very large libraries.
v0.1.1
Binary compiled with GHC 7.6.3 32-bit on Windows 7 64-bit. Should also work on Wine. You must install ImageMagick and SoX for sheet music and audio export respectively.
-u
and-b
audio options foronyxite-customs
project-T
and-R
perform exact title/artist search, instead of existing-t
and-r
"case-insensitive substring" search