Search found 22986 matches

by rednoah
16 May 2013, 15:51
Forum: Scripting and Automation
Topic: Renaming isn't always correct
Replies: 3
Views: 4545

Re: Renaming isn't always correct

It got no results when checking law.and.order.svu against the tv series database.

Added a mapping law.and.order.svu => Law & Order: Special Victims Unit so it'll work if you try again tomorrow.
by rednoah
16 May 2013, 14:10
Forum: Feature Requests and Bug Reports
Topic: 7z-JBinding error. How to debug?
Replies: 2
Views: 3616

Re: 7z-JBinding error. How to debug?

It says Error initializing 7-Zip-JBinding: No message so it's finding the native library and it's loading it. But when calling native code it errors out.

You could try checking with 7-Zip-JBinding project.
by rednoah
16 May 2013, 04:57
Forum: Help and Support
Topic: Movie Collection Labeling
Replies: 5
Views: 3615

Re: Movie Collection Labeling

Then try the other way around:

Code: Select all

{if (!n.contains(collection.before('Collection'))) collection.before('Collection')+' -'}
I don't understand the meaning of "selection of text from name string".
by rednoah
16 May 2013, 03:41
Forum: Scripting and Automation
Topic: Some help with my script
Replies: 13
Views: 7038

Re: Some help with my script

So from log it seems it's not reading any incoming request? I assume after you do def msg = ... there'll be a writer.println(msg) later as well sending that call?

Just make a test script and play with telnet(host, 9090) { ... } and let me know what command to send to XBMC so it works.
by rednoah
16 May 2013, 03:28
Forum: Help and Support
Topic: Documentation - where to start
Replies: 14
Views: 9209

Re: Documentation - where to start

Read FAQ, watch the video tutorials, run filebot -help. The docs on naming scheme, CLI and scripting are full of examples, and more examples here in the forums. ;) Overview and Examples: http://www.filebot.net/naming.html http://www.filebot.net/cli.html http://www.filebot.net/script.html Video Tutor...
by rednoah
16 May 2013, 03:22
Forum: Help and Support
Topic: Movie Collection Labeling
Replies: 5
Views: 3615

Re: Movie Collection Labeling

Try something like this and then play with it ;)

Code: Select all

{if (!collection.contains(n)) collection.before('Collection')+' -'} {n} {y}
by rednoah
14 May 2013, 13:40
Forum: Scripting and Automation
Topic: AMC deleting root folder specified in script when clean=y
Replies: 2
Views: 2791

Re: AMC deleting root folder specified in script when clean=

AMC is supposed to be called by your client on each newly downloaded file or folder, not the root folder. If you use AMC on your download root then i guess you can't do --def clean=y but need to run the cleaner script after the amc script. http://www.filebot.net/forums/viewtopic.php?f=4&t=5&...
by rednoah
14 May 2013, 12:56
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 539879

Re: Add Blacklisted Terms and Improve Movie / Series Detecti

Added to.be.sorted pattern. You can always override the *.properties files in the jar and then use your own data files. But it's already full of individual stuff. However wierd it may be, I'm sure there's lots of other people that use the same naming. So I don't mind adding things like this. Makes s...
by rednoah
14 May 2013, 10:46
Forum: Help and Support
Topic: Problem with multiple tv series matches (BSG 2003)
Replies: 3
Views: 3494

Re: Problem with multiple tv series matches (BSG 2003)

You can't do much about the query finding methods, but the better folders and things are named so the matcher will always narrow down on the correct episode match. You can't change the logic but I can fine-tune some data files. Here's more info: http://www.filebot.net/forums/viewtopic.php?f=3&t=...
by rednoah
14 May 2013, 03:36
Forum: Feature Requests and Bug Reports
Topic: TV Themes fetcher
Replies: 4
Views: 3903

Re: TV Themes fetcher

Someone could just write a script for this. For most shows you wouldn't even need a page scraper to find and grap the mp3 ... assuming you run it on a clean library it's 2-3 lines of groovy.

@see
http://www.televisiontunes.com/themeson ... hrones.mp3
by rednoah
14 May 2013, 03:22
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1003
Views: 539879

Re: Automated Media Center

*** If you need help start a new thread and always include cmdline output! ***
Definitely doesn't have anything to do with RSS feeds or whatnot. It's a simple cmdline tool that processes files.
by rednoah
14 May 2013, 03:20
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21392

Re: [HELP] Fully Automated Media Center

It's new, added it last week, to better exclude clutter files. Kinda forgot subs would fall into that category. :P
by rednoah
14 May 2013, 03:15
Forum: Help and Support
Topic: Problem with dual-episodes.
Replies: 1
Views: 2070

