f.parent
how come i always figure it out AFTER i post on the forums?
Search found 11 matches
- 07 Oct 2013, 01:21
- Forum: Help and Support
- Topic: Extract question
- Replies: 2
- Views: 2855
- 07 Oct 2013, 01:06
- Forum: Help and Support
- Topic: Extract question
- Replies: 2
- Views: 2855
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 ...
- 28 Sep 2013, 17:12
- Forum: Help and Support
- Topic: Need help on Movie Naming
- Replies: 9
- Views: 6158
Re: Need help on Movie Naming
I had quite a few get named wrong using -non-strict so I took it out early on.
- 28 Sep 2013, 16:33
- Forum: Help and Support
- Topic: Need help on Movie Naming
- Replies: 9
- Views: 6158
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
http://www.filebot.net/forums/viewtopic ... b+tt#p4847
- 28 Sep 2013, 16:12
- Forum: Help and Support
- Topic: Need help on Movie Naming
- Replies: 9
- Views: 6158
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 test --log ...
- 28 Sep 2013, 15:34
- Forum: Help and Support
- Topic: IRC Chat
- Replies: 3
- Views: 3740
Re: IRC Chat
If anyone does want to chat I'm hanging out on irc.p2p-network.net in #filebot.
Thanks!
Thanks!
- 28 Sep 2013, 15:28
- Forum: Help and Support
- Topic: Need help on Movie Naming
- Replies: 9
- Views: 6158
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.upperInitial().space('.').replaceAll ...
- 28 Sep 2013, 05:00
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 732
- Views: 2159714
Re: Release Groups {group}
Please add group.
iNT-TD
iNT-TD
- 28 Sep 2013, 04:44
- Forum: Help and Support
- Topic: Need help on Movie Naming
- Replies: 9
- Views: 6158
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.
{fn.match(/3D/)} is working for me.
- 28 Sep 2013, 01:57
- Forum: Help and Support
- Topic: Need help on Movie Naming
- Replies: 9
- Views: 6158
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('.').replaceAll(/[,]+/)}.{t.upperInitial ...
- 28 Sep 2013, 00:02
- Forum: Help and Support
- Topic: IRC Chat
- Replies: 3
- Views: 3740
IRC Chat
Is there an IRC chat channel for FileBot?