Search found 22986 matches

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

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

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

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

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

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

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

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

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

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....
by rednoah
29 Dec 2013, 05:08
Forum: Help and Support
Topic: Error Message using ".$lang" expression
Replies: 4
Views: 2490

Re: Error Message using ".$lang" expression

You need to setup a sample File so you can test your expression. This file has to be a subtitle file since {lang} will only evaluate for subtitle files and unwind for everything else. Also it's Warning message. It's perfectly normal for some bindings to not be available depending on your sample data...
by rednoah
28 Dec 2013, 17:17
Forum: Episode / Movie Naming Scheme
Topic: Ithiel's super crazy renaming scheme for perfectionists!
Replies: 28
Views: 39748

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

Different issue. AniDB doesn't have the concept of 'season'. The format can only format an Episode, if the matched Episode is wrong in the first place nothing the format can do about that.
by rednoah
28 Dec 2013, 15:48
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79404

Re: Wishlist for New Features and Scripts

Nothing really, I'd be custom logic like the sort.ebooks script above. But since you can access mediainfo data from scripting you can easily move/rename according to metadata.
by rednoah
28 Dec 2013, 15:32
Forum: Episode / Movie Naming Scheme
Topic: Ithiel's super crazy renaming scheme for perfectionists!
Replies: 28
Views: 39748

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

I'm sure that Red will probably have a mild heart-attack Hahaha, this is so funny, because it's true! :ugeek: So here's some general tips Groovy Tips & Tricks: 1. Regex/Replace function can be a Groovy Closure: {n.replaceAll(/\b[IiVvXx]+\b/, { it.upper() })} {n.replaceAll(/\b[0-9](?i:th|nd)\b/,...
by rednoah
28 Dec 2013, 08:53
Forum: Episode / Movie Naming Scheme
Topic: Anime - absolute numbering with eng & jap title and more
Replies: 21
Views: 18192

Re: Anime - absolute numbering with eng & jap title and more

try the latest jar, before it was on resolving {episodelist} against TheTVDB. The new version should use TheTVDB/AniDB depending on the original data.