Hello everyone,
I just downloaded FileBot and the AMC script and they both work great. Thanks so much for the awesome programs! I have a question that might be stupid. Whenever I download a torrent, the complete downloaded file goes into my download folder and then another copy of that file goes into the Media folder just like I want it to. Now that I have AMC set up, I do not need the files to go into my Download folder because now I have two copies of the same movie/TV show every time I download a torrent. Clearly, this will eventually limit the space on my hard drive. Am I doing something wrong? Is there an easy fix for this?
Thanks!
AMC Automation Question
Re: AMC Automation Question
Where it says --action copy that's very you force it to copy:
PS: you'll want to use --action hardlink
Code: Select all
--action move|keeplink|symlink|hardlink
-
- Posts: 4
- Joined: 13 Aug 2014, 03:28
Re: AMC Automation Question
Just to clarify, in the UTorrent settings for Run Program, do I replace --action copy with --action hardlink?
Thanks.
Thanks.
Re: AMC Automation Question
Sure, but don't listen to me. Open cmd and try. 

-
- Posts: 4
- Joined: 13 Aug 2014, 03:28
Re: AMC Automation Question
I tried replacing --action copy with --action hardlink but I am still getting duplicate files. Do I replace action with move so it would be --move hardlink? I am not very proficient in using the command line especially with FileBot.
Re: AMC Automation Question
If you MOVE files you save space but can't seed them. If you COPY files you can seed them but waste space. If you HARDLINK files you save space and you can seed them but only works on the same filesystem for obvious reasons.
PS: You don't know what hardlinks are. So go find out what hardlinks are.
PS: You don't know what hardlinks are. So go find out what hardlinks are.
-
- Posts: 4
- Joined: 13 Aug 2014, 03:28
Re: AMC Automation Question
Hello,
Sorry for reviving this thread like this but I have been using FileBot again and I am still having the same issue. I know what hardlinks are and how they need to be used in the same filesystem. However, I am still getting two files in two different places that are the same size when I try to use -action hardlink. I still want to seed the file. Clearly, this is not good and I would really appreciate some help. Thanks.
Sorry for reviving this thread like this but I have been using FileBot again and I am still having the same issue. I know what hardlinks are and how they need to be used in the same filesystem. However, I am still getting two files in two different places that are the same size when I try to use -action hardlink. I still want to seed the file. Clearly, this is not good and I would really appreciate some help. Thanks.
- whitestrake
- Posts: 14
- Joined: 26 Oct 2014, 07:35
Re: AMC Automation Question
Hi skateboard34,
I think you missed the point of what a hardlink is and how it acts. Strictly speaking a hardlink will behave exactly as you have described and this is working as intended. Go ahead and reread the wikipedia entry or play around with hardlinks (mklink /H in Windows command prompt) to get a better understanding of how they work. Note that hardlinks are separate to symbolic or symlinks, in that symlinks are more or less glorified shortcuts.
I think you missed the point of what a hardlink is and how it acts. Strictly speaking a hardlink will behave exactly as you have described and this is working as intended. Go ahead and reread the wikipedia entry or play around with hardlinks (mklink /H in Windows command prompt) to get a better understanding of how they work. Note that hardlinks are separate to symbolic or symlinks, in that symlinks are more or less glorified shortcuts.