Search found 22986 matches

by rednoah
12 Nov 2012, 05:03
Forum: Scripting and Automation
Topic: Personalize utorrent-postprocess
Replies: 1
Views: 2328

Re: Personalize utorrent-postprocess

Nope, for that you'll have to run your own local modified version.
by rednoah
12 Nov 2012, 05:01
Forum: Scripting and Automation
Topic: Utorrent Script not doing anything
Replies: 6
Views: 6421

Re: Utorrent Script not doing anything

So what's that log in E:\filebot.log say? Did you try running manually in a new cmd window and see what happens?
by rednoah
12 Nov 2012, 04:58
Forum: Help and Support
Topic: Ubuntu installation help?
Replies: 2
Views: 2857

Re: Ubuntu installation help?

Download the .deb package. Google how to install .deb packages on your distro.
by rednoah
12 Nov 2012, 04:56
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

That's exactly what it's not. On Windows a Shortcut is a normal file, it's data is the path to the actual file. What you need to understand is that files are links to physical data on the disk. In simple terms, any file is a hardlink in that it point to data on the harddisk. Creating a hardlink mean...
by rednoah
12 Nov 2012, 04:44
Forum: Help and Support
Topic: Is it possible to get just the 2nd or 3rd item in the list?
Replies: 1
Views: 2486

Re: Is it possible to get just the 2nd or 3rd item in the li

{genres} is List type object. So you can do {genres[0]}, {genres[1]}, ... and all the other Groovy sugar, e.g. {genres.join('/')}
by rednoah
11 Nov 2012, 18:11
Forum: Help and Support
Topic: Help with utorrent script
Replies: 3
Views: 3639

Re: Help with utorrent script

I created the script with and for the latest uTorrent 3.x, compatibility for 2.2.1 is just make-shift... not really tested. But hey, if it works it works. ;)
by rednoah
11 Nov 2012, 16:18
Forum: Help and Support
Topic: Help with utorrent script
Replies: 3
Views: 3639

Re: Help with utorrent script

Maybe it's the same issue as this one here?
http://filebot.sourceforge.net/forums/v ... t=50#p2413

Otherwise no idea, if it works in the cmd then everything on my side is clear. Maybe the utorrent people can help you out?
by rednoah
11 Nov 2012, 15:32
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

Nope, has to be the same filesystem, i.e. same drive/partition.
by rednoah
11 Nov 2012, 14:54
Forum: Help and Support
Topic: Write log within directory / Ignore certain folders ?
Replies: 15
Views: 9426

Re: Write log within directory / Ignore certain folders ?

0. Please post any and all mismatches. That way I can check if the problem can be fixed or not. On a related note. Since you've set -non-strict you open things up for possible mismatches, on the upside you get lots of positive matches. ;) Just don't set that flag and FileBot will ignore everyting th...
by rednoah
11 Nov 2012, 14:16
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

@kiloback On Windows I have no idea how to redirect and print output, on Linux/Mac it's tee : http://en.wikipedia.org/wiki/Tee_%28command%29 Doesn't work in Windows CMD but luckily for you it works in Windows PowerShell , e.g. powershell /c "echo hello | tee D:\log.txt" @buck3y3 I sense yo...
by rednoah
11 Nov 2012, 02:45
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

Yep, --action hardlink
by rednoah
10 Nov 2012, 20:12
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

*typo: same

hardlinks only work on the same filesystems since the point is there is only one physical file but multiple filesystem entries.
by rednoah
10 Nov 2012, 18:08
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

Hardlinks obviously only work on the se drive, also make sure uTorrent is running as admin, because filebot needs admin priviledges to create Hardlinks on windows.
by rednoah
10 Nov 2012, 14:53
Forum: Help and Support
Topic: themoviedb non latin characters and utf,win
Replies: 5
Views: 4606

Re: themoviedb non latin characters and utf,win