Re: Problem with dual-episodes.

Episode titles match perfectly. It's getting those correct with a good title, and falls back to matching by SxE for the episode "VS" (2-letter title match not good enough). Your episodes names don't match what's in the DB so it can't work auto-magically. It'll need some manual intervention...
by rednoah
13 May 2013, 16:45
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21392

Re: [HELP] Fully Automated Media Center

Set this:

Code: Select all

--def minFileSize=0
I'll should probably set that by default.
by rednoah
13 May 2013, 15:03
Forum: Scripting and Automation
Topic: [HELP] Fully Automated Media Center
Replies: 37
Views: 21392

Re: [HELP] Fully Automated Media Center

It should all work. Send me the paths that don't work.
by rednoah
13 May 2013, 03:29
Forum: Help and Support
Topic: Problem with multiple tv series matches (BSG 2003)
Replies: 3
Views: 3494

Re: Problem with multiple tv series matches (BSG 2003)

--q is the query, for which you get a set of shows, a set of episodes each. You'd use --q to manually specify a query if filebot can't figure it out from the filename. @see http://www.filebot.net/forums/viewtopic.php?f=8&t=579&p=3840#p3840 What you wanna use is --filter to exclude certain ep...
by rednoah
13 May 2013, 03:14
Forum: Scripting and Automation
Topic: Missile Huggers Synology NAS package
Replies: 5
Views: 6703

Re: Missile Huggers Synology NAS package

Play with the amc script, it can do everything you want.

Once you got it working you can setup a cron job. Check google for that. ;)
by rednoah
12 May 2013, 02:25
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1596781

Re: Release Groups {group}

Added the missing ones. RGs that overlap with english words I always add as upper-case. Makes things a bit more reliable.
by rednoah
09 May 2013, 13:47
Forum: Feature Requests and Bug Reports
Topic: BUG: TVDB matching...
Replies: 1
Views: 2212

Re: BUG: TVDB matching...

This would be a very special corner case for varous reasons.

Fixed with r1626 but may break other corner cases that have been working so far.
by rednoah
09 May 2013, 03:22
Forum: Episode / Movie Naming Scheme
Topic: Movie Naming Scheme - w/ Cut and Case Conversion
Replies: 5
Views: 5924

Re: Movie Naming Scheme - w/ Cut and Case Conversion

Correct Case:

Code: Select all

fn.match(/THEATRICAL.CUT/).upperInitial()
Replacement:

Code: Select all

fn.replaceAll(/THEATRICAL/, 'THEATRICAL CUT').match(/THEATRICAL.CUT/)
Multi-Match:

Code: Select all

fn.matchAll(/THEATRICAL.CUT|REMASTERED/).join(', ')
It's all here:
http://www.filebot.net/naming.html ;)
by rednoah
08 May 2013, 09:02
Forum: Help and Support
Topic: I CANT USE FILEBOT VIA PROXY SERVER
Replies: 1
Views: 2234

Re: I CANT USE FILEBOT VIA PROXY SERVER

It'll automatically use your system proxy settings, you can override that with java system properties. Proxy authentication is not supported.
by rednoah
08 May 2013, 08:56
Forum: Help and Support
Topic: Questions about naming mutiple seasons
Replies: 1
Views: 1953

Re: Questions about naming mutiple seasons

Try r1620 or higher.

Also Drag in all episodes of a particular show and it might work. Or specifically matching with only a certain set of episode data (see FAQ for more info).
by rednoah
08 May 2013, 03:24
Forum: Scripting and Automation
Topic: Renaming isn't always correct
Replies: 3
Views: 4545

Re: Renaming isn't always correct

It's not an exact science. :P I'll have a look. You can always modify the script and add your own logic. EDIT: Works for me Input: D:\testdata\AMC-TEST\the.americans.2013.112.hdtv-lol.mp4 the.americans.2013.112.hdtv-lol.mp4 [series: americans 2013, movie: Americans (2012)] Exclude Movie: Americans (...
by rednoah
07 May 2013, 15:13
Forum: Scripting and Automation
Topic: Some help with my script
Replies: 13
Views: 7038

Re: Some help with my script

Updated /scripts as well. Try again tomorrow and it should auto-update.
by rednoah
07 May 2013, 15:02
Forum: Scripting and Automation
Topic: Some help with my script
Replies: 13
Views: 7038

Re: Some help with my script

Changed the default behaviour to not delete the folders passed in via arguments. Commited with r1624.