Page 1 of 1

AMC Copying the Episodes and not moving it

Posted: 13 Jan 2016, 13:54
by missi268
Hi, I am new to this so apologies if I have asked something stupid. Also I have no experience with coding or scripting.
I have read and tried most of the features of filebot. Also Setup the utorrent to run Filebot, as per instructions.

:?: My only problem is that when I run the AMC from CMDline as per instructions on the forum as below:
filebot -script fn:amc --output "D:\Downloads D\Utorrent\Utorrent Downloads\Sorted" --action copy -non-strict "D:\Downloads D\Utorrent\Utorrent Downloads\Unsorted" --def excludeList=amc.txt


:!: The TV Series files get copied (not moved) to the new location with New Name. Hence I have the old unsorted folders with extra torrent information as well as the new sorted ones with 1 or two episodes missing cause probably the pilot was not copied. Hence Before deleting the unsorted folder I have to manually compare if anything is missing.
It would just be easier if it moved the TV shows leaving behind others which failed. Please Help.

:?: Also is AMC the only script which includes the organization; searching for artwork, Subtitles, Rename, clear the extras ? Or is there any other script which is all inclusive. If so could you please guide me to the same.


:arrow: Following are details of my System:
Windows 10 Pro - 64 Bit
Java Version 8 - Update 66 (build 1.8.0_66-b18)
Filebot 4.6.1 - Windows Installer

:arrow: http://pastebin.com/rvqHn21d

:arrow: For Example here the Movie Pyaar ka Panchnama did not get copied.
http://i.imgur.com/ZCug4BN.jpg
Also sometimes for a full season, few subtitles are downloaded and few are not.
http://imgur.com/CFgoQST

:?: Initially I also got this line a lot in the CMDline responds: Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release. what does it mean ?

Re: AMC Copying the Episodes and not moving it

Posted: 13 Jan 2016, 14:51
by rednoah
All of your questions have been answered in detail before on other threads, so I'll keep it short. You will find thorough discussions if you search through the forums a bit.

1.
--action copy ... 'nuff said :roll:

2.
You're using 32-bit Java on a 64-bit Windows machine. Why? (Please read the FAQ)

3.
You won't get subtitles if there's no matching subtitles (i.e. strict hash match).

4.
Nope, there's not another script that does exactly the same as the amc script. :D The amc script is very customizable though, if that's what you're asking, and individual aspects like rename/artwork/subtitle/clean can easily be done with other commands or scripts. ;)

Re: AMC Copying the Episodes and not moving it

Posted: 13 Jan 2016, 15:22
by missi268
Thank You so much.

I will go through the forums in detail. Since I am totally new to this I am having difficulty putting understanding few script/code specific language. Are there any specific threads that relate to my query, if you could point me in that direction, I will really be grateful :)
Also I did not know that its a 32-bit Java. Will look into that too. Thank you

One more small question.
My torrent provider requires that I keep mine torrents uploaded for a minimum number of days. And I am a bit OCD of duplicate and unsorted files and folders. Also since the AMC CMDline & the torrent filebot extension both copy the videos, the torrent is still linked to the old one and & I cant delete cause of that.

Re: AMC Copying the Episodes and not moving it

Posted: 13 Jan 2016, 18:15
by rednoah
That's why you should be using --action hardlink if possible.