eyeD3
eyeD3 copied to clipboard
eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3...
eyeD3 dies trying to convert an ID3 v2.3 to v2.3 that contains TMOO field. Tested in Ubuntu default version 0.8.4: ``` Writing ID3 version v2.3 Uncaught exception: Unable to covert...
Hi, nice project, I want to use it to parse my music folder. Its working really well but it has with this one file. I'm pretty sure that I cannot...
Since test dependencies is located in `[tool.poetry.dependencies]`, poetry trying to resolve they. Even they are optional. https://github.com/nicfit/eyeD3/blob/3c073bb27db0ca2078037fe566fb9631aae094b9/pyproject.toml#L65-L72 So. Let's get any application with `coverage v6`... ```ini [tool.poetry.dev-dependencies] coverage = "^6"...
Ticket migrated from https://github.com/nicfit/MishMash/issues/810 that is of this library ``` ERROR:mishmash:'utf-8' codec can't decode byte 0xff in position 0: invalid start byte Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/mishmash/__main__.py", line...
Just created new system under Ubuntu 22,04 **installed eyeD3 using sudo pip install** _sudo pip install eyeD3 Collecting eyeD3 Using cached eyeD3-0.9.6-py3-none-any.whl (245 kB) Requirement already satisfied: coverage[toml]=5.3.1 in /usr/local/lib/python3.10/dist-packages...
Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @ericof...
I haven't found a way to pass this as a Python argument in the parameters. ``` --track-total --disc-total --play-count --popularity --bpm --unique-file-id --comment --lyrics ``` For example `audiofile.tag.comment = ""`...
Hi, first of all, thank you for this great piece of software. I use it mostly for stripping all IDv1/2 tags so I can tag them properly in [EasyTag](https://wiki.gnome.org/Apps/EasyTAG). I...
In using eyeD3, I found it very difficult to figure out what each object contains and how to inspect them. I ended up needing to read a lot of the...
OS: macos 11.2.3 eyeD3 version: 0.9.7b0 If I have an incompatible file and do the following: ```python import eyed3 audiofile = eyed3.load("img.png") audiofile.tag.artist = "abc" audiofile.tag.save() ``` The result is:...