Thank rednoah for your great Service and fast Support.
I am really new to these great tools and what it does. Now i found an option in FileBot Node with "automation".
What i want to do is really simple. I have a Folder called "/volume1/downloads/Convert/" in this folder i will drag all my new untagged videos.
Than i have a second Folder called "/volume1/downloads/Convert_output/". This subfolder is my output folder for FileBot.
In FileBot "standard" i only get the untagged movies from "input" folder tagged to the movies folder without any folders.
So i searched for a way to get the movies automated tagged into a folder which has the same tag as the movie.
I read at the forum viewtopic.php?f=4&t=5 about the CLI scripts.
I think this CLI script should work for me "Rename All Media Folder by Folder"
Code: Select all
-script fn:renall "path/to/movies" -non-strict --db TheMovieDB --def target=folder
Code: Select all
filebot -script 'fn:amc' /volume1/downloads/Convert --output /volume1/downloads/Convert_output --action copy -non-strict --conflict auto --lang de --def 'music=y' 'unsorted=y' 'subtitles=deu' 'deleteAfterExtract=y' 'exec=-script fn:renall "path/to/movies" -non-strict --db TheMovieDB --def target=folder' 'seriesFormat={n}.{s00e00}.{t}' 'movieFormat={n} [{y}]' 'excludeList=.excludes' --log info --log-file '/volume1/@appstore/filebot-node/data/filebot.log'
------------------------------------------
CmdlineException: OpenSubtitles: Please enter your login details by calling `filebot -script fn:configure`
[COPY] Rename [/volume1/downloads/Convert/test/test.mkv] to [/volume1/downloads/Convert_output/test [2014].mkv]
sh: - : invalid option
Usage: sh [GNU long option] [option] ...
sh [GNU long option] [option] script-file ...
GNU long options:
--debug
--debugger
--dump-po-strings
--dump-strings
--help
--init-file
--login
--noediting
--noprofile
--norc
--posix
--rcfile
--restricted
--verbose
--version
Shell options:
-ilrsD or -c command or -O shopt_option (invocation only)
-abefhkmnptuvxBCHP or -o option
------------------------------------------
[Process completed]