Search found 22998 matches

by rednoah
17 Mar 2013, 18:56
Forum: Help and Support
Topic: FPCALC Error When Renaming Music
Replies: 22
Views: 13744

Re: FPCALC Error When Renaming Music

Well, almost, I'll need you to show me the ls -l output of FileBot.app/Contents/Resources/Java/

Code: Select all

cd Contents/Resources/Java
ls -l
by rednoah
17 Mar 2013, 15:24
Forum: Help and Support
Topic: FPCALC Error When Renaming Music
Replies: 22
Views: 13744

Re: FPCALC Error When Renaming Music

Open Terminal. cd into that folder. Use ls -l and check what flags are set. Actually Finder should use Terminal icon for exectuable files I think.

btw what archive program did you use to unpack the .app.tar.gz package you downloaded?
by rednoah
17 Mar 2013, 14:11
Forum: Scripting and Automation
Topic: Rename Extensions
Replies: 7
Views: 6136

Re: Rename Extensions

Nope, that piece of code that's just part of the detection logic. In the GUI you could do it by switching to to Extension Override mode and just hard-coding .avi in the format. In the CLI you can't override the extension. You can always use the path replace script though: http://www.filebot.net/foru...
by rednoah
17 Mar 2013, 12:43
Forum: Help and Support
Topic: CLI and Foriegn names in folders
Replies: 4
Views: 3498

Re: CLI and Foriegn names in folders

Well then, \" was only the first command prompt issue. Maybe using PowerShell will solve the issue? Since it's a lot less crappy than cmd. myscript.groovy getMissingSubtitles(folder:'''X:/韓劇''') This works. So unicode is completely supported within the application. But passing unicode arguments...
by rednoah
17 Mar 2013, 12:25
Forum: Help and Support
Topic: Exception in LM14
Replies: 2
Views: 2818

Re: Exception in LM14

The latest amc.groovy has become incompatible with v3.4, so use fn:amc until v3.5 is out next week.
by rednoah
17 Mar 2013, 10:03
Forum: Help and Support
Topic: zipexception: Not in GZIP format
Replies: 2
Views: 2413

Re: zipexception: Not in GZIP format

Sorry, my fault, due to some cache misconfiguration and current spike in usage numbers due to the lifehacker article lots of filebot instances have been kinda abusing anidb... :arrow: blocked for good reason.

Will be fixed with v3.5 and play nice with AniDB.
by rednoah
17 Mar 2013, 09:32
Forum: Help and Support
Topic: Won't even load
Replies: 5
Views: 4812

Re: Won't even load

That's odd, the Ubuntu guys already told me they put openjdk-7-jre on the dependency list... I'll bring it up again for next version.
by rednoah
17 Mar 2013, 05:12
Forum: Help and Support
Topic: Won't even load
Replies: 5
Views: 4812

Re: Won't even load

Nope, I'm using Ubuntu 12.10 and it works out of the box.

Try running from Terminal and see if you get any output:

Code: Select all

/opt/filebot/bin/filebot.sh
Make sure you got Java 7 installed and working:

Code: Select all

sudo apt-get install openjdk-7-jre
sudo apt-get install gvfs
sudo apt-get install -f
by rednoah
17 Mar 2013, 05:07
Forum: Help and Support
Topic: CLI and Foriegn names in folders
Replies: 4
Views: 3498

Re: CLI and Foriegn names in folders

You're using the cmdline... NEVER EVER USE BACKSLASH UNLESS YOU KNOW WHAT YOURE DOING @see filebot -script "g:println args" "path\to\folder in korean\" [C:\Users\reinhard\path\to\folder in korean"] You're escaping the \" thus passing in the character ". Don't do th...
by rednoah
17 Mar 2013, 05:01
Forum: Help and Support
Topic: FPCALC Error When Renaming Music
Replies: 22
Views: 13744

Re: FPCALC Error When Renaming Music

Could you check the fpcalc executable? Are permissions esp. the execute flag set properly?

Code: Select all

$APP_PACKAGE/Contents/Resources/Java/fpcalc
by rednoah
16 Mar 2013, 16:59
Forum: Help and Support
Topic: Help with AMC and uTorrent
Replies: 7
Views: 4946

Re: Help with AMC and uTorrent

It seems there's issues between the amc script with v3.4 versus the latest rev. Reverted the online amc.groovy script to an older version that should work fine for the time being.
by rednoah
16 Mar 2013, 16:22
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21404

Re: [HELP] Fully Automated Media Center

I'm preparing v3.5 right now. It'll work with the new release. Auto-detected query: [Touch] Fetching episode data for [Touch] Fetching episode data for [Touch (2012)] Fetching episode data for [Touching Evil] Fetching episode data for [Touching Evil (UK)] Fetching episode data for [Touched by an Ang...
by rednoah
16 Mar 2013, 12:13
Forum: Help and Support
Topic: Help with AMC and uTorrent
Replies: 7
Views: 4946

Re: Help with AMC and uTorrent

What version are you using? Make sure it's the latest 3.4 release. You can also try the 3.5_RC1.
by rednoah
15 Mar 2013, 20:26
Forum: Help and Support
Topic: help with MultiCD renaming
Replies: 2
Views: 2495

Re: help with MultiCD renaming

1. cmdline is wrong, 2. format is wrong

Code: Select all

--format {n} "{CD$pi}"
Correctly pass in valid format

Code: Select all

--format "{n} {'CD'+pi}"
by rednoah
15 Mar 2013, 16:55
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79703

Re: Wishlist for New Features and Scripts

You do realize that, while there is an API for search, in order to actually download subtitles I'd still have to write a scraper for each and every subtitle website? Even for 500€ I couldn't be bothered with maintaining that! :D
by rednoah
15 Mar 2013, 14:19
Forum: Scripting and Automation
Topic: Rename paths from text file
Replies: 0
Views: 2208

Rename paths from text file

Some people may want to rename only a specific set of files . For example only renaming movies XBMC doesn't recognized while leaving everything else untouched. Let's say we have a file paths.txt containing a list of paths D:\Avatar.avi Groovy Script: args*.eachLine{ rename(file:it) } Cmdline Usage (...
by rednoah
15 Mar 2013, 13:10
Forum: Scripting and Automation
Topic: AMC problem - change TVDB default series choice
Replies: 4
Views: 4261

Re: AMC problem - change TVDB default series choice

Can you give me the filenames? Ideally it'll consider the two identical matches and then go for the one where the lastModified date matches the airdate more closely. EDIT: It's a bug. Didn't know there can be shows with exactly the same name. Usually there'd be a (US) etc. I'll fix it. EDIT2: Fixed ...
by rednoah
15 Mar 2013, 13:07
Forum: Feature Requests and Bug Reports
Topic: Filebot 3.4 immediately quits in OSX 10.7.5
Replies: 7
Views: 5387

Re: Filebot 3.4 immediately quits in OSX 10.7.5

Where it just calls java and having the system figure it out you can replace that with the absolute path of the java executable. I guess that'd be in ..../jre7/bin/java something..
by rednoah
15 Mar 2013, 12:06
Forum: Feature Requests and Bug Reports
Topic: Filebot 3.4 immediately quits in OSX 10.7.5
Replies: 7
Views: 5387

Re: Filebot 3.4 immediately quits in OSX 10.7.5

You could try the portable package. You should be able to start it via filebot.sh and by editing this shell script you could specify the absolute path to the java executable and force Java 7.
by rednoah
15 Mar 2013, 00:43
Forum: Help and Support
Topic: Help with very basic script
Replies: 4
Views: 3499

Re: Help with very basic script

1. Yes it does.

It's using this format:

Code: Select all

Movies/{n} ({y})/{n} ({y}){" CD$pi"}{".$lang"}
This will result in files organized like this:

Code: Select all

Movies/Avatar (2009)/Avatar (2009).avi
by rednoah
14 Mar 2013, 22:01
Forum: Help and Support
Topic: Help with very basic script
Replies: 4
Views: 3499

Re: Help with very basic script

1. Possible, but it's a bad idea. Having TV Show and Movie folders mixed up? VERY BAD IDEA!!

2. It's not deleting, it's moving, as in default --action move. Guess what happens when you add --action copy ;)
by rednoah
14 Mar 2013, 21:14
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 10419

Re: [help] utorrent integration

Try setting an absolute path to filebot.cmd in utorrent and then modify filebot.cmd and set an absolute path to java.exe
by rednoah
14 Mar 2013, 20:12
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 10419

Re: [help] utorrent integration

Is it stuck or just not working at all? utorrent will call a 32-bit compatibility mode command prompt so ENVIRONMENT and PATH may be different from when you're testing with normal 64-bit command prompt.
by rednoah
14 Mar 2013, 19:47
Forum: Scripting and Automation
Topic: [help] utorrent integration
Replies: 23
Views: 10419

Re: [help] utorrent integration

If the command doesn't seem to work it's usually because of PATH setup issues. Most probably one of the issues already highlighted in the Notes section.
by rednoah
14 Mar 2013, 18:55
Forum: Feature Requests and Bug Reports
Topic: Filebot 3.4 immediately quits in OSX 10.7.5
Replies: 7
Views: 5387

Re: Filebot 3.4 immediately quits in OSX 10.7.5

Try using Oracles Java 7: http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jdk.html The jar most definitely contains the startup class net.sourceforge.filebot.Main so the Java runtime must be at fault here. Otherwise make sure it doesn't get some wierd GateKeeper restrictions imposed th...