Page 1 of 1

Filebot-CLI is ignoring my defined Output-Folders

Posted: 01 Nov 2017, 22:31
by seegras
Hey,
i'm currently a bit confused about the behaviour of filebot. in my filebot.sh i have defined MOVIE_FORMAT and SERIES_FORMAT to

Code: Select all

MOVIE_FORMAT="Filme/{plex}"
(Series are going to "Serien/{plex}")

When i'm executing my filebot.sh it gives me the following output with correct Folders: https://pastebin.com/DG3wPm81

But when i take a look in my output folder Filebot has moved my Files to (ex.) "Filme/Movies/Moviename" or "Serien/TV Shows/seriesname"

How can i avoid this behaviour?

My Filebot-call looks like

Code: Select all

filebot -script fn:amc -no-xattr --output "$OUTPUT_DIR" --log-file /files/amc.log --action copy --conflict auto \
  -non-strict --def ut_dir="$INPUT_DIR" ut_kind=multi music=n deleteAfterExtract=y clean=y \
  excludeList=/config/amc-exclude-list.txt $SUBTITLE_OPTION \
  movieFormat="$MOVIE_FORMAT" musicFormat="$MUSIC_FORMAT" seriesFormat="$SERIES_FORMAT" --lang GER --def plex=192.168.178.83:xyz
sysinfo: https://pastebin.com/KBkhxdC7

Re: Filebot-CLI is ignoring my defined Output-Folders

Posted: 01 Nov 2017, 23:50
by rednoah
Movies and TV Shows are part of {plex}. You'll want to use {plex.tail} if you want the path tail not including the first folder level.

Please read the docs for details:
viewtopic.php?f=5&t=4116