fee55c0902
- Update to 0.9.9 * Remove eyed3.utils.console.getTtySize() implementation by @nicfit in #682 * Resolve logger warnings by @emmanuel-ferdman in #668 * User expanduser instead of expandvars by @nicfit in #670 * fix: catch GenreException by @nicfit in #676 * Fix links in docs by @gene1wood in #677 * Add Python 3.14, and EOL 3.9 by @nicfit in #681 - Cleanup dependencies * Remove old unused dependencies * Remove hard requirements that aren't * Remove unused poetry build backend from requirements: they switched in 0.9.8 - Use test data
Takashi Iwai2026-01-19 08:59:49 +00:00
bf3b77506d
Accepting request 1268552 from multimedia:apps
Ana Guerrero2025-04-11 14:50:00 +00:00
e031edcf70
- Switch to pyproject macros. - Run the testsuite. - Sprinkle in fdupes. - Remove requirement on six. - Add patch skip-tests-that-require-external-data.patch: * Skip tests that require data files.
Takashi Iwai2025-04-11 07:42:34 +00:00
a398d69b47
- update to 0.9.5: - Dropped support for Python versions 2.7, 3.4, and 3.5. - File scanning is no longer recursive by default; use -r / --recursive. - Default log-level changed from WARNING to ERROR. - Mime-type detection uses filetype.py (libmagic no longer required) - setFileScannerOpts function accepts default_recursive option. - A new jsontag plugin for converting tags to JSON. - A new extract plugin for extracting tags from media. - A new yamltag plugin for converting tags to YAML. - A new mimetypes plugin for listing file mime-types / measuring performance - Original artist support (TOPE frame, --orig-artist) - Added support for Python 3.8 and pypy3. - Log warning when ID3 v1.x text truncation occurs. Fixes#299. - Accept (invalid) date strings for the form YYYYMMDD. Fixes#379 - Adjust replay gain correctly for lame >= 3.95.1 headers. - Added -r/--recursive argument. eyeD3 is no longer recursive by default (#378) - Regenerated grako parser. - New ValueError for _setNum when unknown type/values are passed. - Moved src/* to top-level repo directory. - PRIV data type checking, fixed examples, etc. - Use tox for make test - ID3 v2.3 to v2.4 date conversion. - Match mp3 mime-types against all possible mime-types. Specifically, application/x-font-gdos. Fixes#338 - Fix simple typo: titel -> title. <tim.gates@iress.com> - Fixed: load the right config file in arguments. <zhumumu@gmail.com> - Fix issue tracker link. Fixes#333. - Fixed art plugin when pylast is not installed. - Unbound variable for track num/total. Fixes#327. - Fixed MP3 header search to not false match on BOMs.
Dirk Mueller2020-08-21 19:54:45 +00:00