-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eyed3.load creating string rather than an eyed3 object? #643
Comments
Well, reading the current code for Lines 422 to 456 in 2cdef0d
But since you're testing in Python 3.10.12, I'm guessing you're on an LTS distro, which means you may not be running the most current |
I only just installed eyed3 yesterday, the version is 0.9.7 I've played with it more since last night and have got it working somewhat, but it is still a real hassle of a workaround. Hopefully it is still something I am doing wrong or missing. The errors are being thrown when files do not have an ID3 profile. `Time: 15:53 MPEG1, Layer III [ 128 kb/s @ 44100 Hz - Joint stereo ]No ID3 v1.x/v2.x tag found! I have been opening each mp3 file in VLC and adding a title to the ID3 information. Once that is done everything was working as expected. Thanks for responding, in replying to you here I discovered the initTag function and that has solved my issue! https://stackoverflow.com/questions/31326789/create-new-id3-tag-using-python-and-eyed3 |
Calling eyed3.load for an mp3 file is creating string variables rather than eyed3 objects.
Python 3.10.12 (main, Nov 6 2024, 20:22:13) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
Any idea what might cause this?
The text was updated successfully, but these errors were encountered: