Search found 22998 matches

by rednoah
14 Jun 2013, 01:19
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4887

Re: Utorrent Script (new user)

What's the output? Even if filebot does nothing there will be some console output telling me whats going on.
by rednoah
14 Jun 2013, 01:16
Forum: Scripting and Automation
Topic: installing on Dreamhost shared server; mediainfo woes
Replies: 2
Views: 3045

Re: installing on Dreamhost shared server; mediainfo woes

No idea. Probably just doesn't work on this particular system. Actually mediainfo nor 7z-bindings both don't seem to load so i guess the native code is incompatible.

You'd have to compile mediainfo yourself if you wanna make it work. Or check with mediainfo people if there's precompiled native libs.
by rednoah
14 Jun 2013, 01:12
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 555569

Re: Automated Media Center

Use Java 7 if possible. But it'll still work with Java 6 except with some warnings.

The fpcalc command needs to be in the PATH or /usr/bin or something. Just so it can find the command.
by rednoah
12 Jun 2013, 12:26
Forum: Scripting and Automation
Topic: [MovieName].nfo
Replies: 1
Views: 2377

Re: [MovieName].nfo

Just run a second script over the amc output that renames the files, e.g. rename folder.jpg files to <parent folder name>.jpg, Maybe you can make the filename find & replace script work for you, anyway, new script for that is like 1-2 lines. There's no studio bindings. Is that even in the data? ...
by rednoah
12 Jun 2013, 12:18
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79600

Re: Wishlist for New Features and Scripts

Also in the video... takes 2 minutes => http://www.youtube.com/watch?v=OJca0ipOCAg

1. grab the episode list via episodes panel
2. align files/episodes manually
by rednoah
11 Jun 2013, 13:58
Forum: Episode / Movie Naming Scheme
Topic: OAP requires help
Replies: 1
Views: 2659

Re: OAP requires help

1. Format would be something like this:

Code: Select all

{n}/Season {s}/E{e.pad(2)} - {t}
2. Watch watch the video tutorial. You can just drag in lots of episode files and it'll figure it out.
by rednoah
10 Jun 2013, 11:20
Forum: Scripting and Automation
Topic: Some various automation questions
Replies: 6
Views: 3661

Re: Some various automation questions

With the artwork.* scripts you can just run it with -non-strict and I'll auto-select the most likely movie/series. On a headless machine this behaviour is default as it can't ask the users. As for docs on vars: args is list of cmdline file arguments, e.g. args.each{ println it } You can pass any nam...
by rednoah
08 Jun 2013, 12:00
Forum: Scripting and Automation
Topic: Some various automation questions
Replies: 6
Views: 3661

Re: Some various automation questions

1. You can reuse parsing functions but that won't get u missing info like titles. You'll need to run rename and pass your own rename function that only collects the output information. Similar to --action test which simply does nothing. 2. You'll need to look into htpc.groovy in details. How to run ...
by rednoah
08 Jun 2013, 11:54
Forum: Help and Support
Topic: Automatic from juTorrent?
Replies: 4
Views: 3151

Re: Automatic from juTorrent?

The artwork.* script expect things to be already organised properly. Then there's a script with movie folders and one for TV folders. You call it like all scripts with fn:name or download the script and specific the path. Documented plenty.
by rednoah
08 Jun 2013, 03:30
Forum: Help and Support
Topic: Automatic from juTorrent?
Replies: 4
Views: 3151

Re: Automatic from juTorrent?

I get that you want to grab artwork. Check the artwork.* scripts for that.
by rednoah
07 Jun 2013, 06:20
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37227

Re: Music Mode AKA Processing Music files via AcoustID

music mode support via AcoustID and id3 tags is experimental. Just added it because I can. But it's not gonna be the best tool for audio. There's excellent stuff out there already I'm sure.
by rednoah
07 Jun 2013, 01:40
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37227

Re: Music Mode AKA Processing Music files via AcoustID

I don't know Mac but its the same on all unix systems. Just put it into /bin or /usr/bin or one of the default lookup paths. Just google it. If you can use the fpcalc command from console then it should work from filebot.
by rednoah
07 Jun 2013, 00:05
Forum: Help and Support
Topic: Binding issue
Replies: 1
Views: 1986

