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

Issue 144: Option to copy instead of move file #150

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

WaywardWizard
Copy link

For issue/request #144

@@ -218,6 +218,16 @@ class SettingStore:
help="--episode-format: set episode renaming format specification",
)(),
)
relocation_mode: Optional[Union[RelocateType,str]] = dataclasses.field(
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why we must allow items of type "RelocateType". But i see that was done elsewhere. I think this is redundant because we only pass instances of str and never of RelocateType.

@bakman2
Copy link

bakman2 commented Dec 2, 2021

Nice work thanks, hope it gets merged soon. a hardlink option would be nice as well.

@WaywardWizard
Copy link
Author

Nice work thanks, hope it gets merged soon. a hardlink option would be nice as well.

Thanks @bakman2

Ive forgotten now but im 99pct sure that link() - hardlink and symlink() - symbolic link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants