-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Move music to trash #149
Comments
ProblemRun beet import on an album that's already in the library. Say Remove old. The old files are instantly deleted, not sent to the recycle bin. Recycle-binning deleted files is typical behavior; I can't think of any Windows program that doesn't do this for user-facing files. Alternatively, a user-designated "Trash" folder in the library could be specified, but that's complicated. Could a user-specified trash folder actually be easier than using a third-party dependency to manage trash on individual OSs? A config option could specify "delete instantly" or "send to custom trash folder: /library/trash" or something. |
Send2Trash looks like it might be good for this, although I'm not sure if it's worth adding another dependency for. Might be worth implementing as a plugin though. |
Where do the main developers stand on this now? Would either of these be accepted if a pull request was made?
|
I'm still in favor but not thrilled about a new core dependency to support it. I like the idea of a plugin, though! |
As a mainly linux guy, I didn't and still don't really feel the need for recycle-binning. I don't see anything against using send2trash in a plugin though!! |
I submitted PR #3796 to address this issue, adding safer file removal operations for users who have a |
I'm having this issue as well, on macOS. It is constantly deleting my files even though I never ask it to. Fortunately I have iTunes Match / Apple Music so everything is backed up in the cloud. But this is a nasty bug. |
This issue isn't about beets randomly deleting your files - it definitely shouldn't be doing that. Could you please open a new issue @austinarchibald? |
This issue was automatically migrated from Google Code.
Original author: adrian.sampson (April 10, 2010 20:49:19)
Original issue: google-code-export/beets#35
The text was updated successfully, but these errors were encountered: