Search found 22998 matches

by rednoah
03 Nov 2013, 09:47
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

Here's the final solution: def root = 'D:/temp' def configs = [ [inputDir: "$root/TV Shows", format: "D:/TV Shows/{n}/Season {s}/{fn}", db:'TheTVDB'], [inputDir: "$root/Movies", format: "D:/Movies/{n}/{fn}", db:'TheMovieDB'], [inputDir: "$root/Anime"...
by rednoah
03 Nov 2013, 09:39
Forum: Feature Requests and Bug Reports
Topic: Moving rename bug
Replies: 3
Views: 4019

Re: Moving rename bug

I guess the name is too short, so it can't get the series. If you then add the other series which gets detected it'll assume the unknown is part of the set as well. * FileBot works on filesets as whole. Calling filebot for each episode is different than calling it once with many episodes. PS: Try th...
by rednoah
03 Nov 2013, 09:29
Forum: Episode / Movie Naming Scheme
Topic: World Series of Poker
Replies: 4
Views: 4473

Re: World Series of Poker

I've made some more adjustments with r1821. The upper one can't be fixed since the numbers pattern is bad while the title is a perfect match. If you only match with 2013 episode data it'll work. On the cmdline you could just use the --filter option: Rename episodes using [TheTVDB] Auto-detected quer...
by rednoah
02 Nov 2013, 17:24
Forum: Episode / Movie Naming Scheme
Topic: World Series of Poker
Replies: 4
Views: 4473

Re: World Series of Poker

Had a look and fine-tuned things a bit. Try these kinda files with r1820 and it should work.
by rednoah
02 Nov 2013, 13:11
Forum: Episode / Movie Naming Scheme
Topic: World Series of Poker
Replies: 4
Views: 4473

Re: World Series of Poker

You'll have to use the semi-manual approach for this. Check out FAQ and video tutorials.
by rednoah
02 Nov 2013, 08:01
Forum: Feature Requests and Bug Reports
Topic: Few suggestions
Replies: 3
Views: 2863

Re: Few suggestions

1. Actually I am working on a fool-proof UI, somewhat equivalent to what AMC is doing from cmdlinem, only in my head though for the time being though. :P But there is certain things that a wizard like interface could do a lot better, but I've already opted for a more flexible-but-hard-to-use swiss-a...
by rednoah
02 Nov 2013, 07:17
Forum: Help and Support
Topic: Filebot won't run
Replies: 1
Views: 1878

Re: Filebot won't run

You can always try running filebot -script fn:sysinfo. Apart from checking if all the native libs get loaded correctly it'll also print JVM version numbers and tell you if it's running headless-mode.
by rednoah
01 Nov 2013, 19:58
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

Actually it's 4am here in Taiwan. Already back from drinking. :P


Have fun drinking! Happy Halloween!
by rednoah
01 Nov 2013, 19:32
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

The more you test your code the more you'd find weird strange and redundant behavior. But since you donated to the project and even tried to do it yourself, I made this script for you: http://pastebin.com/1nBifwGw This should work exactly like you want and not run any unnecessary logic. Have fun. ;)
by rednoah
01 Nov 2013, 19:06
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

Well, according to your code, if you don't set -rename in the cmdline, it'll just treat everything as movie.
by rednoah
01 Nov 2013, 19:01
Forum: Feature Requests and Bug Reports
Topic: Few suggestions
Replies: 3
Views: 2863

Re: Few suggestions

2. I don't steal data, they don't provide an API, ergo they don't want people to bypass the website (which as ads which fund the whole thing) 3. Pick the Groovy editor of your choice Personally I prototype with these two: * http://groovy.codehaus.org/Groovy+Console * http://groovy.codehaus.org/Eclip...
by rednoah
01 Nov 2013, 18:40
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

Do it like this:
http://pastebin.com/5LpbSpf6

If you wanna watch 3 folders you'd be doing 3 times <folder>.watch { do something }


PS: your script will force all files to be episodes, did you ever test with a movie?
by rednoah
01 Nov 2013, 17:48
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

This won't work. You start by watching args, and the { ... } block will be called for each change set, which could be any new file in your /temp, but then you force renaming the change set via TVDB, multiple times actually, on the same files (which won't exist after the first run). When trying under...
by rednoah
01 Nov 2013, 11:24
Forum: Scripting and Automation
Topic: Show naming missmatch.
Replies: 2
Views: 2651

Re: Show naming missmatch.

Fixed.
by rednoah
31 Oct 2013, 19:55
Forum: Scripting and Automation
Topic: Need help getting {fn} to work with sendemail.exe
Replies: 13
Views: 7199

Re: Need help getting {fn} to work with sendemail.exe

