Ogg files missing the metadata #43
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
folky tells us there is a issue with the ogg metadata
The MP3 is OK:
The OGG is not:
Looks like a issue with
fix_tags
Looks as if the version you have is broken. It's odd that the script reports "File hpr4143.ogg apparently does not contain tags". It is supposed to only do that when presented with a file that doesn't contain audio. I don't see this when I use it to check on what tags are present.
Most common cause of problems is the
TagLib
library itself or the PerlAudio::TagLib
module.The version I run on my local PC worked:
This was run against a copy downloaded from archive.org.
On Debian the TagLib library required is
libtag1-dev
. I have1.13.1-1+b1
on Debian, but the latest version seems to be 2.0. Seehttps://taglib.org/
.The Perl module is:
https://repo.anhonesthost.net/HPR/hpr_documentation/wiki/Fixing-audio-tags-on-uploaded-shows