Search found 22974 matches

by rednoah
30 Jun 2013, 14:39
Forum: Help and Support
Topic: Copy to location
Replies: 2
Views: 2297

Re: Copy to location

Yes. Switch to COPY mode.
by rednoah
30 Jun 2013, 14:35
Forum: Scripting and Automation
Topic: script request
Replies: 2
Views: 2372

Re: script request

And that would be different from the existing utorrent script how exactly?

PS: The amc script supports all of that and much more. RTFM.
by rednoah
30 Jun 2013, 06:38
Forum: Scripting and Automation
Topic: Stand alone AMC issues
Replies: 3
Views: 5025

Re: Stand alone AMC issues

Do as it says in the error message.

What is this???

Code: Select all

"ut_dir=F" "ut_kind=N" "ut_label=S"
@same
http://www.filebot.net/forums/viewtopic.php?f=4&t=792
by rednoah
30 Jun 2013, 06:34
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18799

Re: issue with special caracters

Unicode NF has nothing to do with UTF-16LE/BE or UTF-8. Can be encoded however you want. The problem is that when you type ê you'd type ^+e (decomposed) and that'd result in the character ê (composed). It looks the same but it's two different bytesequences. The first thing I'd debug is add loging to...
by rednoah
30 Jun 2013, 06:12
Forum: Scripting and Automation
Topic: Really basic script
Replies: 3
Views: 3523

Re: Really basic script

It's working how you want: hasVideoFile AND ( not hasFile A OR not hasFile B OR not hasFile C )
by rednoah
29 Jun 2013, 17:21
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18799

Re: issue with special caracters

Can't think of anything here. Looks good to me. I'm not sure if much can be done with Java system properties.

Internal things seem to be all set to UTF-8...

Code: Select all

sun.jnu.encoding: UTF-8
by rednoah
29 Jun 2013, 13:27
Forum: Scripting and Automation
Topic: Really basic script
Replies: 3
Views: 3523

Re: Really basic script

Something like:

Code: Select all

args.getFolders().findAll{ it.hasFile{ it.isVideo() } && (!it.hasFile{ it =~ /folder.jpg/ } || !it.hasFile{ it =~ /poster.jpg/ } || !it.hasFile{ it =~ /movie.tbn/ }) }
by rednoah
29 Jun 2013, 13:16
Forum: Scripting and Automation
Topic: Conflicting arguments
Replies: 1
Views: 2603

Re: Conflicting arguments

I changed the script so people that use it wrong can't waste TheTVDB/TMDB resources.

=> Check the docs for the amc script. And read the error message, it tells you what you're doing wrong.
by rednoah
28 Jun 2013, 15:31
Forum: Help and Support
Topic: MultiCD movies not recognized
Replies: 8
Views: 6539

Re: MultiCD movies not recognized

match(regex) is made case-insensitive by default so here's how I'd write it:

Code: Select all

fn.match(/CD\d+/).upper()
by rednoah
28 Jun 2013, 15:19
Forum: Scripting and Automation
Topic: Wanna get it done? Hire me!
Replies: 1
Views: 6234

Wanna get it done? Hire me!

Hi, If you're having trouble with getting your scripts for automation working, why not hire me instead to do it for you? Time is money, and I can save you lots of time. :ugeek: Just make a new thread of what exactly it is you're trying to achieve and I'll have a look. I'm also happy to make custom m...
by rednoah
28 Jun 2013, 08:03
Forum: Episode / Movie Naming Scheme
Topic: Video Format
Replies: 1
Views: 2870

Re: Video Format

What exactly does it say? Is any of the mediainfo bindings working? What's the output if you run my sysinfo script?
by rednoah
28 Jun 2013, 04:21
Forum: Episode / Movie Naming Scheme
Topic: renaming format assistance
Replies: 1
Views: 2926

Re: renaming format assistance

Plenty of examples here: http://www.filebot.net/naming.html Like this: {n.replaceTrailingBrackets()} - {s+'x'}{e.pad(2)} - {t.replaceAll(/[!?.]+$/).replaceAll(/[`´‘’ʻ]/, "'") .lowerTrail().replacePart(', Part $1')} Remove trailing !?. t.replaceAll(/[!?.]+$/) Remove any ,.'- t.replaceAll(/[...
by rednoah
28 Jun 2013, 02:17
Forum: Help and Support
Topic: issue with special caracters
Replies: 33
Views: 18799

Re: issue with special caracters

