Search found 22 matches

by F12
07 Jun 2018, 10:02
Forum: Scripting and Automation
Topic: AMC script not working (recent change)
Replies: 1
Views: 2098

AMC script not working (recent change)

Hi all, I have had a perfectly working Filebot AMC for some time now and been loving it, however as of today it seems to have encountered an issue. I've posted an example CMD below. filebot -script fn:amc --output "E:/" --action copy --conflict auto -non-strict --log-file amc.log --def unsorted=y ...
by F12
18 Oct 2013, 06:03
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

OK, I finally got around to just switching over to your inclusive script for Automated Media Center which was much easier than I expected, rather than trying to keep hacking the outdated solution to work as things were updated.
by F12
17 Oct 2013, 05:25
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

OK, I've managed to update but now filebot isn't accepting the arguments anymore. "-Xxbmc=localhost" is not a valid option. If I delete that argument, it flags the next (-Xut_dir) as invalid, and so on. Has some functionality changed in recent versions that I need to update the command-line function?
by F12
06 Oct 2013, 06:44
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Looks like you're right, the GUI asks me to update when launched. It would seem either the installer isn't overwriting for some reason or there's multiple installs, but I can't find any duplicate install in Program Files or a reason for such.
by F12
05 Oct 2013, 11:31
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

I thought that might be the case so I updated, but the above log is after updating to the most recent version earlier today. Is TheMovieDB issue with the Groovy script or more internal to Filebot functioning?
by F12
05 Oct 2013, 04:42
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Somehow the functionality seems to have broken in the last week or so, not exactly sure where the issue lies. Looks like there might have been a change server-side? Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights reserved. C:\Users\User>filebot -script "C ...
by F12
08 Dec 2012, 10:18
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

I've been happily using this script since I last posted but I am keen to just improve it a little bit and iron out any small issues. It seems to treat MP4 video as both audio and video, in that it both gets transferred to my iTunes folder and moved to my videos folder (as per normal). I'm not too ...
by F12
16 May 2012, 09:16
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Perfect! Thanks rednoah. One other thing I noticed is that the XBMC calls at the end are all in a single try...catch statement, rather than trying each telnet call separately. The functional implication is that if the first XBMC instance errors, then none of the other XBMC instances will be updated ...
by F12
05 May 2012, 05:23
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

It is running fantastically so far. My main concern was that Filebot might hang occasionally (for example, if multiple instances of the script are run within a few seconds of one another) but it all seems to run very smoothly. It really is an amazingly powerful tool. Given that this is a uTorrent ...
by F12
27 Apr 2012, 07:08
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Darn... my browser had cached the previous version of utorrent-postprocess.groovy so that is what I had been copying into the local file, which explains a lot. It is working much better now (that is to say, it works where previously it didn't). I did have to change the regexp to include a dash as it ...
by F12
27 Apr 2012, 05:48
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

[2012-04-27 12:59:28] Executing: filebot -script "C:/Batches/utorrent-postprocess.groovy" --output "F:" --action copy --conflict override -non-strict -trust-script -Xxbmc=localhost "-Xut_dir=D:\Downloads\Torrents\Seeding\The.Big.Bang.Theory.S03.BDRip.XviD-SAiNTS" "-Xut_file=The.Big.Bang.Theory ...
by F12
27 Apr 2012, 05:10
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Ok, really odd problem now. The script works perfectly when pointing it to the online version (straight copy-paste of the command line you posted) but when I use the exact same script locally (C:/Batches/utorrent-postprocess.groovy), it doesn't work. No idea what's happening but it is really ...
by F12
27 Apr 2012, 03:46
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Turns out the symlink issue is a known bug in uTorrent. Given that it was reported in 2009 there is not much chance of it being fixed anytime in the near future. http://forum.utorrent.com/viewtopic.php?pid=478896 I think copy is really the only solution for me, although hardlink would work for users ...
by F12
26 Apr 2012, 12:14
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

1. keeplink is two operations. First move, then symlink back. The move part breaks utorrent if it has the file open. utorrent just needs to close the original file and then reopen the symlink. So just restart utorrent and/or do stop/resume download. That should work. hardlink/symlink/copy work ...
by F12
26 Apr 2012, 10:37
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Didn't realise that the uTorrent "Run Program" worked like the command line, I have added the script line from before and it works fine. Running uTorrent as administrator seems to solve the permissions problem, but I am not sure as something else I did might have completely solved that. On a related ...
by F12
26 Apr 2012, 09:20
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

No, the command-line seems to be all normal. Executing the batch file directly works fine, but when that same batch file is run from uTorrent, Windows can't find rename.groovy. It's bizarre. I guess the command-line interface works just fine for this, I didn't take into account that the TV/movies ...
by F12
26 Apr 2012, 08:14
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Odd... seems like the privileges isn't a problem when running it from a batch file. Anyway, I have the script running almost perfectly when run from batch. For any other readers, the new JSON-RPC API for XBMC Eden has some slight changes, so that the correct command is now "VideoLibrary.Scan" rather ...
by F12
25 Apr 2012, 12:37
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

Ok, I've abandoned the idea of only submitting to Filebot the files that have only just been downloaded because I just can't get my head around it. I am just going to use the code I posted most recently and have Filebot triggered to scan that folder on each download complete event, and move the ...
by F12
15 Apr 2012, 08:02
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

What I mean is that currently the script is just checking the whole download directory for files to rename. Let's say I have the movie Movie.2011.720p.BluRay.x264-REFiNED\refined-movie-720p.mkv in the downloads directory already (prior to Filebot) and the corresponding Movie (2008)\Movie (2008) 720p ...
by F12
15 Apr 2012, 06:18
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

filebot -script "rename.groovy" -trust-script <folder> -non-strict --action keeplink This only explains how to call filebot from the cmdline. "-non-strict --action keeplink" doesn't work in the script obviously, it's cmdline arguments not groovy script. Yeah, I know. I guess I could just paste that ...
by F12
15 Apr 2012, 05:49
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Re: Fully automated media downloading

So I've knocked something together using code mostly from the examples. All seems to work well for now, except the XBMC notification. http://i43.tinypic.com/fwqbo4.png Not sure what the problem is here. Also- Is there a way to prevent Filebot from moving all the files already in my downloads folder ...
by F12
15 Apr 2012, 03:40
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 54411

Fully automated media downloading

Hi, I've just discovered FileBot and I'm really impressed by how powerful it is compared to the other media renamers around. I've been having a look at the documentation and playing around with it a little but it is quite complex, but I am eager to support the project. What I would like to achieve ...