Search found 22986 matches

by rednoah
21 Sep 2013, 21:33
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8826

Re: Having problems with edited sorty.groovy

Nope, if anything was broken there would be exceptions flying around everywhere. It's probably just doing nothing, for some reason.

Since you don't send me any logs I have even less of an idea what's going on than you. ;)
by rednoah
21 Sep 2013, 21:27
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5633

Re: Rename TV Episodes - w/out moving to "standard"dir struc

Q: I'm trying to run FileBot from the console, but I'm having trouble passing in --format because of spaces or double-quotes A: You need to pass in arguments correctly. "..." allows you to pass in one argument that may contains spaces. Of course since " is a special character in argu...
by rednoah
21 Sep 2013, 20:47
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5633

Re: Rename TV Episodes - w/out moving to "standard"dir struc

Sure, like you said. So what's not working?

Code: Select all

filebot -rename . --db thetvdb --format "../TV/{n} {sxe} {t}"
by rednoah
21 Sep 2013, 19:59
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5633

Re: Rename TV Episodes - w/out moving to "standard"dir struc

You can build relative or absolute paths with the naming scheme. Rename/Move/Sort them into any structure. Another example: Sort into multiple drives based on initial letter: {n[0].match((~/(?i)[0-9a-f]/):'X', (~/(?i)[g-t]/):'Y') ?: 'Z'}:/TV/{n}/{episode} Drive X if first letter of {n} matches [0-9a...
by rednoah
21 Sep 2013, 18:23
Forum: Scripting and Automation
Topic: Rename TV Episodes - w/out moving to "standard"dir structure
Replies: 10
Views: 5633

Re: Rename TV Episodes - w/out moving to "standard"dir struc

You can always pass in your own format expression. Anything you can think of is supported, usually without much code.

Did you means something like this?
http://www.filebot.net/forums/viewtopic.php?f=5&t=910
by rednoah
21 Sep 2013, 18:17
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Matches] Multiple. Software bug?
Replies: 6
Views: 3645

Re: [Incorrect Matches] Multiple. Software bug?

Read the FAQ on how to get the latest revision on filebot. The scripts will auto-update as long as you use -script fn:***
by rednoah
21 Sep 2013, 16:42
Forum: Help and Support
Topic: Having problems with edited sorty.groovy
Replies: 18
Views: 8826

Re: Having problems with edited sorty.groovy

I don't maintain sorty. Just play with my sample and try different things to figure out what works and what doesn't. It's always helpful to add println statements randomly in the script so you can see which parts of the script are reached or not reached.
by rednoah
21 Sep 2013, 16:39
Forum: Feature Requests and Bug Reports
Topic: [Incorrect Matches] Multiple. Software bug?
Replies: 6
Views: 3645

Re: [Incorrect Matches] Multiple. Software bug?

Yep, if you knew that the torrent title was always reliable information you could modify the script. But by default it's ignored, cause AMC generally deals with many files at once, and title is usually the folder name anyway which is considered to some degree.
by rednoah
21 Sep 2013, 07:43
Forum: Feature Requests and Bug Reports
Topic: [BETA] Subtitle Upload Support
Replies: 3
Views: 5521

[BETA] Subtitle Upload Support

Latest test jar has experimental support for uploading subtitles to OpenSubtitles. For movies it should work quite well already. As for TV shows I'm not quite sure how best to help u select the IMDb for the episode. Or should one rather enter the IMDb ID of the series and have OpenSubtitles figure o...
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: 2612

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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...