Search found 22986 matches

by rednoah
17 Jun 2013, 01:07
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18800

Re: issue with special caracters

That seems like a tricky one. Possibly a filename encoding mismatch between Java Unicode strings and whatever native NS classes are used internally by mediainfo when talking to OSX. Possibly something that has to be fixed in the mediainfo code. In anycase, I don't have a Mac so I can't do much about...
by rednoah
17 Jun 2013, 01:03
Forum: Feature Requests and Bug Reports
Topic: Wishlist for New Features and Scripts
Replies: 108
Views: 79401

Re: Wishlist for New Features and Scripts

I guess you'd have to write a filebot script that checks through the history and writes some text files. Shouldn't be more than 4-5 lines.
by rednoah
16 Jun 2013, 16:48
Forum: Help and Support
Topic: Naming sheme + Moving
Replies: 3
Views: 3297

Re: Naming sheme + Moving

I suppose all you need is given by example one way or another here:
http://www.filebot.net/forums/viewtopic.php?f=5&t=2

And here for all the bindings and extra functions:
http://www.filebot.net/naming.html
by rednoah
16 Jun 2013, 16:42
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4882

Re: Utorrent Script (new user)

The logger tab shows you exactly what command utorrent is executing. As for example: [2013-03-05 20:44:24] Executing: filebot -script fn:amc --output "D:/Organized Media" --log-file amc.log --action hardlink --conflict override -non-strict --def "ut_dir=D:\Media\Avatar" "ut_...
by rednoah
16 Jun 2013, 01:13
Forum: Scripting and Automation
Topic: SyntaxError: unexpected char: '\'
Replies: 2
Views: 3034

Re: SyntaxError: unexpected char: '\'

The groovy expression is invalid. This looks off:

Code: Select all

\'\
You probably meant:

Code: Select all

/'/
by rednoah
16 Jun 2013, 01:10
Forum: Feature Requests and Bug Reports
Topic: Highlighting
Replies: 1
Views: 2179

Re: Highlighting

Implemented with r1640. Check the latest jar.
by rednoah
15 Jun 2013, 23:57
Forum: Help and Support
Topic: AMC and movies not in TMDB
Replies: 3
Views: 2968

Re: AMC and movies not in TMDB

Can't use two DBs in combination. You'll have to do some preprocessing yourself and the decide what to run through IMDb and what to run through TMDB.

So easier to just add it to TMDB. ;)
by rednoah
15 Jun 2013, 23:53
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4882

Re: Utorrent Script (new user)

Read the "Troubleshooting" section. Obviously utorrent would replace the %variables. This is just a template for utorrent to use, check the utorrent logger tab to see what is executed.
by rednoah
15 Jun 2013, 13:51
Forum: Help and Support
Topic: Filebot Not Starting
Replies: 3
Views: 2774

Re: Filebot Not Starting

You spelled JDK wrong. Copy this:

Code: Select all

sudo apt-get install openjdk-7-jre
Though the package should auto-install that depedancy as well...
by rednoah
15 Jun 2013, 10:00
Forum: Feature Requests and Bug Reports
Topic: Cleaner change request
Replies: 3
Views: 3702

Re: Cleaner change request

Made the changes.
by rednoah
14 Jun 2013, 17:09
Forum: Scripting and Automation
Topic: Plex - Library Rescan
Replies: 4
Views: 5135

Re: Plex - Library Rescan

May not work because of network issues or because plex doesn't accept remote api calls or something. Try checking plex esp. logging if you can figure out if it's getting a message from filebot. All it does is a HTTP GET to tell plex to refresh: http://$server:$port/library/sections/all/refresh You c...
by rednoah
14 Jun 2013, 17:05
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 537630

Re: Automated Media Center

cheesemaker wrote:Only {$vc} also don't work. {vc} works. Looks like it can't manage the conditional function in command line mode...
It's either {vc} or {"$vc"}.

PS: CMD escaping sucks, i'm pretty much just trying around until it works as well.
by rednoah
14 Jun 2013, 01:19
Forum: Scripting and Automation
Topic: Utorrent Script (new user)
Replies: 6
Views: 4882

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

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

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

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

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

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

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

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

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

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

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.