Yeah, seems like the query parameter is limited to that. Not sure if I should work around that or let them (TMDb API) fix the problem. I doubt there's any english title that'll break the limit so it's not a priority for me.
by rednoah
10 Nov 2012, 12:04
Forum: Help and Support
Topic: themoviedb non latin characters and utf,win
Replies: 5
Views: 4606

Re: themoviedb non latin characters and utf,win

Must be an error in TheMovieDB API. I get an 500 server error for this: http://api.themoviedb.org/3/search/movie?query=%D0%BF%D1%83%D1%82%D0%B5%D1%88%D0%B5%D1%81%D1%82%D0%B2%D0%B8%D0%B5+2+%D1%82%D0%B0%D0%B8%D0%BD%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D1%8B%D0%B9+%D0%BE%D1%81%D1%82%D1%80%D0%BE%D0%B2+20...
by rednoah
10 Nov 2012, 09:08
Forum: Feature Requests and Bug Reports
Topic: Incorrect Match - Your Sister's Sister (2011)
Replies: 1
Views: 3224

Re: Incorrect Match - Your Sister's Sister (2011)

movie/bullshit/bullshit.ext ... now that's darn horrible...

Added special logic for that with r1300 and uploaded a new jar, please test. ;)
by rednoah
10 Nov 2012, 06:51
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

Ok the fix was to install uTorrent as admin? Or run as admin? Did you have to install Java/FileBot as admin as well?

PS: I updated the uTorrent script to work better uT 2.2.1
by rednoah
09 Nov 2012, 17:38
Forum: Feature Requests and Bug Reports
Topic: bug: Dragging files from network shares does not work.
Replies: 33
Views: 14571

Re: bug: Dragging files from network shares does not work.

Looks to be easy with python and the gio module... haven't found any Java bindings though for these things. Not really keen on maintaining my own thing, esp. given that i don't use gnome...
by rednoah
09 Nov 2012, 13:57
Forum: Feature Requests and Bug Reports
Topic: WARNING: Failed to read xattr: java.io.File.toPath()Ljava/ni
Replies: 3
Views: 5097

Re: WARNING: Failed to read xattr: java.io.File.toPath()Ljav

Actually the first error is just logging, it only failes later, dependecy problem... See here: """ Updated 3.1 with r1296 to fix scripting issues that have been reported. Revert to Groovy 2.0.2 as these issues seem to be caused by the latest Groovy 2.0.5. """ Just downl...
by rednoah
09 Nov 2012, 13:51
Forum: Feature Requests and Bug Reports
Topic: WARNING: Failed to read xattr: java.io.File.toPath()Ljava/ni
Replies: 3
Views: 5097

Re: WARNING: Failed to read xattr: java.io.File.toPath()Ljav

You can ignore that. Set -DuseExtendedFileAttributes=false if that logging bothers you.

With Java 7 and user-level xattr enabled for the filesystem you can make that feature work, i.e. store metadata as xattr
by rednoah
09 Nov 2012, 11:13
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

Tested with uT 2.2.1. Works fine for me, startup anyway, though the script doesn't work well with single-file torrents since 2.2.1 doesn't pass the single|multi variable like 3.x does. I guess for some reason utorrent isn't able to run filebot, but by know i've run out of ideas why that would be the...
by rednoah
09 Nov 2012, 06:20
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 540171

Re: Fully Automated Media Center

What's the error output? Did you forget to copy lib/*.groovy? It'll need that for artwork/email/etc
by rednoah
09 Nov 2012, 04:16
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

That looks perfectly fine as well. I suppose it works perfectly if you just copy whole line into the cmd window. Also when it's just calling "filebot" it's starting the GUI application right? Can't see why uTorrent would open an explorer window like this.
by rednoah
09 Nov 2012, 03:12
Forum: Help and Support
Topic: Complete Beginner
Replies: 82
Views: 54148

Re: Complete Beginner

Full resolution please. Can't read anything on 100x100.