When I synced my library some files were listed as "FAILED"
ERROR This file does not appear to be an audio file
but the files play fine on other software. All the failed files were ogg/vorbis, but many ogg/vorbis files loaded just fine.
Any suggestions on how to debug this?
Comments
There are generally three causes:
Hm, it's not looking like any of those explain what I'm seeing.
I'm doubtful it was a temporary server failure since it happened to all tracks from certain albums, but albums imported before and after from the same source (Dreamhost S3 bucket) were fine.
File names include very simple ones like:
They appear to be pure audio:
ffprobe -v quiet -print_format json -show_format -show_streams file.ogg
It should contain one audio stream, and if there is a video stream,
attached_pic
should be 1. There may not be a different video stream.Thank you,
ffprobe
seems to be a good tool to debug this. It looks like there is something corrupted in the files.I guess VLC etc are just ignoring whatever the problem is. I will try to get clean copies of these tracks.
Thanks for your help!