Open TheLastGimbus opened 4 weeks ago
this fascinated me enought to start digging, so i git pull
ed, ran it, and... it worked... god damn it... i hate it when stuff works...
Then, investigating further, i found that i'm not actually using 1.6.1
, but 2.0.0
perfeclty before versions strings were corrected
There is an issue about it on arch gitlab: https://gitlab.archlinux.org/archlinux/packaging/packages/beets/-/issues/4
Solution proposed is to make v2.0.1... which would be nice, because it would also merge patches from 33ab22db8c69ffad8209f3258c7e22acb04eb668 which fixed my issue
but idk if right now you guys are stabilizing everything for next release :shrug:
Waiting for it, cheers :clinking_glasses:
Problem
There seems to be problem with
reflink
andconvert
because it uses/tmp
where it's not necessary the same actualbtrfs
filesystemI wanted to convert all my files to
.opus
on import. I havebtrfs
, so of course i wanted to use reflink goodiesDocumentation said that
reflink: auto
will use reflink if filesystem supports it. However, i have a feeling like there is some global flag ala:because when all my imported files where done encoding:
This will also happen if i manually do:
seems like my
/tmp/
may be in-ram or something (i didn't customize it in fstab or anything :shrug:)When i do:
Setup
1.6.12.0.0 apparentlyMy configuration (output of
beet config
) is: