when using the amc script via command line on windows, how can i change it to RENAME the files instead of COPY the files to what appears to be a default within the output of TV SHOWS
i cant find information in this.
thanks!
dave
amc rename instead of copy?
Re: amc rename instead of copy?
copy files:
move/rename files:
But if you're seeding the move operation probably will fail.
Code: Select all
--action copy
Code: Select all
--action move
Re: amc rename instead of copy?
thanks, i'll try that switch and i'm sure it'll do what i'm expecting
cheers!
dave
cheers!
dave
Re: amc rename instead of copy?
thanks for that, it does what i need, as i have another program that sweeps the files where they should be. its therenamer but it fails on some shows i have.
thanks for the help!
thanks for the help!
Re: amc rename instead of copy?
is renaming for the same input and output folder possible?
Re: amc rename instead of copy?
Input/Output folder must not be the same, regardless of what --action you set.
Re: amc rename instead of copy?
so how would you archive a file and folder renaming without move or copy the files then?
Re: amc rename instead of copy?
1. Process /A to /B
2. Delete /A
3. Move /B to /A
By design, the amc script organizes files. It can't (and it's not supposed to) just move in place (i.e. rename).
Note that for a computer, RENAME is just a MOVE operation where the source/destination paths just so happen to have the same folder path.
2. Delete /A
3. Move /B to /A
By design, the amc script organizes files. It can't (and it's not supposed to) just move in place (i.e. rename).
