Search found 22991 matches

by rednoah
02 Jan 2014, 00:28
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15053

Re: Exponential delays when subtitle-searching multiple fold

Nope, for that would completely break the -get-missing-subtitles feature.

But for scripting it's not really important, if you can call one script to grab subs, you might as well call another to remove the language tags, if you really need to.
by rednoah
02 Jan 2014, 00:23
Forum: Scripting and Automation
Topic: The adventure of CLI, context menus, and stupid characters
Replies: 11
Views: 7488

Re: The adventure of CLI, context menus, and stupid characte

That's why my context menu samples don't pass in a format, it's crazy!! Here's what I'd do: Ignore cmd as much as possible, and do everything in Groovy: rename1.groovy def input = args[0].isDirectory() ? args[0].listFiles() : args[0] def format = '''/tripple/quotes/are/the/shizzle''' rename(file:inp...
by rednoah
01 Jan 2014, 19:17
Forum: Feature Requests and Bug Reports
Topic: UNCUT, EXTENDED, DIRECTORS CUT
Replies: 23
Views: 17847

Re: UNCUT, EXTENDED, DIRECTORS CUT

Code: Select all

{file.path.match(/uncut/)}
by rednoah
01 Jan 2014, 12:55
Forum: Scripting and Automation
Topic: AMC doesn't work at all
Replies: 7
Views: 4631

Re: AMC doesn't work at all

It's always the same. :P
by rednoah
01 Jan 2014, 12:26
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15053

Re: Exponential delays when subtitle-searching multiple fold

Send me a list of file paths and I'll try myself.
by rednoah
01 Jan 2014, 11:36
Forum: Help and Support
Topic: Artwork from file path when using content menus
Replies: 2
Views: 1945

Re: Artwork from file path when using content menus

Sorry, the script doesn't support that. It starts by finding folders/subfolders and that doesn't work if the root is a file already.
by rednoah
01 Jan 2014, 09:56
Forum: Feature Requests and Bug Reports
Topic: Exponential delays when subtitle-searching multiple folders
Replies: 18
Views: 15053

Re: Exponential delays when subtitle-searching multiple fold

Mmhhh... that may potentially be the case since i started using my matching logic for file/subtitle matches as well. I guess I should do some per-folder clustering before throwing everything into the Matcher.

Try r1961.
by rednoah
01 Jan 2014, 09:43
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79498

Re: Wishlist for New Features and Scripts

Yep, plus technically scraping their page is equal to stealing their data, and I don't quite feel like an enabler for this (not that I couldn't do it in a few hours :twisted:) I'm pretty sure no one of addic7ed.com will ever official allow and encourage anyone to scrape their data. Until they do so ...
by rednoah
01 Jan 2014, 09:32
Forum: Anything and Everything else
Topic: What is a Power² User?
Replies: 7
Views: 8658

Re: What is a Power² User?

A Power User that has distinguished himself from the other Power Users. :lol:

There is only one, but I'm not saying there can only be one :P

PS: that reminds me, wanna be Moderator?
by rednoah
01 Jan 2014, 08:53
Forum: Scripting and Automation
Topic: AMC doesn't work at all
Replies: 7
Views: 4631

Re: AMC doesn't work at all

By "doesn't work" what DO you mean? (I'm inclined not to reply at this point) What command are you executing? Did you change my sample cmdline? If so, why not post it here? Did you read the trouble shooting notes? Did you check the utorrent logger tab? If so, why not post it here? Did you...
by rednoah
31 Dec 2013, 21:25
Forum: Scripting and Automation
Topic: automation with uTorrent
Replies: 7
Views: 4531

Re: automation with uTorrent

--def excludeList=amc-input.txt Keep a list of previously processed files to be ignored in future runs (if you run this script on the same files repeatedly you must enable this option)

You MUST set this if you just call filebot on a fixed folder all the time.
by rednoah
31 Dec 2013, 07:57
Forum: Help and Support
Topic: Newbie, need help with rename/moving scheme
Replies: 2
Views: 1807

Re: Newbie, need help with rename/moving scheme

Use the GUI, it'll be easier for you. There's the Format Editor where you can set the Movie Format Expression as you like. The subtitles part is probably to difficult for you, and probably not a good idea anyway, so just don't do that.
by rednoah
31 Dec 2013, 07:46
Forum: Scripting and Automation
Topic: Good way to learn RegExp for FileBot?
Replies: 1
Views: 2056

Re: Good way to learn RegExp for FileBot?

You're talking Apples and Bananas here :D

Groovy Scripting Language (as in code):
http://en.wikipedia.org/wiki/Groovy_%28 ... anguage%29

Regular Expression (not code):
http://en.wikipedia.org/wiki/Regular_expression
by rednoah
31 Dec 2013, 01:55
Forum: Help and Support
Topic: No Results for files music files with german "umlaute"
Replies: 3
Views: 2628

Re: No Results for files music files with german "umlaute"

I guess you're on Windows. Try r1955.
by rednoah
31 Dec 2013, 01:36
Forum: Anything and Everything else
Topic: So disappointed with the adware
Replies: 12
Views: 20767

Re: So disappointed with the adware

What happens to the blood money I make with OpenCandy? I forward-donate it to the massively under-appreciated API projects! :mrgreen:
2013-12-31 09_32_54-Receipt for your donation to Boris Brodski.png
by rednoah
30 Dec 2013, 17:23
Forum: Scripting and Automation
Topic: automation with uTorrent
Replies: 7
Views: 4531

Re: automation with uTorrent

Something always happens...

Is FileBot called? Yes? No?
Is FileBot called but then fails? What is the error message?

Does it only work if you call it with cmd? Well, try cmd /c filebot ... if it's really doing "nothing" then that's a severe bug in utorrent and I doubt that. :P
by rednoah
30 Dec 2013, 16:28
Forum: Scripting and Automation
Topic: AMC not unzipping RAR files.
Replies: 2
Views: 2507

Re: AMC not unzipping RAR files.

Nice! That's why I tell people to post things in the forums and not send me private messages! :)
by rednoah
30 Dec 2013, 16:12
Forum: Help and Support
Topic: query on a show with different country versions
Replies: 5
Views: 3679

Re: query on a show with different country versions

--filter works with Groovy expressions and is therefore infinitely powerful . Include ONLY the Australian version: --filter "n ==~ /So You Think You Can Dance Australia/" (this is bad for automation since you can only rename that one show) Include ALL BUT the US version: --filter "!(n...
by rednoah
30 Dec 2013, 16:02
Forum: Scripting and Automation
Topic: automation with uTorrent
Replies: 7
Views: 4531

Re: automation with uTorrent

That's just a warning. Feel free to ignore that.

If running with "filebot" is working then just use that. You could try "C:\path\to\filebot.launcher.exe" but as long as "filebot" works the issue is solved. There is other ways to hide the cmd window if you really need to.
by rednoah
30 Dec 2013, 06:02
Forum: Scripting and Automation
Topic: automation with uTorrent
Replies: 7
Views: 4531

Re: automation with uTorrent

Maybe $ doesn't need escaping for cmd, thus gets passed into Groovy and escapes the $ within the Groovy string: Just write it like this and avoid worrying about escape rules: {'Season '+s.pad(2)} Have you tried pasting this into cmd? filebot.launcher -script fn:amc --output "Z:/" --log-fil...
by rednoah
30 Dec 2013, 05:52
Forum: Feature Requests and Bug Reports
Topic: Save (and preload) naming schemes
Replies: 2
Views: 2552

Re: Save (and preload) naming schemes

I'll definitely add some sort of format template repository with the rewrite for that commercial rewrite (if I ever actually do that). ;)

For now there's copy & paste and this: http://www.filebot.net/forums/viewtopic.php?f=5&t=2
by rednoah
30 Dec 2013, 05:35
Forum: Help and Support
Topic: Error Message using ".$lang" expression
Replies: 4
Views: 2490

Re: Error Message using ".$lang" expression

If you want the audio language you need to use the {audio} binding. The {lang} binding is only supported for subtitle files (so you can easily add {lang} to the format without it affecting the movie/episode part). Movie.avi Movie.eng.srt One and the same format for both cases because {lang} will unw...
by rednoah
30 Dec 2013, 05:28
Forum: Help and Support
Topic: query on a show with different country versions
Replies: 5
Views: 3679

Re: query on a show with different country versions

--q query is for forcing a query if the show can't be found. In your case the problem is that too many shows are found, so you need to exclude using --filter. And probably -non-strict since this is something you should normally do with the GUI.

Code: Select all

--filter "n =~ (US)"
by rednoah
29 Dec 2013, 06:17
Forum: Help and Support
Topic: uTorrent integration not executing on movies
Replies: 2
Views: 3380

Re: uTorrent integration not executing on movies

If it's not executing at all, rather than processing but excluding the movie files for some reason, not sure what to do. Try the Troubleshooting tips in the amc docs.
by rednoah
29 Dec 2013, 05:48
Forum: Episode / Movie Naming Scheme
Topic: Ithiel's super crazy renaming scheme for perfectionists!
Replies: 28
Views: 40140

Re: Ithiel's super crazy renaming scheme for perfectionists!

I guess he's looking for "Kuroko's Basketball 2nd Season" which doesn't exist on AniDB yet, no episode data, not even a series entry. Wait a few months before you rename it. ;) EDIT: Oh! They call it "Kuroko no Baske (2013)" and "Kuroko no Baske" as two different shows....