Search found 11 matches

by bixtool
15 Oct 2012, 17:20
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

Rednoah,
Your script works fantastic. Thank you for sharing.

Now, if only I could remove completed downloads from utorrent with a script I could clean things up nicely. Have you attempted this?

B:
by bixtool
02 Oct 2012, 00:36
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

gmcclelland wrote:Well, fancy that. I must have just not realised that. Thanks for that though.

I can't seem to get uTorrent to run a script after the torrent finishes either. No luck. :P
Do you have 32bit as well as 64bit java installed?

utorrent only uses the 32bit java runtime.
by bixtool
02 Oct 2012, 00:26
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

This script (and app) is awesome. Is there any way this can output to different paths (or drives) for Movies and TV shows? something like this: filebot -script fn:utorrent-postprocess --outputMovie "X:/Movies" --outputTV "Y:/TV" ... I'm not sure about the script, but you can run...
by bixtool
02 Oct 2012, 00:17
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

hi Rednoah, I discovered my problem was windows 7 64bit related. I added a "pause" to filebot.cmd and discovered java was not invoking at the command line for 32bit applications. I only had 64bit java installed. I installed the 32bit java jre as well and now everything works as advertised....
by bixtool
01 Oct 2012, 21:33
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

hi rednoah, When I add >>c:/log.log to my utorrent Run Program command and a download completes, I get an empty log file. But when I run the same command, pasted from utorrents logger tab, I get all the info as it is processed Parameter: subtitles = y Parameter: artwork = y Parameter: gmail = me@gma...
by bixtool
01 Oct 2012, 01:36
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

Hi, The script fails from utorrent, but works from the command line. The Filebot directory is added to my path statement. I even ran utorrent as an Administrator. I see the cmd window pop up when a download completes and the script is executed but it closes too quickly to see any errors. Any reason ...
by bixtool
30 Sep 2012, 03:19
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

Hi, I have been using your script successfully now for several week, but recently problems have developed. Now: Utorrent appears to execute the my code on download completion but no files are processed (a window flashes too quickly to read). However: When I execute the code copied from Utorrent's lo...
by bixtool
09 Sep 2012, 00:54
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

Very sophisticated script. Works great. It may take some time to work out all the nuances, but it will be amazing.
Thanks for sharing rednoah!
by bixtool
08 Sep 2012, 23:27
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

filebot -script fn:C:\Program Files\Filebot\watcher.groovy Just add the full path to 'watcher.groovy'. hi, that doesn't seem to work for me on win 7. This works: filebot -script "c:/tv/test.groovy" Can I drop the 'fn:' and use the windows unc directory style somehow? 'c:\tv' instead of 'c...
by bixtool
08 Sep 2012, 19:42
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

Find this snipped and remove TV Shows/ format:'TV Shows/... Many thanks. I took a closer look at the error ouput and I discovered "filenotfound" errors. I had edited and renamed the script to test.groovy. That is why none of my edits worked earlier. Filebot was searching online for test.g...
by bixtool
08 Sep 2012, 16:31
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 604835

Re: Fully Automated Media Center

Hi, I just discovered filebot and this script is exactly what i'm looking for. One small problem: I don't save my tv series to a subfolder. They are saved by series name to the root of an external drive: F:/Name/Season N/Name - S00E00 - Title.ext This script uses: $output/TV Shows/Name/Season N/Name...