Search found 14 matches

by haarts
22 Apr 2017, 10:38
Forum: Scripting and Automation
Topic: 'Illegal usage: no input' on Transmission post process script
Replies: 1
Views: 2403

Re: 'Illegal usage: no input' on Transmission post process script

BTW Where do I find the groovy scripts on my machine?
by haarts
22 Apr 2017, 10:27
Forum: Scripting and Automation
Topic: 'Illegal usage: no input' on Transmission post process script
Replies: 1
Views: 2403

'Illegal usage: no input' on Transmission post process script

I'm getting "Illegal usage: no input" in my logs when using the following Transmission post processing script (shortened): /usr/bin/filebot -script fn:amc \ --output /home/john/Public/ \ --action hardlink \ --conflict auto \ -non-strict \ --log-file /home/john/logs/amc.log \ --def \ excludeList ...
by haarts
20 Apr 2017, 06:15
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

I've made progress! The script is now called after a torrent is finished and seems to work as intended. With one small hiccup. The code below: --def exec="echo [$(date)] Successfully processed file: {quote f}" Doesn't write to the filebot log but writes to standard out. Which I understand, 'echo ...
by haarts
15 Apr 2017, 17:36
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

2. Filebot seems to try (and fail) to extract a regular video file: Extracting files [/home/harm/Downloads/torrents/completed/Mars.2016.S01E02.HDTV.x264-CROOKS/mars.2016.s01e02.hdtv.x264-crooks/Mars.2016.S01E02.HDTV.x264-CROOKS/mars.2016.s01e02.hdtv.x264-crooks.mkv] SevenZipException: HRESULT: 0x1 ...
by haarts
15 Apr 2017, 14:52
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

Ah, I did not know that. I'll refrain from doing that again. I've just updated to version 4.7.9 and am wondering what the `ut_*` parameters do. `ut_dir` = input dir `ut_label` = whether the input is TV/Movie/etc `ut_kind` = ? `ut_title` = ?, something to do with notifications? Also during a test run ...
by haarts
15 Apr 2017, 14:04
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

The script will, over and over again, find out the the destination already exists. I see a lot of 'Skipped [some file] because [destination] already exists', this seems fine to me.

But I'm definitely looking into the amc script!
by haarts
14 Apr 2017, 12:04
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

My Transmission dumps everything (series only) in one directory. Then I run: filebot --log-file /home/john/logs/filebot.log --db TheTVDB -rename /home/john/Downloads/torrents/completed -r --output /home/john/Public/ --action symlink --format '{n}/{s}/{n}-{s00e00}-{t}{"."+lang}' -non-strict Why would ...
by haarts
14 Apr 2017, 07:24
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

Dude that is amazing. I've donated 5EUR.
by haarts
13 Apr 2017, 17:57
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

Ah. Shame, I'm not sure I want to add all the features currently in the amc script. I'll consider this.
by haarts
12 Apr 2017, 20:16
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

It's rather tricky finding documentation for '--def'. On the CLI page (http://www.filebot.net/cli.html) nothing is mentioned. And the source is a little too much. And the forum search won't allow searching on '--def'. From the filebot help output I read that it is used to 'define script variables ...
by haarts
12 Apr 2017, 20:04
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Re: Machine friendly log format

Ah! Look at that. I'm certainly going to enjoy myself with "--def". And with that timestamps shouldn't be a problem. This tool continues to amaze.
by haarts
12 Apr 2017, 18:22
Forum: Feature Requests and Bug Reports
Topic: Machine friendly log format
Replies: 18
Views: 9648

Machine friendly log format

Hi, This is a friendly feature request nothing more. I'm using the log file of Filebot to send metrics to an InfluxDB instance via Telegraf (see https://www.influxdata.com/). I want to track how many renames have been successful. However the log contains this: [SYMLINK] Rename [some file] to [some ...
by haarts
15 Sep 2015, 21:09
Forum: Help and Support
Topic: Possibility to convert/download WebVTT subtitles?
Replies: 2
Views: 3842

Re: Possibility to convert/download WebVTT subtitles?

Hahaha! Watch out I might take you up on your offer. :D I should have properly linked it. This link seems to show they accept(?) VTT's as uploads: http://trac.opensubtitles.org/projects/opensubtitles/wiki/XMLRPC And this page seems to show that it's possible to download VTT's: http://forum ...
by haarts
14 Sep 2015, 14:53
Forum: Help and Support
Topic: Possibility to convert/download WebVTT subtitles?
Replies: 2
Views: 3842

Possibility to convert/download WebVTT subtitles?

Hi, It's a pleasure using Filebot and do so regularly (or rather Cron uses it for me :) ). The -get-missing-subtitles CLI option I use often, this downloads .srt's. I was wondering if it'd be possible to have it download VTT files. Or convert SRT files to VTT files. Opensubtitles.org seems to have ...