Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: importer: Add ability to verify copy and move operations #5217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 18, 2024

  1. importer: Add ability to verify copy and move operations

    To avoid corrupting files and worse, remove the original files (move), a
    quick check is added to ensure files are still in order.
    
    On failure the crc is printed to aid in discovering if the problem was
    with the source (unlikely) or destination file. Using `filecmp` would only
    tell us of a miss-match, but making it harder to figure out why/where
    things fail.
    
    Since `beets import` can be destructive (move), we want to be delicate
    here.
    
    Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
    oliv3r committed May 18, 2024
    Configuration menu
    Copy the full SHA
    411293d View commit details
    Browse the repository at this point in the history