Search found 8 matches
- 30 Oct 2014, 05:06
 - Forum: Scripting and Automation
 - Topic: Updating library on XBMC
 - Replies: 1
 - Views: 2902
 
Updating library on XBMC
Since updating to XBMC 13.2 Gotham, the automated script does not update my library anymore. It worked great for ages before, but now I get an error. My script is: C:\invoke.vbs filebot -script fn:amc --output "E:/" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=n ...
					- 22 Mar 2013, 07:49
 - Forum: Scripting and Automation
 - Topic: Error in uTorrent script
 - Replies: 1
 - Views: 2865
 
Error in uTorrent script
Since updating to Filebot 3.5 my uTorrent script has stopped working. Script: C:\invoke.vbs filebot -script fn:amc --output "E:/" --action copy --conflict override -non-strict --def music=y subtitles=en artwork=n xbmc=localhost "seriesFormat=F:/TV Shows/{n}/Season {s}/{n}.{S00E00}.{t}" "musicFormat ...
					- 08 Feb 2013, 21:22
 - Forum: Scripting and Automation
 - Topic: Copying and moving files upon completion.
 - Replies: 3
 - Views: 4159
 
Re: Copying and moving files upon completion.
Thanks! almost got it all set up. Is there a way to get track number? Instead of {n} - {t} for the file name I'd like to have {n} - {TRACK NUMBER} - {t}.
					- 08 Feb 2013, 01:00
 - Forum: Scripting and Automation
 - Topic: Copying and moving files upon completion.
 - Replies: 3
 - Views: 4159
 
Copying and moving files upon completion.
Is it possible to use the uTorrent script to just make a copy of the completed files and move them to a specific directory? I noticed that the new version (3.3) can handle music files and I haven't really had a chance to try it out. Is it possible to set it to just copy the completed files and move ...
					- 12 Jan 2013, 22:30
 - Forum: Help and Support
 - Topic: uTorrent script sometimes doesn't run
 - Replies: 1
 - Views: 2986
 
uTorrent script sometimes doesn't run
So I set up the uTorrent script: C:\invoke.vbs filebot -script fn:utorrent-postprocess --output "E:/" --action copy --conflict override -non-strict --def subtitles=y artwork=n xbmc=localhost "seriesFormat=F:/TV Shows/{n}/Season {s}/{n}.{S00E00}.{t}" "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N ...
					- 03 Jan 2013, 10:58
 - Forum: Help and Support
 - Topic: A few setup questions
 - Replies: 10
 - Views: 9387
 
Re: A few setup questions
Came back to ask exactly that question haha. Got it set up exactly how I want it now. Thanks again. I can't believe how much more seamlessly this works as compared to what I was doing before. Now I just need to setup the vbscript to prevent a command window opening and it will be perfect. Sent a ...
					- 03 Jan 2013, 09:56
 - Forum: Help and Support
 - Topic: A few setup questions
 - Replies: 10
 - Views: 9387
 
Re: A few setup questions
Thanks for the speedy response! Sorry forgot to mention this was for uTorrent postprocess. I will fiddle with the customize paths item. I assume setting --def "seriesFormat=F:/TV Shows/{n}/{fn}" ""movieFormat=E:/Movies/{n} {y}/{fn}" will do the trick but I'll try it out. I tried out a few music ...
					- 03 Jan 2013, 07:41
 - Forum: Help and Support
 - Topic: A few setup questions
 - Replies: 10
 - Views: 9387
 
A few setup questions
I tried to find answers to these questions on the boards but had no luck. Sorry if this has been asked and answered. I set up Filebot to replace the EG+SCRU+theRenamer function I was using and so far it is much simpler and overall better. I have a few modification questions that I have been unable ...