Code: Select all
Testing OpenSubtitles... OK
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
WARNING: Not in GZIP format: anti-leech limit may have been reached
Code: Select all
Testing OpenSubtitles... OK
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
WARNING: Not in GZIP format: anti-leech limit may have been reached
What do you use YamJ for and how do you use it?dacari wrote:Filebot is the final chapter of the holygrail.
Holly Moses....CouchPotato+Utorrent+Filebot+YamJ=Slick as Shit!...I need some help customizing this script as follows:
1. I know Utorrent locks the file, but is there way to move instead of copy?
2. Can it set it to download the NFO file only and not any poster art, or have them removed
3. Customize the output folder name from "Movies"?
Appreciate any help that can assisted.
Regards.
Code: Select all
--action move
Code: Select all
--def "movieFormat=Movies/{n} {y}/{fn}"
Code: Select all
--def "movieFormat=Films/{n} {y}/{fn}"
Code: Select all
filebot -script fn:amc --output "\\NAS\Volume_2\Media\Movies" --action move --conflict override -non-strict --def music=n subtitles=en artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" "clean=y" --def "movieFormat=Films/{n} {y}/{fn}"
Code: Select all
// check user-defined pre-condition
// if (tryQuietly{ ut_state ==~ ut_state_allow }) {
// throw new Exception("Invalid state: ut_state = $ut_state (expected $ut_state_allow)")
// }
It extract the G:\AFTER directory without problem. But that's all. Extracted part in orgjinal directory remains undeleted and there is no sub or artwork. Seems like script doesn't work after extracting part.filebot.exe -script "C:/Program Files/FileBot/amc.groovy" --output "G:/AFTER" --action copy --conflict override -non-strict --def "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L"
Code: Select all
if (pushover) {
// include webservice utility
include('C:/Program Files/FileBot/ws.groovy')
_log.info 'Sending Pushover notification'
Pushover(pushover).send("Finished processing ${tryQuietly { ut_title } ?: input*.dir.name.unique()} (${getRenameLog().size()} files).")
}
Code: Select all
Parameter: ut_kind = multi
Parameter: ut_dir = D:\testdata\AMC-TEST
Parameter: ut_title = AMC-TEST
Input: D:\testdata\AMC-TEST\[BluRay Rip 1080p - ITA-ENG DTS-AC3-SUB] Machete (2011) LiFE [[email protected]].mkv
[BluRay Rip 1080p - ITA-ENG DTS-AC3-SUB] Machete (2011) LiFE [[email protected]].mkv [series: LiFE, movie: Machete (2010)]
Exclude Series: LiFE
Group: [tvs:null, mov:Machete (2010), anime:null] => [[BluRay Rip 1080p - ITA-ENG DTS-AC3-SUB] Machete (2011) LiFE [[email protected]].mkv]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\testdata\AMC-TEST\[BluRay Rip 1080p - ITA-ENG DTS-AC3-SUB] Machete (2011) LiFE [[email protected]].mkv]
[COPY] Rename [D:\testdata\AMC-TEST\[BluRay Rip 1080p - ITA-ENG DTS-AC3-SUB] Machete (2011) LiFE [[email protected]].mkv] to [D:\output\Movies\Machete (2010)\Machete (2010).mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