-
Notifications
You must be signed in to change notification settings - Fork 157
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
Errors with opus files previously tagged with picard/mutagen #643
Comments
All 59 of the .wma files I have are also not readable by 1.46.1 and 1.47.1 of mutagen. Here's the wma with mediainfo, ffprobe, vlc, mpd, and picard... |
There was an .opus album that was working and the remuxed (?) ffmpeg -acodec copy output from the McMurtry album... |
Here's some info on what wrote these files:
|
lol, i think i've reported this before and it was dismissed then |
Looking at the error messages this seems to be caused by the issue you had reported at #604: You seem to have run the mutagen does not expect an ID3 block at the start of files that are not supposed to have one. This can be nicely seen in the Picard logs, where the file is first tried to be opened as an Ogg Opus file because of the There are probably two things that could be done:
In your case In would recommend you run ffmpeg over the files as you did as it will get rid of the ID3 tag block at the start of the file. EDIT: You can also run We probably could also add an option to Picard to automatically remove such ID3 tags. |
While using beets I found all but 9 of 455 .opus files were "unreadable."
Upon further investigation I found that they were also not readable in picard, however they were all previously tagged by picard.
An album, James McMurtry's Saint Mary of the Woods has a timestamp of 03-2023 with MBDB tags in it that is now not readable by mutagen 1.46.1, 1.47.0, and 1.47.1 on two different ubuntu 22.04 machines with python 3.10.12 on them.
NB: I've been using the
/etc/apt/sources.list.d/musicbrainz-developers-ubuntu-daily-jammy.list
ppa for picard.The files play fine with VLC and ffplay, works with ffmpeg, no obvious errors from ffplay.
ffmpeg -acodec copy
produces files that mutagen can use, indicating no issue with the underlying data.Here's the mutagen version and errors with picard trying to load the McMurtry .opus files:
picard error.log
ffprobe & mediainfo of a song:
ffprobe.log
The text was updated successfully, but these errors were encountered: