For example, if I have a file such as, /torrent/Complete/Movie/movie.rar, the result in the Unsorted directory will be /output-path/Unsorted/Movie/movie/Movie/movie.mp4. What I would like to see is /output-path/Unsorted/Movie/movie.mp4. Is there a way to fix that? Or is there a smarter way accomplish what I am trying to do?
For reference, I am using the following command:
Code: Select all
filebot.sh -script fn:amc --output "/torrent/Complete" --log-file amc.log --action move --conflict override -non-strict --def artwork=n --def "unsorted=y" "clean=y" "movieFormat=/output-path/{n} {y}" "seriesFormat=/output-path/{n}-{s00e00}-{t}" "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"