{fn} is format template for the rename call, not script code. {fn} and the likes is only internally available within the rename call. What you have is the filenames before, and the filenames after. Add some random println and see what the variables are. Wherever you're calling rename() you gotta hav...
by rednoah
31 Oct 2013, 18:58
Forum: Scripting and Automation
Topic: Filebot - Utorrent, Subs, Plex and Pushover
Replies: 1
Views: 2371

Re: Filebot - Utorrent, Subs, Plex and Pushover

The the log doesn't update filebot isn't called. Try running in cmdline and see what happens.


The amc is all about renaming, so you can't use it. You could put together your own script though.
by rednoah
31 Oct 2013, 15:06
Forum: Tips, Tricks and Tutorials
Topic: [Windows] Explorer Context Menu Integration for Scripts
Replies: 0
Views: 17989

[Windows] Explorer Context Menu Integration for Scripts

Here's a little tutorial on how to set up the most common FileBot command-line functions as Windows Explorer Context Menu Actions for easy access. You can easily set this up by importing the linked .reg file. https://i.imgur.com/1Eg8IcU.png Here's the context menu entries that will be added: Rename ...
by rednoah
31 Oct 2013, 14:35
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79620

Re: Wishlist for New Features and Scripts

Thanks for the samples. Here's what I came up with: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\Rename Episode\command] @="cmd /c filebot -rename -r \"%1\" --db TheTVDB -non-strict --log-file context.log" [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\...
by rednoah
31 Oct 2013, 01:55
Forum: Scripting and Automation
Topic: Help.Can't get past 'Exception: Failed to auto-detect query'
Replies: 12
Views: 6719

Re: Help.Can't get past 'Exception: Failed to auto-detect qu

If you're using the AMC but don't need movie/series/anime auto-detection you should set ut_label=movie|tv just to save a bit of processing time and no issues with guessing it wrong.

e.g.

Code: Select all

--def ut_label=TV
by rednoah
30 Oct 2013, 21:09
Forum: Scripting and Automation
Topic: Help.Can't get past 'Exception: Failed to auto-detect query'
Replies: 12
Views: 6719

Re: Help.Can't get past 'Exception: Failed to auto-detect qu

Somehow you're getting malformed XML back from TheTVDB for one of your shows. Too bad. If you figure out which show is cause it you can report the bug in their forums. You are aware that a simple filebot -rename <EVERYTHING> is not necessarily the best way to do things? Especially if you don't want ...
by rednoah
30 Oct 2013, 19:27
Forum: Scripting and Automation
Topic: Help.Can't get past 'Exception: Failed to auto-detect query'
Replies: 12
Views: 6719

Re: Help.Can't get past 'Exception: Failed to auto-detect qu

Alright, for symlink you'll need Java 7. It's really just a matter of downloading the JRE.

You can check things with filebot -version and if you wanna update to the latest revision just override the jar. That's all in the FAQ.
by rednoah
30 Oct 2013, 18:37
Forum: Scripting and Automation
Topic: Help.Can't get past 'Exception: Failed to auto-detect query'
Replies: 12
Views: 6719

Re: Help.Can't get past 'Exception: Failed to auto-detect qu

If you run filebot on just these files i'm sure it'll work.


But since you grep for bones I guess you're filtering out the files that don't work. In anycase try r1816 first and see if that makes a difference.
by rednoah
30 Oct 2013, 17:05
Forum: Scripting and Automation
Topic: Help.Can't get past 'Exception: Failed to auto-detect query'
Replies: 12
Views: 6719

Re: Help.Can't get past 'Exception: Failed to auto-detect qu

I recommend using Java 7 though it's not the issue here.

Try using the latest r1816 from here:
https://sourceforge.net/projects/filebo ... ebot/HEAD/

PS: I didn't mean $HOME. I meant the folder/file names of your media files. Some of your files are named very badly and cause it to abort.
by rednoah
30 Oct 2013, 14:57
Forum: Feature Requests and Bug Reports
Topic: subtitle download mixup and minor episode numbering issue
Replies: 8
Views: 5303

Re: subtitle download mixup and minor episode numbering issu

Maybe OpenSubtitles has subs from other sites cause people keep uploading them.

Sites like addic7ed will usually have the latest subs, but their business model is people visiting the website so an API wouldn't make sense to them.
by rednoah
30 Oct 2013, 14:40
Forum: Feature Requests and Bug Reports
Topic: subtitle download mixup and minor episode numbering issue
Replies: 8
Views: 5303

Re: subtitle download mixup and minor episode numbering issu

Doesn't look like OpenSubtitles has subtitles for 3x06 yet. What you're doing seems correct, as it should fail if there is no subs available.
2013-10-30 22_34_27-FileBot.png
Sadly there is no -magically-create-subtitles-that-dont-exist option. :lol: