Search found 6 matches
- 22 Apr 2013, 04:04
- Forum: Scripting and Automation
- Topic: AMC Vuze integration issues.
- Replies: 7
- Views: 6712
Re: AMC Vuze integration issues.
You guess correct! That's exactly it, I've copied the following code into my copy of AMC and it's working under simple tests. (Works much better than my last copy/paste code) //copy un-named media to dump folder input.each{ f -> if ( !getRenameLog().containsKey(f) ) { println "[REMAINING FILE] $f ...
- 21 Apr 2013, 07:06
- Forum: Scripting and Automation
- Topic: AMC Vuze integration issues.
- Replies: 7
- Views: 6712
Re: AMC Vuze integration issues.
Awesome! thanks for adding it to the mapping. If I find others I will add them. As to 1. is it possible to add a procedure instead of return? (I'm sorry for my cut and paste approach to coding, it's a little more complicated than just copy) // skip notifications if nothing was renamed anyway if ...
- 18 Apr 2013, 07:32
- Forum: Scripting and Automation
- Topic: AMC Vuze integration issues.
- Replies: 7
- Views: 6712
Re: AMC Vuze integration issues.
So a little insight into what my problem is (besides lack of sleep). One of the failed shows vuze called this filebot -script "C:/Program Files/FileBot/amc.groovy" --output "E:/TV Incoming" --action copy --conflict override -non-strict --def music=n artwork=n "ut_dir=E:\Torrents Completed Vuze\EPL ...
- 18 Apr 2013, 04:20
- Forum: Scripting and Automation
- Topic: AMC Vuze integration issues.
- Replies: 7
- Views: 6712
Re: AMC Vuze integration issues.
Just an update in case anyone needs it, here's the code I am using to sort from temp into an 'folder structure'. Uses robocopy, a windows utility for windows robocopy "E:\TV Incoming" e:\temp /MOV /MINAGE:7 filebot -rename "e:/temp" --output "E:/TV Episodes" --format "{n}/Season {s}/{n}-{s00e00}-{t ...
- 12 Apr 2013, 04:10
- Forum: Scripting and Automation
- Topic: AMC Vuze integration issues.
- Replies: 7
- Views: 6712
Re: AMC Vuze integration issues.
Changing the incomplete folder to match the completed folder has resolved the situation. I am still unsure if it skips files it doesn't recognize. I currently unpack loose (no sub folders) my shows into \incoming where it is then sorted into a formal storage structure after it's been in there for a ...
- 09 Apr 2013, 05:20
- Forum: Scripting and Automation
- Topic: AMC Vuze integration issues.
- Replies: 7
- Views: 6712
AMC Vuze integration issues.
Hi there, I'm attempting to get filebot to play nicely with vuze. I'm using 'command runner' unfortunately command runner executes the code as soon as the download is complete (executes in the partials folder) before it is moved to the completed, passing along the wrong folder info to filebot. I ...