Skip to content

Releases: mtolly/jammittools

v0.5

07 Jul 15:04
Compare
Choose a tag to compare
  • Fixed a bug where "Song Title " wasn't considered the same as "Song Title"
  • Much internal cleanup, smaller executable size
  • Library: added some more Jammit types (beats, ghost beats, sections)

v0.4.1.1

10 May 01:52
Compare
Choose a tag to compare

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

22 Mar 22:37
Compare
Choose a tag to compare

Uses conduit-audio, and exposes the audio file as an AudioStream.

Functionality is unchanged, so just use the v0.4 binaries instead.

v0.4

07 Feb 18:39
Compare
Choose a tag to compare
  • 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

11 Jan 18:47
Compare
Choose a tag to compare

Fixes for Windows, other platforms are unchanged:

  • Use wchar_t for C functions to support non-ASCII filenames
  • Look for SoX in Program Files since the installer doesn't put it in the PATH

v0.3.1

10 Jan 19:05
Compare
Choose a tag to compare
  • Added support for Drums 1, Drums 2 and Organ parts
  • Better argument handling (quits on unrecognized argument)

v0.3

11 Sep 23:55
Compare
Choose a tag to compare

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

30 Jun 20:54
Compare
Choose a tag to compare

Just some documentation, packaging, and version bounds improvements. The binary is unchanged from v0.2.

v0.2

25 Jun 23:08
Compare
Choose a tag to compare
  • 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

24 Feb 17:30
Compare
Choose a tag to compare

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 for onyxite-customs project
  • -T and -R perform exact title/artist search, instead of existing -t and -r "case-insensitive substring" search