Nope, it's a native interface issue. FileBot is not calling the mediainfo cli tool. It's directly hooking into the libmediainfo C interface. I guess somewhere the conversion between Java String and C char_w** gets messed up, or just unicode normalization form. Suffice to say it'd be very hard for me...
by rednoah
28 Jun 2013, 01:52
Forum: Help and Support
Topic: Download Artwork for Movie Collection
Replies: 5
Views: 5309

Re: Download Artwork for Movie Collection

Nope, collections not support now.

What would be naming scheme for that? XY Collection/XY 1/XY 1.avi? Does every collection folder end with "Collection"?
by rednoah
28 Jun 2013, 01:48
Forum: Scripting and Automation
Topic: No signature of method java.lang.String.getMediaFolders()
Replies: 2
Views: 3268

Re: No signature of method java.lang.String.getMediaFolders(

Try:

Code: Select all

def f = 'C:/Users/Username/Downloads/TV Shows' as File
f.eachMediaFolder { println it }
by rednoah
27 Jun 2013, 11:14
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4906

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

I guess that fix was overdue, didn't know it was broken.

PS: 2-digit donations are VERY much appreciated. Consider yourself as one of very few. ;)
by rednoah
27 Jun 2013, 09:58
Forum: Help and Support
Topic: MultiCD movies not recognized
Replies: 8
Views: 6539

Re: MultiCD movies not recognized

1. Re: {pi} binding FileBot recognizes multi-part movies by matching multiple files to the same movie. Hence if you want to rename multi-part movies you need to pass all files into the same input set. The assumption here is only that parts are in alphabetical order. 2. Re: DIY via fn.match() If your...
by rednoah
27 Jun 2013, 04:27
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4906

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

Update my internal tvdb index with those aliases to make it work for Franklin and Bash and King and Maxwell . Just clear the cache and try again. On files that have been mismatched before you might wanna run the xattr-delete script beforehand. Here's what I get now: Input: D:\testdata\AMC-TEST\Frank...
by rednoah
27 Jun 2013, 04:18
Forum: Scripting and Automation
Topic: Any script for handling documentaries & sports?
Replies: 3
Views: 3465

Re: Any script for handling documentaries & sports?

Well in that case I can add these labels to the ignore list so amc at least doesn't mess things up with those. Other than that you'll need custom scripting (or pay me to do it for you :P).
by rednoah
27 Jun 2013, 03:48
Forum: Scripting and Automation
Topic: scripting help needed
Replies: 5
Views: 3848

Re: scripting help needed

Back to the original post. I said read up on how to pass in your own series/movie formats . You can find the all the docs you need here: http://www.filebot.net/forums/viewtopic.php?f=4&t=215 <-- READ THIS !!! You just need to read it. The section you're looking for is called Change how files wil...
by rednoah
27 Jun 2013, 03:41
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4906

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

King & Maxwell should work. But since you've already renamed the file once with filebot (I assume) it has set some xattr metadata and it's using that for matching. Use this to clear metadata: filebot -script fn:xattr --action clear /path/to/files And when testing you can use --action test , tha...
by rednoah
27 Jun 2013, 03:11
Forum: Scripting and Automation
Topic: scripting help needed
Replies: 5
Views: 3848

Re: scripting help needed

Erm... Yes. What windows? This is a cmdline script.

Did you watch the video tutorial? It's right next to where it says Standalone Usage that I asked you to check.
http://www.youtube.com/watch?v=brGyo2uQzSs
by rednoah
27 Jun 2013, 03:07
Forum: Scripting and Automation
Topic: King & Maxwell; AMC script incorrect/Manual Filebot correct
Replies: 6
Views: 4906

Re: King & Maxwell; AMC script incorrect/Manual Filebot corr

Works for me. Try using the latest FileBot version. The whole and/& stuff should have been solved months ago when I build in my own search engine. Here's what I get from the AMC script: Input: D:\testdata\AMC-TEST\Franklin & Bash S01E01.mp4 Input: D:\testdata\AMC-TEST\King & Maxwell S01E...
by rednoah
27 Jun 2013, 02:55
Forum: Scripting and Automation
Topic: scripting help needed
Replies: 5
Views: 3848

Re: scripting help needed

So what is your question? What is it that you can't do with the AMC script already? http://www.filebot.net/forums/viewtopic.php?f=4&t=215 There's plenty of docs on how to do the commandline call. I'm guessing you wanna look at the standalone usage and how to pass in your own series/movie formats.
by rednoah
26 Jun 2013, 16:17
Forum: Scripting and Automation
Topic: Any script for handling documentaries & sports?
Replies: 3
Views: 3465

Re: Any script for handling documentaries & sports?

You can send me some example filenames. If it's something like a TV show or daily show maybe you can add the missing data to TheTVDB. Or find a different docu/sports tv database with public API.