Search found 23004 matches

by rednoah
19 Nov 2012, 18:49
Forum: Scripting and Automation
Topic: [CODE] Snippets & Examples
Replies: 11
Views: 33638

[CODE] Process Audio Files

With the format engine and mediainfo bindings at your command it's pretty straight-forward to index your music collection. e.g. print artist, album and title for each audio file: args.getFiles{ it.isAudio() }.each{ println getMediaInfo(file:it, format:'''{media.Performer} / {media.Album} / {media.Tr...
by rednoah
19 Nov 2012, 07:23
Forum: Scripting and Automation
Topic: [CODE] Snippets & Examples
Replies: 11
Views: 33638

[CODE] Control rtorrent via XML-RPC

Here's a an example of how to use Groovy XML-RPC to hook into rtorrent and retrieve the list of completed downloads. If you got rutorrent running fine you can just use it's rpc proxy. Otherwise you might wanna look into the RTorrentXMLRPCGuide . @Grab('org.codehaus.groovy:groovy-xmlrpc') import groo...
by rednoah
18 Nov 2012, 18:13
Forum: Help and Support
Topic: Problem renaming files
Replies: 1
Views: 2723

Re: Problem renaming files

Since the whole path doesn't make much sense that's what you get (as you've specified via -non-strict). User (2010) http://www.imdb.com/find?q=user&s=tt IMDb doesn't have MI listed as alias for Mission Impossible http://www.imdb.com/find?q=mi&s=tt Added 'users' to the blacklist, so this issu...
by rednoah
18 Nov 2012, 15:52
Forum: Help and Support
Topic: utorrent-postprocess with action move
Replies: 6
Views: 6817

Re: utorrent-postprocess with action move

As far as I know uT doesn't have a state for Finished & Seeding Goal Reached. If there was it'd be easy. Maybe you can ask around in the uT forums? EDIT: Unless you'll find new info in the uT forums you won't get move working, but have you looked into hardlinks? http://www.torrent-invites.com/au...
by rednoah
18 Nov 2012, 15:45
Forum: Feature Requests and Bug Reports
Topic: WARNING: Failed to read xattr: java.io.File.toPath()Ljava/ni
Replies: 1
Views: 2417

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

What exactly is not working? That's just error messages. Sublight login is not set up and you're using Java 6 when 7 is recommended. BUT all that doesn't matter as it's just warnings and messages, if utorrent-postprocess is not working, then there must be some other problem.
by rednoah
18 Nov 2012, 02:43
Forum: Scripting and Automation
Topic: Utorrent Script not doing anything
Replies: 6
Views: 6444

Re: Utorrent Script not doing anything

Looks good to me: Parameter: ut_dir = E:\testdata Parameter: ut_file = Star.Wars.The.Clone.Wars.S04E19.HDTV.XviD-2HD.avi Parameter: ut_kind = single Parameter: ut_title = Star.Wars.The.Clone.Wars.S04E19.HDTV.XviD-2HD.avi Parameter: ut_label = Kids Shows Parameter: ut_state = 5 Input: E:\testdata\Sta...
by rednoah
17 Nov 2012, 06:57
Forum: Scripting and Automation
Topic: [@Deprecated] How about sharing your CLI scripts?
Replies: 4
Views: 9145

Revert Renamed Files to their Original Names

@Deprecated Normal users should use filebot -revert calls. The revert script only serves as an example for script developers. Description: FileBot keeps an internal history of all rename operations in case you want to revert files to their original names. Run this script on the specified file or fo...
by rednoah
15 Nov 2012, 15:39
Forum: Help and Support
Topic: Ambiguous filenames
Replies: 3
Views: 4238

Re: Ambiguous filenames

Well, for that case it just won't do anyting then since scratch/movie/tdkr all don't make sense.

Why would you not wanna use output:null in your script? That'd force default extract behaviour and not use what you pass in via --output. That'd make everything work.
by rednoah
15 Nov 2012, 12:36
Forum: Help and Support
Topic: Ambiguous filenames
Replies: 3
Views: 4238

Re: Ambiguous filenames

1. Yeah, that one is bad luck, file/folder names don't make sense at all while "Scratch" is a perfect match. If there was a better match in the file/folder name it would of course prefer that. What script are you using? utorrent-postprocess script should be doing what you suggested, extrac...
by rednoah
15 Nov 2012, 11:39
Forum: Tips, Tricks and Tutorials
Topic: Query Excludes & Series Mappings
Replies: 0
Views: 199096

Query Excludes & Series Mappings

Query Excludes This list defines filename patterns that should be stripped from the search query before a search request is submitted to any of the online data sources. https://github.com/filebot/data/blob/master/query-excludes.txt Series Mappings This list helps FileBot directly map filename patte...
by rednoah
15 Nov 2012, 11:35
Forum: Tips, Tricks and Tutorials
Topic: Add Exclude Terms to Improve Movie / Series Auto-Detection
Replies: 6
Views: 38539

Add Exclude Terms to Improve Movie / Series Auto-Detection

FileBot tries determine the series/movie name from the files in various ways. One of these methods works by trying to filter out the series/movie name from the filename. To help with that and various other aspects that try to make sense of file/folder structures there's a blacklist of text patterns ...
by rednoah
15 Nov 2012, 10:50
Forum: Feature Requests and Bug Reports
Topic: Proxy-Auth support
Replies: 1
Views: 2340

Re: Proxy-Auth support

Looking into the issue I haven't really found anything except that there's different kinds, NTLM, HTTP-Basic-Auth, etc. Also that the httpUser/httpPassword system properties you tried don't exist. What I found was this: -Djava.net.useSystemProxies=true But then again you can't even setup username/pa...
by rednoah
15 Nov 2012, 07:20
Forum: Help and Support
Topic: AHhhhhhhhhhhhhhhhh I Just....
Replies: 6
Views: 5144

Re: AHhhhhhhhhhhhhhhhh I Just....

Added how to do a Link-Drop (Windows anyway) to the FAQ and linked the video tutorials as well. Should be more clear now.
by rednoah
14 Nov 2012, 08:53
Forum: Help and Support
Topic: AHhhhhhhhhhhhhhhhh I Just....
Replies: 6
Views: 5144

Re: AHhhhhhhhhhhhhhhhh I Just....

1. {group} is just will grab the last occurance of a known release group name from file/folder names. e.g. " The Movie" => "The" become {group} for the lack of a better option, if the files is something like "Yadda Yadda 2010 TRiPS " {group} will return "TRiPS"...
by rednoah
14 Nov 2012, 06:50
Forum: Help and Support
Topic: Write log within directory / Ignore certain folders ?
Replies: 15
Views: 9429

Re: Write log within directory / Ignore certain folders ?

Nope, what you're doing is not a good solution. All state flags are encoded into bits of that one integer value. Check docs on uTorrent and google for help on bit flags.

But why would you need that? uTorrent will only call it on download complete anyway, so that's a given.
by rednoah
14 Nov 2012, 04:29
Forum: Help and Support
Topic: Write log within directory / Ignore certain folders ?
Replies: 15
Views: 9429

Re: Write log within directory / Ignore certain folders ?

Have you tried Redirecting output in the cmd? I''m pretty sure in Windows cmd the 2>&1 part has to be after the > file part.
by rednoah
14 Nov 2012, 01:43
Forum: Help and Support
Topic: AHhhhhhhhhhhhhhhhh I Just....
Replies: 6
Views: 5144

Re: AHhhhhhhhhhhhhhhhh I Just....

1. Paste {n} {y} {vf} {source} {vc} {ac} {group} 2. "Use Format" * If there's a warning, you can ignore that. Just means you haven't set up an sample file (via (x)= ) for the format engine to work with. * If {vc} {ac} doesn't work you're either missing the correct mediainfo dlls * {group} ...
by rednoah
13 Nov 2012, 12:41
Forum: Scripting and Automation
Topic: How about sharing your CLI scripts?
Replies: 12
Views: 511957

Query Rename History

Description: FileBot keeps an internal history of all rename operations in case you want to revert files to their original names or just want to find out the original name of a given file. Print the entire rename history: filebot -script fn:history Print rename history for the given files or folder...
by rednoah
12 Nov 2012, 05:03
Forum: Scripting and Automation
Topic: Personalize utorrent-postprocess
Replies: 1
Views: 2352

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: 6444

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: 2878

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: 54354

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: 2517

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: 3660

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: 3660

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?