Sam Thursfield
Sam Thursfield
Thanks for the pointer! This suggests that changing `.statik(true)` should *just work*, and something about my toolchain / sysroot is broken. I am building with Buildroot 2021.08, which has Musl...
Right, I wasn't sure how to do this, but a feature flag makes sense. When I get some time I will do a PR.
I experienced the same thing, again during an album merge. In this case the plugin started copying everything from my home directory.
``` extrafiles: patterns: all: '*.*' ``` Looks like I was!
I think that the issue here is that for variable bitrate MP3 files, there's no way to know the duration without reading the whole file. So GstPad.query_duration() returns a duration...
I'm experiencing this issue with Beets 1.4.6 on Fedora 28. I tried updating to Git master of audioread, as the unreleased version 2.1.7 contains an FD leak fix (https://github.com/beetbox/audioread/commit/72ed349c12a16ab741cb02abc4de8f2e8e7fe4ee). This...
I've managed to reproduce it now. The crash appears to be triggered if the .close() method is called before reading is complete. I'll open a separate MR with a fix...
I am struggling to find how to work around or fix this problem. Options I've thought of: * Add duplex API, as in: https://github.com/RustAudio/cpal/pull/553 * Add a 'stream_type' hint to...
I should note that I am running with https://github.com/sbarakat/beets-copyartifacts/pull/43 checked out. I would otherwise have seen the exception from issue #38 I added some tracing and discovered that `dest_file` has...
I'm running a large `beets import` with this branch of beets-copyartifacts installed, and it seems to work well for me!