Re: Binding issue

You need to install 64-bit Java and 64-bit FileBot so it can load the 64-bit mediainfo native libraries. Try uninstalling any 32-bit Java you have to make sure it's running on the 64-bit Java platform. There's some more troubleshooting in the FAQ.
by rednoah
06 Jun 2013, 15:28
Forum: Feature Requests and Bug Reports
Topic: Music Mode AKA Processing Music files via AcoustID
Replies: 29
Views: 37227

Re: Music Mode AKA Processing Music files via AcoustID

As long as fpcalc is in the PATH it should work. Try console and make sure the fpcalc command works.
by rednoah
04 Jun 2013, 23:54
Forum: Help and Support
Topic: Sublight error
Replies: 1
Views: 2071

Re: Sublight error

Sublight updated the API and locked clients using the older version.

Broken for now, and possibly broken forever if they banned 3rd party clients. Nothing you can do anyway.
by rednoah
02 Jun 2013, 16:43
Forum: Help and Support
Topic: 'Confirm Stream Loss' error
Replies: 1
Views: 2048

Re: 'Confirm Stream Loss' error

It's in the FAQ. Just disable extended attributes if you don't use NTFS on all drives.
by rednoah
02 Jun 2013, 09:43
Forum: Scripting and Automation
Topic: Overwrite file when PROPER release is downloaded
Replies: 3
Views: 3931

Re: Overwrite file when PROPER release is downloaded

With --action override, as long as the PROPER gets processed last it'll work because it'll just override whats there before.
by rednoah
02 Jun 2013, 09:35
Forum: Help and Support
Topic: Show match without doing rename / create .nfo file
Replies: 1
Views: 2729

Re: Show match without doing rename / create .nfo file

You have to check docs for your Linux distro. In the filebot startup script you can enable it but first you need the operating system and filesystem to support it. On Ubuntu it's default anyway. Not sure if its possible on the synology Linux.
by rednoah
02 Jun 2013, 09:32
Forum: Help and Support
Topic: Combine multiple redundant functions of the same into one
Replies: 0
Views: 2028

Re: Combine multiple redundant functions of the same into on

You can do it via normal groovy stings, e.g. {"$n $y".ascii()}

Keep in mind that {...} will be resolved as a whole or not at all if any bindings fail. So to semantics as slightly different. Play with it. ;)
by rednoah
02 Jun 2013, 09:26
Forum: Help and Support
Topic: Search query based on show/movie id
Replies: 2
Views: 7054

Re: Search query based on show/movie id

Having imdb id in the filename definitely will help filebot and other programs. With just xattr metadata that would work but only for filebot. PS: I think movie-mode ignores the --filter argument, it's only to tvshows. For movies it's best to keep the name + year and there shouldn't be any problems.
by rednoah
01 Jun 2013, 16:28
Forum: Help and Support
Topic: Search query based on show/movie id
Replies: 2
Views: 7054

Re: Search query based on show/movie id

Filebot doesn't treat aliases as multiple shows. One show is one show (with unique TheTVDB id). Send me logs of what's not working.


--filter allows you to filter valid episode data. It's exactly the naming format, n name, s season, e episode, etc
by rednoah
01 Jun 2013, 16:21
Forum: Help and Support
Topic: Show match without doing rename / create .nfo file
Replies: 1
Views: 2729

Re: Show match without doing rename / create .nfo file

1. Use --action test instead of --action rename

2. Enable extended attributes and filebot will remember all metadata about each file regardless of naming.
by rednoah
01 Jun 2013, 16:09
Forum: Scripting and Automation
Topic: Overwrite file when PROPER release is downloaded
Replies: 3
Views: 3931

Re: Overwrite file when PROPER release is downloaded

In the cmdline you can set --conflict override. The logic you describe would have to be written as external script though.
by rednoah
01 Jun 2013, 15:29
Forum: Help and Support
Topic: Help with Malformed input or input contains unmappable chac
Replies: 6
Views: 12606

Re: Help with Malformed input or input contains unmappable

export LANG=en_US.UTF-8 should do the trick. If it doesn't work I have no idea, make sure filesystem entries are UTF-8 encoded. In anycase, Somehow the Java IO can't properly interface with the filesystem due to some misconfiguration.