-
Notifications
You must be signed in to change notification settings - Fork 115
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
Aways copying instead move or rename #78
Comments
I correct myself.. that try above have a config file like: { and when the file is big.. take many time to finish (because copying instead rename and moving) |
I think I corrected this in this pull request, but it's not (yet) accepted. Anyway, I hope it helps. Any feedback would be appreciated. |
Hum.. |
Hum.. I found old versions at here: http://pypi.python.org/packages/source/t/tvnamer/ |
I'm confused what the problem is. As I understand it: the file is copied once when it is renamed, and once again when the file is moved.. even though the file is on the same partition, so should just be renamed? If so, does the problem happen if you run with no config? |
Also, you can check out various versions of
(you could even use |
Yes... Thats the problem. When I run, the original file stays (in same directory), they create a new one with the new name (create a copy, thats take so long in a router like ASUS RTN13U using OpenWRT or DD-WRT), and then, copy (again) to another directory.. and so delete the copy with new name in original file (and the original downloaded without rename persist). When I run without any config, they ask what is the series name (with options numbers), and when I choose one, they show mostly the same message: Creating directory /mnt/Downloads And no delete. |
Even withou move options, tvnamer still creating a copy of file then renaming it.
I already try many options in config file like "aways_copy": false and "copy_instead_move": false... but even withou any config file (just "tvnamer file.mp4"), its copying the file.
Thats output:
The text was updated successfully, but these errors were encountered: