I'm currently running Filebot node on a Synology Server 7.2.1-69057
When executing an automation in Filebot node, OpenSubtitles logs in and runs as expected, giving the "Looking up subtitles by hash via OpenSubtitles" message and then moving the files over to the specified directory. However, when the same script is running as a task, I get this in the logs:
"OpenSubtitles does not support anonymous login"
I did run the filebot -script fn:configure command just to make sure everything was saved correctly.
Any ideas?
Here's the task I have running, created directly from Filebot Node:
Code: Select all
-script
dev:amc
/volume1/CloudDownloads/
--output
/volume1/Server/Media Drive/
--action
move
-non-strict
--order
Airdate
--conflict
auto
--filter
age < 90
--lang
en
--def
ut_label=TV
unsorted=y
subtitles=eng
clean=y
skipExtract=y
seriesFormat={plex}
animeFormat={plex}
movieFormat={plex}
musicFormat={plex}
seriesDB=TheTVDB
excludeList=excludes.ex
--apply
metadata
chmod
refresh
-no-probe
-no-index
--log
all
--log-file
/var/packages/filebot-node/var/filebot.log