beets/beets
Leo Nikkilä 7bcca193d5 Fix reflink: "auto" option
The docs say:

> The `auto` option uses reflinks when possible and falls back to plain
> copying when necessary.

I've been using this option for a while, and recently discovered that
despite the option, copying fails between two BTRFS filesystems with:

    Error: OS/filesystem does not support reflinks. during link of paths /mnt/fs1/file, /mnt/fs2/file

I tracked this down to how the configuration is handled in the importer.
2024-06-08 01:26:24 +03:00
..
autotag A couple of small updates in the code 2024-06-05 04:41:02 +01:00
dbcore A couple of small updates in the code 2024-06-05 04:41:02 +01:00
test Add barcode field to AlbumInfo and update related files 2024-03-18 13:22:04 -04:00
ui A couple of small updates in the code 2024-06-05 04:41:02 +01:00
util Replace lazy_property by cached_property 2024-06-05 04:41:02 +01:00
__init__.py Fix formatting 2024-06-02 14:47:45 +10:00
__main__.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
art.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
config_default.yaml Remove fixme 2023-12-04 00:38:58 -05:00
importer.py Fix reflink: "auto" option 2024-06-08 01:26:24 +03:00
library.py Replace lazy_property by cached_property 2024-06-05 04:41:02 +01:00
logging.py A couple of small updates in the code 2024-06-05 04:41:02 +01:00
mediafile.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
plugins.py beetsplug: Error out on conflicts in template functions 2023-12-16 16:38:32 +01:00
random.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00
vfs.py Apply formatting tools to all files 2023-10-22 09:53:18 +10:00