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

Move fails if moving between different mountpoints #154

Closed
Nutellaeis opened this issue Jun 14, 2019 · 1 comment
Closed

Move fails if moving between different mountpoints #154

Nutellaeis opened this issue Jun 14, 2019 · 1 comment
Milestone

Comments

@Nutellaeis
Copy link

If you try to move files between different mounts you get the following error

Skipping file due to error: [Errno 18] Invalid cross-device link: '/input/myFile.mkv' -> '/output/myRenamedFile.mkv'

mcclurec added a commit to mcclurec/tvnamer that referenced this issue Nov 18, 2019
`os.rename` is brittle and prone to failure. Among other things, it struggles with moving files between mount points. Something that's required if you have docker volumes. Should also address dbr#154
@dbr
Copy link
Owner

dbr commented Apr 13, 2020

I believe this should be fixed by PR #161 and will be part of tvnamer 2.6 (should be released within a week or so)

@dbr dbr closed this as completed Apr 13, 2020
@dbr dbr added this to the v2.6 milestone Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants