Search found 23002 matches

by rednoah
21 Sep 2013, 04:46
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Matches] Multiple. Software bug?
Replies: 6
Views: 3645

Re: [Incorrect Matches] Multiple. Software bug?

Code: Select all

bb0513720hximmerse
S.S03E09720
utd112.720p.HDTV.X264-DIMENSION
Where do you people find these names?!?! :D


I guess in episode mode it's not putting enough weight on the folder name.

EDIT: Fixed with r1734
by rednoah
20 Sep 2013, 17:36
Forum: Episode / Movie Naming Scheme
Topic: split shows between different folder directories
Replies: 1
Views: 2622

Re: split shows between different folder directories

The path is fully defined via the format. And in the format you can use arbitrary logic to define your path scheme.

There's plenty of examples in the forums. If you want like a text file with mappings that's easy as well.
by rednoah
19 Sep 2013, 15:15
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1642499

Re: Release Groups {group}

Better to add like you just did. I'll update it in a few days.
by rednoah
18 Sep 2013, 07:57
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

Here's the script:
http://filebot.net/scripts/amc.groovy

Once you've saved it somewhere you can do filebot -script /path/to/amc.groovy
by rednoah
18 Sep 2013, 06:42
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

That'll work. The default episode format should be pretty much what you want anyway.
by rednoah
18 Sep 2013, 05:05
Forum: Help and Support
Topic: QNAP + Filebot + SABnzbd
Replies: 8
Views: 6884

Re: QNAP + Filebot + SABnzbd

3. Fixed with r1733: Input: D:\workspace\testdata\AMC-TEST\criminal.minds.82324.hdtv-lol.mp4 criminal.minds.82324.hdtv-lol.mp4 [series: criminal minds, movie: Criminal Minds (1998)] Exclude Movie: Criminal Minds (1998) Group: [tvs:criminal minds, mov:null, anime:null] => [criminal.minds.82324.hdtv-l...
by rednoah
18 Sep 2013, 04:36
Forum: Help and Support
Topic: QNAP + Filebot + SABnzbd
Replies: 8
Views: 6884

Re: QNAP + Filebot + SABnzbd

1. The PATH my be different when they call it. You can try running with bash -c ... or something, or some sort of cmd /c ... equivalent. Or just modify the filebot.sh and put in the the whole path to the java bin. 2. Delete the filebot link in /bin or /usr/bin or somewhere. The uninstall script is i...
by rednoah
18 Sep 2013, 02:10
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

Alright, I thought you wanted a more compressed format for shows as well. Just switch the seriesFormat and you're good: filebot -script fn:amc --output "D:/shares" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=TV Shows/{n}/{'Season '+s.pad(2)}/{n...
by rednoah
17 Sep 2013, 18:00
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

Then try this: filebot -script fn:amc --output "D:/shares" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=TV Shows/{n}/{'Season '+s.pad(2)}/{sxe} - {t}" "movieFormat=Movies/{n} ({y}){' CD'+pi}" --def music=y artwork=y "ignore=[...
by rednoah
17 Sep 2013, 16:51
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

Got your message. You can try this: filebot -script fn:amc --output "D:/shares" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=TV Shows/{n}/{'Season '+s.pad(2)}/{n} - {sxe} - {t}" "movieFormat=Movies/{n} ({y})/{n} ({y}){' CD'+pi}" -...
by rednoah
17 Sep 2013, 16:23
Forum: Help and Support
Topic: utorrent as windows service - filebot not running properly
Replies: 5
Views: 3628

Re: utorrent as windows service - filebot not running proper

Missing space messes with argument order:

Code: Select all

--action copy--conflict override
by rednoah
17 Sep 2013, 09:47
Forum: Help and Support
Topic: utorrent as windows service - filebot not running properly
Replies: 5
Views: 3628

Re: utorrent as windows service - filebot not running proper

You're passing arguments wrong and forcing standalone mode:

Code: Select all

Argument: D:\override
This is a cmdline argument parsing issue. If filebot is called properly it'll work.
by rednoah
17 Sep 2013, 09:37
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

1. You can can customize output format by passing in your format expression... Change how files will be organized and renamed: You can override the default naming schemes via --def seriesFormat, animeFormat or movieFormat but make sure you understand how cmdline arguments work since you must escape ...
by rednoah
17 Sep 2013, 08:18
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

Here's some Tips & Tricks directly Copy & Pasted from the Notes section: The folder paths to Location of Downloaded Files must not end with backslash \ because the value gets passed through as the %D token. So the final backslash \ will escape the double-quote " and mess up everything I...
by rednoah
17 Sep 2013, 02:42
Forum: Help and Support
Topic: How can this be done?
Replies: 17
Views: 8442

Re: How can this be done?

Did you bother reading the description?
http://www.filebot.net/forums/viewtopic ... =215#p1561
by rednoah
17 Sep 2013, 02:35
Forum: Scripting and Automation
Topic: AMC Script: problems with escaping seriesformat
Replies: 1
Views: 2090

Re: AMC Script: problems with escaping seriesformat

Escaping is shit-work, unfortunately. You'll have to start simple, with a very basic format. If it works add some complexity, if it fails you know where the error is. Repeat until you build the whole thing. PS: I think you only need to escape \", not \' though go by trial and error and you'll f...
by rednoah
16 Sep 2013, 18:08
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8828

Re: Having problems with edited sorty.groovy

You can set these Java system properties to control where Java Preferences stores it's files: java.util.prefs.systemRoot "/etc/.java" java.util.prefs.userRoot user.home / ".userPrefs" java.util.prefs.syncInterval 30 @see http://allaboutbalance.com/articles/disableprefs/ PS: I don...
by rednoah
16 Sep 2013, 18:01
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8828

Re: Having problems with edited sorty.groovy

This is a general Java warning. I doubt that's because of the new jar.

Make sure FileBot can read/write to your $HOME folder. Or call filebot after setting $HOME to some other read/writeable location.
by rednoah
16 Sep 2013, 15:06
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8828

Re: Having problems with edited sorty.groovy

Uploaded a new revision for you. Check FAQ for details.
by rednoah
16 Sep 2013, 09:54
Forum: Scripting and Automation
Topic: [GUIDE] Fully Automated Media Center with Transmission (Mac)
Replies: 121
Views: 637361

Re: [GUIDE] Fully Automated Media Center with Transmission (

Add an ignore rule for iso files.

eg:
--def "ignore=iso"
by rednoah
16 Sep 2013, 01:55
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8828

Re: Having problems with edited sorty.groovy

It can make sense of "ER" when followed by a non-standard SxE format.

EDIT: Improved support for TV shows with short names with r1728.
by rednoah
15 Sep 2013, 15:54
Forum: Scripting and Automation
Topic: Episode Metadata From Within Script
Replies: 2
Views: 2407

Re: Episode Metadata From Within Script

The latest SVN revision makes this easier. Like so: def e = '''{"@type":"net.sourceforge.filebot.web.Episode","seriesName":"Firefly","seriesStartDate":{"year":2002,"month":9,"day":20},"season":1,"episode&q...
by rednoah
15 Sep 2013, 15:32
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1642499

Re: Release Groups {group}

You'll figure out that {group} and {fn.match(...)} will throw errors and break the {...} block. You can use c{...} to get around this default behavior: {def g = c{group}; def m = c{fn.match(/.../)}; [g,m].unique()} You can start playing with this. The exact logic u want you have to define yourself. ...