Running FileBot from the console, Groovy scripting, shell scripts, etc
-
richardcuster38
- Posts: 2
- Joined: 11 Mar 2013, 08:56
Post
by richardcuster38 »
Parameter: artwork = y
Parameter: ut_dir = /media/fred/Data/.downloads/.incomplete/This Is 40 UNRATED (2012) [1080p]
Parameter: ut_kind = multi
Parameter: ut_title = This Is 40 UNRATED (2012) [1080p]
Done ヾ(@⌒ー⌒@)ノ
using
Code: Select all
#!/bin/bash
filebot -script fn:amc --output "/media/fred/Data" --action copy --conflict override -non-strict --def artwork=y "ut_dir=$TR_TORRENT_DIR/$TR_TORRENT_NAME" "ut_kind=multi" "ut_title=$TR_TORRENT_NAME"
plz&thx for any help
-
rednoah
- The Source
- Posts: 23935
- Joined: 16 Nov 2011, 08:59
- Location: Taipei
-
Contact:
Post
by rednoah »
What's the contents of that folder?
Code: Select all
ls "/media/fred/Data/.downloads/.incomplete/This Is 40 UNRATED (2012) [1080p]"