Closed translit closed 4 years ago
Hmm; I can't reproduce this with a FLAC file I have on hand:
$ beet scrub 'the artist'
scrub: scrubbing: /Users/asampson/code/beets/_etc/testlib/Non-Album/the artist/full.flac
$ beet bad -v 'the artist'
/Users/asampson/code/beets/_etc/testlib/Non-Album/the artist/full.flac: ok
$
Do you have a test case that would let us reproduce the problem?
I wonder how best let you grab the files. Do you have Usenet? Here's the NZB. album.txt
No, sorry—any chance you can craft a small, truncated file that exhibits the problem?
This is a bit of a wild guess, but is there any chance that gstreamer touched the corrupted files? We have people with the same error messages from flac --test over at Picard: https://tickets.metabrainz.org/browse/PICARD-1088.
Absolutely! I also have this in my config:
replaygain:
auto: yes
backend: gstreamer
overwrite: yes
Really annoying to worry constantly about corruption. It doesn't happen to all FLACs though, only to some. I keep backups now.
If anyone still has repros of this issue, what does metaflac --list
look like? The gstreamer bug (https://bugzilla.gnome.org/show_bug.cgi?id=727802#c28 and https://bugzilla.gnome.org/show_bug.cgi?id=785558) seems to suggest metadata being corrupted. In my case, the metadata is fine (confirmed by metaflac), and I still get the LOST_SYNC error even after metaflac --remove-all --dont-use-padding
(discarding all metadata on the file). I have to fully reencode the file to fix the error, which suggests to me that it's not the aforementioned gstreamer bug. (might still be a gstreamer bug, but it's not that one)
e: hm, never mind me, the issue seems to be with the actual audio track in the version of the file that I have... reimporting a new non-errored copy of the file creates no issues, so beets is probably not involved
I'm sorry that I can't contribute to the investigation, but it's great to see you looking into that issue. It killed half of my library back in the day.
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Problem
FLACs get corrupted after
scrub
ing:Setup
My configuration (output of
beet config
) is: