Search found 24031 matches

by rednoah
13 Jun 2014, 02:01
Forum: Help and Support
Topic: Movies starting with "The"
Replies: 1
Views: 1947

Re: Movies starting with "The"

Have you tried looking at the sticky posts???

@see http://www.filebot.net/forums/viewtopic.php?f=5&t=211
by rednoah
12 Jun 2014, 15:10
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10183

Re: How To Fix This "Failed to load 7z-JBinding"

No idea, I don't even try to compile native code anymore. I just ship the Linux binaries they release, which at least work for the more popular Linux distros.
by rednoah
12 Jun 2014, 15:06
Forum: Help and Support
Topic: Wrong info [Dead of Night] instead of [Dead of Night (2013)]
Replies: 6
Views: 3907

Re: Wrong info [Dead of Night] instead of [Dead of Night (20

You can start your own thread for these kinda things if you want. PS: I always need links or examples of how you would expect it to work. I had to google "Criterium Du Dauphine" and it seems to be some sports event, naturally neither TheTVDB nor TheMovieDB would have data on that, and still don't ...
by rednoah
12 Jun 2014, 14:13
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10183

Re: How To Fix This "Failed to load 7z-JBinding"

I guess for generic Linux distros it's best to grab the portable package and then the suitable native libraries. However if you're already using the correct j7zip library and it doesn't work then you're simply out of luck, it might not be compatible with your system. @see http://sevenzipjbind ...
by rednoah
12 Jun 2014, 14:02
Forum: Help and Support
Topic: How To Fix This "Failed to load 7z-JBinding"
Replies: 18
Views: 10183

Re: How To Fix This "Failed to load 7z-JBinding"

How did you install filebot? The error message says the lib7zip-JBinding.so is not compatible with your system. It' all 64-bit right?
by rednoah
12 Jun 2014, 14:00
Forum: Help and Support
Topic: Wrong info [Dead of Night] instead of [Dead of Night (2013)]
Replies: 6
Views: 3907

Re: Wrong info [Dead of Night] instead of [Dead of Night (20

Fixed and pushed. Please test the latest code by using -script dev:amc.
by rednoah
12 Jun 2014, 13:48
Forum: Help and Support
Topic: Wrong info [Dead of Night] instead of [Dead of Night (2013)]
Replies: 6
Views: 3907

Re: Wrong info [Dead of Night] instead of [Dead of Night (20

It seems there's really an issue. Caused by TheTVDB search not working as expected and FileBot not having index this show due to low ratings.

Noticed later as well that actually it was wrong in my logs as well. Didn't see it at first. :D
by rednoah
12 Jun 2014, 13:24
Forum: Help and Support
Topic: Wrong info [Dead of Night] instead of [Dead of Night (2013)]
Replies: 6
Views: 3907

Re: Wrong info [Dead of Night] instead of [Dead of Night (20

1.
Why use FileBot to force shitty names {fn} anyway???

2.
Since it works out of the box your shitty format is probably messing things up.

EDIT:
It seems there's really an issue. Caused by TheTVDB search not working as expected and FileBot not having index this show due to low ratings.
by rednoah
12 Jun 2014, 13:14
Forum: Help and Support
Topic: Sort from Label Names
Replies: 9
Views: 4538

Re: Sort from Label Names

--def variables that contain = are broken with v4.1 (and before, but not sure since when)

Use r2252 or later.
by rednoah
12 Jun 2014, 13:09
Forum: Scripting and Automation
Topic: FIlebot trying to copy file to system32
Replies: 3
Views: 2977

Re: FIlebot trying to copy file to system32

Have you tried?

Code: Select all

--output "C:/"
by rednoah
12 Jun 2014, 02:43
Forum: Scripting and Automation
Topic: Help! Filebot+Vuze+Command Runner
Replies: 4
Views: 4377

Re: Help! Filebot+Vuze+Command Runner

1. FileBot.app is a folder, and folders are not executable. 2. FileBot runs Groovy scripts and not shell script. So it's .groovy, not .sh, and that doesn't even matter since filebot fetches the scripts from github as long as you use fn:name like in literally all of my examples. Why would you run a ...
by rednoah
12 Jun 2014, 02:32
Forum: Help and Support
Topic: DUT subtitles instead NLD
Replies: 12
Views: 8333

Re: DUT subtitles instead NLD

This is in order to help FileBot understand ISO 639-2/B codes, but FileBot will only ever write ISO 639-3 because somebody needs to start using the standard. So you have any logs? Because I do have logs, and it works: [admin@DiskStation /volume1/data/test]$ filebot -get-missing-subtitles "Avatar.avi ...
by rednoah
12 Jun 2014, 02:23
Forum: Feature Requests and Bug Reports
Topic: Erros after update to 4
Replies: 1
Views: 2228

Re: Erros after update to 4

Are you still using FAT32 on that drive? 1. xattr is not supported on that drive for some reason, be it filesystem capabilities or permissions Disable xattr feature: -no-xattr 2. native libraries can't be loaded, either because the system/java/filebot architectures don't match (or if you use the ...
by rednoah
12 Jun 2014, 02:19
Forum: Help and Support
Topic: strange links in gui
Replies: 1
Views: 1776

Re: strange links in gui

Send me the file paths in clear text so I can try this myself.
by rednoah
11 Jun 2014, 15:05
Forum: Help and Support
Topic: DUT subtitles instead NLD
Replies: 12
Views: 8333

Re: DUT subtitles instead NLD

ISO 639-2/B data is not available in the Java I18N module.

EDIT:
hardcoded all the ISO 639-2/B mapping into r2252
by rednoah
11 Jun 2014, 01:42
Forum: Help and Support
Topic: DUT subtitles instead NLD
Replies: 12
Views: 8333

Re: DUT subtitles instead NLD

1.
Both codes make sense, report that as a bug with Plex and see if they can fix it.

NLD is the standard, the latest standard anyway:
http://en.wikipedia.org/wiki/ISO_639-3

2.
Use a generic regex renamer to replace NLD/DUT
http://www.filebot.net/forums/viewtopic ... &t=5#p2100
by rednoah
11 Jun 2014, 01:33
Forum: Scripting and Automation
Topic: Help! Filebot+Vuze+Command Runner
Replies: 4
Views: 4377

Re: Help! Filebot+Vuze+Command Runner

filebot is not in the PATH, try using the absolute path to the executable instead of "filebot".
by rednoah
10 Jun 2014, 16:09
Forum: Help and Support
Topic: Operator == not aceepted anymore after update to 4.1
Replies: 2
Views: 2282

Re: Operator == not aceepted anymore after update to 4.1

This one could never have worked. Your arguments are broken already when filebot is called. Parameter: movieFormat = anarky/MOVIES/{n Parameter: seriesFormat = hush/SERIES/{n}/{'Season '+s}/{if (ext Or maybe there's a bug? Try not using == in the format and use .equals() instead. EDIT: Yep, argument ...
by rednoah
09 Jun 2014, 19:41
Forum: Scripting and Automation
Topic: Amc for existing media
Replies: 4
Views: 3451

Re: Amc for existing media

If you're using the amc script then you're using cmdline filebot. If transmission is running the amc script then it's using cmdline filebot. If you want to run the amc script manually on some folder then you need to use cmdline filebot.
by rednoah
09 Jun 2014, 16:46
Forum: Scripting and Automation
Topic: Amc for existing media
Replies: 4
Views: 3451

Re: Amc for existing media

Go back to the manual and read the part that says Run from cmdline
by rednoah
09 Jun 2014, 13:34
Forum: Feature Requests and Bug Reports
Topic: Windows Setup add PATH env
Replies: 1
Views: 2576

Re: Windows Setup add PATH env

The FileBot Windows Installer does add the FileBot folder to the path, thus filebot.exe should be available after install (and reboot)
by rednoah
09 Jun 2014, 04:20
Forum: Feature Requests and Bug Reports
Topic: Filebot-to-Transmission Script Broken after upgrade to 4.1
Replies: 5
Views: 4598

Re: Filebot-to-Transmission Script Broken after upgrade to 4

According to the error message it's running with Java 6 and not Java 8. Probably since the default java is still set to the default installed Mac Java 6.
by rednoah
08 Jun 2014, 09:37
Forum: Episode / Movie Naming Scheme
Topic: Receiving TV Data
Replies: 122
Views: 114699

Re: Receiving TV Data

Not sure what you're trying to do but you can read the environment the standard java way.

@see
http://docs.oracle.com/javase/7/docs/ap ... ng.String)
by rednoah
08 Jun 2014, 07:03
Forum: Feature Requests and Bug Reports
Topic: "folder.jpg" added to process output?
Replies: 3
Views: 3353

Re: "folder.jpg" added to process output?

Sorry that feature was added a few months ago to better support Windows explorer libraries and other HTPC software that look for folder.jpg as folder preview.

You can only disable it by disabling artwork altogether.