Search found 3 matches

by john1deer
06 Apr 2019, 15:07
Forum: Scripting and Automation
Topic: [GUIDE] Automatically download subtitles
Replies: 28
Views: 96787

Re: [GUIDE] Automatically download subtitles

Running this under task:

filebot -script fn:sysinfo
filebot -script fn:configure --def osdbUser=<user> osdbPwd=<pass>


I get:

x86_64
FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 17.12
7-Zip-JBinding: 9.20
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such ...
by john1deer
03 Apr 2019, 21:20
Forum: Scripting and Automation
Topic: [GUIDE] Automatically download subtitles
Replies: 28
Views: 96787

Re: [GUIDE] Automatically download subtitles


How did you confirm that you indeed run your scheduled tasks as the same user?


In Edit task/General the user is the same as the user accessed via shell (verified with whoami just to be sure)


What does filebot -script fn:sysinfo say?

$ filebot -script fn:sysinfo
x86_64
FileBot 4.8.2 (r5789 ...
by john1deer
31 Mar 2019, 15:56
Forum: Scripting and Automation
Topic: [GUIDE] Automatically download subtitles
Replies: 28
Views: 96787

Re: [GUIDE] Automatically download subtitles

Getting an error:

Get [English] subtitles for 1 files
CmdlineException: OpenSubtitles: Please enter your login details by calling `filebot -script fn:configure`


when running as Task, but no issues when running from command-line.

Command:

filebot -script fn:suball '/volume1/video/'


When ...