lucasrcezimbra / gansomusic-flask

Old version :musical_score: Download music from YouTube and edit tags
https://github.com/Lrcezimbra/ganso-music
1 stars 0 forks source link

Update eyed3 to 0.8 #94

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of eyeD3 available. You are currently using 0.7.11. I have updated it to 0.8

These links might come in handy: PyPI | Changelog | Repo | Homepage

Changelog

0.8


.. warning:: 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.

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