Recycle bin instead of delete #6425
bluelavalamp
started this conversation in
Ideas & Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is your feature request related to a problem? Please describe.
Medusa will at times delete files that I don't want deleted. For example, I have a show that is multi-episode, I already had down E01 E02, so the video file had both episodes listed in the name "....S01E01 S01E02...".
However, on usenet the episodes AREN'T listed as multi-episode, so if you download E01 you will be getting E01 and E02 (according to tvdb.com). If you download what's listed as E02 you will be getting E03 and E04 (according to tvdb.com.
So, I have down E01 & E02 as a single file and labeled as such, I download from usenet what's marked as E02 (which is really E03 and E04). When Medusa imports the file into it's final location, it DELETES the video file for E01 & E02 and puts in there the one for E02 (which is E03 and E04).
Describe the solution you'd like
I would like to be able to set a recycle bin location in Medusa. For any file that Medusa is going to delete, it would move that file into the recycle bin location that I indicate to Medusa. Now I know that it's possible for there to be name conflicts, for that I would be fine with having the file renamed by appending upon the end of the file a timestamp of when this "delete" happened. So for example:
Show - S01E02 - Blah blah.mkv
would become:
Show - S01E02 - Blah blah.mkv-01-01-2019-12-53-42
or something like that. Then there wouldn't be an issue with file name conflicts.
Describe alternatives you've considered
I'm not sure of any, I haven't been able to figure out how to prevent Medusa from delete files.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions