Search found 7 matches

by ninjaoptimus
13 May 2017, 20:47
Forum: Windows
Topic: setting auto extraction after qBitTorrent download completes on TWO different drives.
Replies: 10
Views: 9452

Re: setting auto extraction after qBitTorrent download completes on TWO different drives.

Hey @rednoah,

My goal is to have the downloads in V:\Movies extract to V:\Movies

e.g. V:\Movies\SomeMovieA\movie.rar to V:\Movies\SomeMovieA\Movie.mp4

and similarly

V:\Shows\SomeShowX\show.rar to V:\Shows\SomeShowX\show.mp4

Can you please tell me what command I need to try?

I know the commands ...
by ninjaoptimus
05 May 2017, 16:44
Forum: Windows
Topic: setting auto extraction after qBitTorrent download completes on TWO different drives.
Replies: 10
Views: 9452

Re: setting auto extraction after qBitTorrent download completes on TWO different drives.

I wasn't able to get this to work actually @rednoah.

I have a tv shows and a movies folder but the below script fails for it.

V:\Shows\
V:\Movies\

in Qbit Torrent -> options -> downloads area I have this script which doesn't do anyting :|

filebot -script fn:amc --output "V:\Movies" --action ...
by ninjaoptimus
03 Apr 2017, 08:44
Forum: Windows
Topic: setting auto extraction after qBitTorrent download completes on TWO different drives.
Replies: 10
Views: 9452

Re: setting auto extraction after qBitTorrent download completes on TWO different drives.

thanks for the replies guys and apologies for being unclear.

The script I pasted above in OP works fine for extracting completed torrents in and to W:/Media.

I wish to now add this option for any new completed torrents in V:/Media as well. So any new torrent that is added in either W:/Media or V ...
by ninjaoptimus
02 Apr 2017, 21:02
Forum: Windows
Topic: setting auto extraction after qBitTorrent download completes on TWO different drives.
Replies: 10
Views: 9452

setting auto extraction after qBitTorrent download completes on TWO different drives.

Hey there,

I've been using the below code which works great but now I have another drive "V:/Media" where I want to setup auto extraction as well when the torrent completes.

filebot -script fn:amc --output "W:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def ...
by ninjaoptimus
13 Sep 2016, 00:27
Forum: Windows
Topic: 7-Zip-JBinding.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
Replies: 3
Views: 3644

Re: 7-Zip-JBinding.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

Thanks for your support @rednoah,

This is rather odd. 2 out of the 3 java elements I see are 64bit. I guess filebot was trying to use the middle one.

http://i.imgur.com/I4uwgcP.jpg

If possible, a check to see if a 64bit version is also there and use that.

I'm going to install 64 bit now.

Also ...
by ninjaoptimus
12 Sep 2016, 14:26
Forum: Windows
Topic: 7-Zip-JBinding.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform
Replies: 3
Views: 3644

7-Zip-JBinding.dll: Can't load AMD 64-bit .dll on a IA 32-bit platform

I'm on Windows 10 x64, With Qbittorent 3.3.6 and filebot 4.7.2

In qbittorent I've added this:

filebot -script fn:amc --output "W:/Media" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut ...