elodie icon indicating copy to clipboard operation
elodie copied to clipboard

move source

Open DZamataev opened this issue 7 years ago • 4 comments

Implements moving source files instead of copying them and optionally trashing the source. The motivation is to make possible to process large library without disk size overflow with a growing trash folder.

DZamataev avatar Jan 31 '19 21:01 DZamataev

Coverage Status

Coverage increased (+0.7%) to 92.516% when pulling 109e2918698563530a076942d1e8ae386521f6eb on DZamataev:feature/move-source into 086c26c19803ddeb0a905b02a974d9c067cc65e9 on jmathai:master.

coveralls avatar Jan 31 '19 21:01 coveralls

Coverage Status

Coverage increased (+0.7%) to 92.516% when pulling 109e2918698563530a076942d1e8ae386521f6eb on DZamataev:feature/move-source into 086c26c19803ddeb0a905b02a974d9c067cc65e9 on jmathai:master.

coveralls avatar Jan 31 '19 21:01 coveralls

Hi @DZamataev. Thanks for the PR. I guess the --trash option does not achieve this. Let me think of how to better make it clear the difference between these options. (i.e. naming etc.)

jmathai avatar Jan 31 '19 22:01 jmathai

This feature is definitely good to have. I assume it should save big chunk of importing time due to moving and not copying the files? And storage won't get full as quick due to files in trash not emptying automatically? I am facing this same problem of HDD getting filled double the speed due to trash contents. Any chance of having this merged?

gti96 avatar Sep 28 '19 15:09 gti96