Search found 12 matches

by tatar0900
16 Mar 2019, 11:40
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

Got it working again! Thanks so much for everything!
by tatar0900
16 Mar 2019, 07:09
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

I swear this will be last I will be bothering you under this thread :)

I downloaded latest amd64.deb file, gave it +rx. installed to ubuntu via sudo apt install ./filebot...deb

However now I get

[tatar0900@tatar]:(36.1Mb)~$ filebot
Error: LinkageError occurred while loading main class net ...
by tatar0900
16 Mar 2019, 05:39
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

Wow thank you very much for swift action rednoah!

I’ll wait for next version to be live for this to in effect yes? Or was this already being handled server-side?
by tatar0900
14 Mar 2019, 21:55
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

Ok, thank u very much for taking this into consideration
by tatar0900
14 Mar 2019, 16:46
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

Ok, at least we got it figured out that it's the intended behavior.

How about having maybe a flag like --conflict size and/or --conflict bitrate? :)
by tatar0900
14 Mar 2019, 16:23
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

I got another example @rednoah. Existing file is 10GB, the new one is 15GB. The old file is not replaced.

existing filebot -mediainfo
someMovie someThing Returns (2018) [1920x808 x264 5.1 DTS 2:10]

new one
someMovie.someThing.Returns.2018.1080p.BluRay.DD7.1.x264-iFT [1920x804 x264 5.1 EAC3 2:10 ...
by tatar0900
11 Mar 2019, 20:05
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

Re: How does amc define 'better version'?

sysinfo:

FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.4.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-02-26 (r552)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM ...
by tatar0900
10 Mar 2019, 19:34
Forum: Scripting and Automation
Topic: How does amc define 'better version'?
Replies: 14
Views: 9644

How does amc define 'better version'?

Hi rednoah
my post processing script has
--conflict auto

But as per the log and observation
Run script [fn:amc] at [Sun Mar 10 20:12:24 CET 2019]
Parameter: unsorted = y
Parameter: music = n
Parameter: artwork = y
Parameter: excludeList = .excludes
Parameter: ut_dir = /home/someUser/torrents ...
by tatar0900
22 Feb 2019, 22:52
Forum: Ubuntu & Desktop Linux
Topic: Filebot amc script does everything but subtitles
Replies: 2
Views: 2374

Re: Filebot amc script does everything but subtitles

UPDATE: They are apparently downloaded but to the default download folder, how do I automatically move them to the plex folder just like the movies and tv shows?
by tatar0900
22 Feb 2019, 22:50
Forum: Ubuntu & Desktop Linux
Topic: Filebot amc script does everything but subtitles
Replies: 2
Views: 2374

Filebot amc script does everything but subtitles

So this is my code, everything works as intended but no subtitles are downloaded for even very well known releases


filebot -script fn:amc --output "$CONFIG_OUTPUT" --action duplicate --conflict skip -non-strict --log-file amc.log --def unsorted=y music=y artwork=y subtitles=en excludeList ...
by tatar0900
10 Oct 2017, 20:25
Forum: Ubuntu & Desktop Linux
Topic: Randomly getting "Illegal usage: output folder must be separate from input folder"
Replies: 2
Views: 3151

Re: Randomly getting "Illegal usage: output folder must be separate from input folder"

I got you master loud and clear. I will do the necessary change and will let you know if I experience anything further.

Cheers.
by tatar0900
10 Oct 2017, 19:45
Forum: Ubuntu & Desktop Linux
Topic: Randomly getting "Illegal usage: output folder must be separate from input folder"
Replies: 2
Views: 3151

Randomly getting "Illegal usage: output folder must be separate from input folder"

Hello

@rednoah thank you very much for this awesome tool.

my .rtorrent.rc:
method.set_key=event.download.finished,filebot,"execute={/home/tatar0900/scripts/rtorrent-postprocess.sh,$d.base_path=,$d.name=,$d.custom1=}

my rtorrent-postprocess.sh:
#!/bin/sh

# rtorrent.rc
# method.set_key=event ...