Search found 11 matches

by mechtn
07 Oct 2013, 01:21
Forum: Help and Support
Topic: Extract question
Replies: 2
Views: 2520

Re: Extract question

f.parent

how come i always figure it out AFTER i post on the forums?
by mechtn
07 Oct 2013, 01:06
Forum: Help and Support
Topic: Extract question
Replies: 2
Views: 2520

Extract question

I want to extract to the root folder that my RAR files are also located. What do I change the output to? I've tried all sorts of stuff and I'm not having any luck! def extractFiles = extract(file: f, output: new File(f.dir.name), conflict: 'skip', filter: { it.isArchive() || it.isVideo() || it.isSub...
by mechtn
28 Sep 2013, 17:12
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5267

Re: Need help on Movie Naming

I had quite a few get named wrong using -non-strict so I took it out early on.
by mechtn
28 Sep 2013, 16:33
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5267

Re: Need help on Movie Naming

Been searching the forums and found another thread looking to do the same thing I'm wanting to do but it appears he hasn't figured it out either.

http://www.filebot.net/forums/viewtopic ... b+tt#p4847
by mechtn
28 Sep 2013, 16:12
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5267

Re: Need help on Movie Naming

It's still having trouble identifying the movies from the cmdline using this suggestion. Comes up with too many suggestions. I even put the IMDB tt# in the filename hoping that'd make it look at the correct one but no luck. call filebot -script fn:renall "E:\Unsorted" --db IMDb --action te...
by mechtn
28 Sep 2013, 15:34
Forum: Help and Support
Topic: IRC Chat
Replies: 3
Views: 3270

Re: IRC Chat

If anyone does want to chat I'm hanging out on irc.p2p-network.net in #filebot.

Thanks!
by mechtn
28 Sep 2013, 15:28
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5267

Re: Need help on Movie Naming

rednoah - thx for the suggestion. Here is the final code I'm using to process the movie collection at the moment. call filebot -script fn:amc "E:\Unsorted" --output "E:\Movies" --action move --conflict skip --def "seriesFormat=TV/{n}/{fn}" "movieFormat=Movies/{n.up...
by mechtn
28 Sep 2013, 05:00
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1583903

Re: Release Groups {group}

Please add group.
iNT-TD
by mechtn
28 Sep 2013, 04:44
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5267

Re: Need help on Movie Naming

Figured out the 3D one.. was trying to over complicate it from the other examples I was seeing.

{fn.match(/3D/)} is working for me.
by mechtn
28 Sep 2013, 01:57
Forum: Help and Support
Topic: Need help on Movie Naming
Replies: 9
Views: 5267

Need help on Movie Naming

I'm working on my first naming method and having some trouble adding a couple of items. call filebot -script fn:amc "E:\Movies" --output "E:\Movies_Sorted" --action copy -non-strict --def "seriesFormat=TV/{n}/{fn}" "movieFormat=Movies/{n.upperInitial().space('.').r...
by mechtn
28 Sep 2013, 00:02
Forum: Help and Support
Topic: IRC Chat
Replies: 3
Views: 3270

IRC Chat

Is there an IRC chat channel for FileBot?