Skip to content

Releases: nicfit/eyeD3

v0.8.5 (30$ Bag)

28 Mar 00:54
Compare
Choose a tag to compare

v0.8.4 (The Cold Vein)

18 Nov 03:44
Compare
Choose a tag to compare

v0.8.3 (So Alone)

22 Oct 20:23
Compare
Choose a tag to compare

v0.8.2 (Standing At the Station)

23 Sep 17:00
Compare
Choose a tag to compare

v0.8.1 (I Can't Talk To You)

27 Aug 00:47
Compare
Choose a tag to compare

v0.8 (I Don't Know My Name)

14 May 03:32
Compare
Choose a tag to compare

= v0.8 (2017-05-13) : I Don't Know My Name

This release is NOT API compatible with 0.7.x. The majority
of the command line interface has been preserved although many options
have either changed or been removed. Additionally, support for Python 2.6
has been dropped.

== New

  • Python 3 support (version 2.7 and >= 3.3 supported)
  • The Display plugin (-P/--plugin display) enables complete control over tag
    output. Requires grako. If using pip, pip install eyeD3[display].
    Contributed by Sebastian Patschorke.
  • Genre.parse(id3_std=False) (and --non-std-genres) to disable genre #
    mapping.
  • eyed3.load accept pathlib.Path arguments.
  • eyed3.core.AudioFile accept pathlib.Path arguments.
  • eyed3.utils.walk accept pathlib.Path arguments.
  • New manual page. Contributed by Gaetano Guerriero
  • make test-data

== Changes

== Fix

  • Lang fixes, and no longer coerce invalids to eng.

== Other

  • Moved to pytest, although unittest not yet purged.