Search found 7 matches
- 01 Jan 2016, 02:13
- Forum: Help and Support
- Topic: Teracopy not default when using FIlebot
- Replies: 1
- Views: 2474
Teracopy not default when using FIlebot
I have my movies a tv shows strewn across 11 hard drives like dead men on a battlefield. I want to start moving them to my storage space, but when I use M:\TEMP\Movies\{collection.replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/).replaceFirst(/^(?i)(Collection of the)\s(.+)/, /$2 Collection/).replaceAll ...
- 23 Dec 2015, 19:28
- Forum: Help and Support
- Topic: Groovy Expression in FileBot needed for commenting out lines
- Replies: 3
- Views: 3761
Re: Groovy Expression in FileBot needed for commenting out l
Thanks for the quickl reply. I dona think its working correctly for what I need Example: /* Begin Collection Syntax */ {collection.replaceFirst(/^(?i)(The)\s(.+)/, /$2, $1/).replaceFirst(/^(?i)(Collection of the)\s(.+)/, /$2 Collection/).replaceAll(/Saga Collection/, "Saga").replaceAll ...
- 23 Dec 2015, 02:17
- Forum: Help and Support
- Topic: Groovy Expression in FileBot needed for commenting out lines
- Replies: 3
- Views: 3761
Groovy Expression in FileBot needed for commenting out lines
Groovy Expression in FileBot needed for commenting out lines Using the GUI System Info: OS Name Microsoft Windows 10 Pro Version 10.0.10586 Build 10586 Other OS Description Not Available OS Manufacturer Microsoft Corporation System Name MASAMUNE System Manufacturer MSI System Model MS-7917 System ...
- 28 Nov 2014, 17:19
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 1036
- Views: 1039850
Re: My Perfection Custom Naming Scheme
Here is my naming scheme For TV Shows, i've worked on for the last week or two. {model.episode.containsAll(episodelist.findAll{it.season == s && it.episode && it.title}) ? 'H:/Live Action (New)/'+(csv('C:/FileBot Settings/TV/TVGenreFolderBasedOnSeriesName.csv').get(n) ?: genre)+'/' : 'H:/Unfinished ...
- 02 Aug 2014, 19:07
- Forum: Episode / Movie Naming Scheme
- Topic: Taking Release group from {group}, if not, from filename
- Replies: 8
- Views: 10367
Re: Taking Release group from {group}, if not, from filename
What do we do about it pulling words from the title to "create" a group? for example: A Nightmare On Elm Street 3 - Dream Warriors (1987) (R) [1080p] [BluRay] [x264] [DTS] [5.1] [DREAM] Now as I ripped this Bluray myself, I happen to know there was no "group". But I have to go back through and ...
- 31 Jul 2014, 02:34
- Forum: Episode / Movie Naming Scheme
- Topic: DC, Extended edition, etc. not adding to filename
- Replies: 2
- Views: 3485
Re: DC, Extended edition, etc. not adding to filename
Ahhh thank you. Must have misunderstood something. Off to rename everything!
- 30 Jul 2014, 17:32
- Forum: Episode / Movie Naming Scheme
- Topic: DC, Extended edition, etc. not adding to filename
- Replies: 2
- Views: 3485
DC, Extended edition, etc. not adding to filename
I've been using a mishmash of several naming schemes for quite a while. but one thing that never transfers over is Directors cut extended edition, etc. I rip my movies from my blu-ray collection, preserving only the movie, audio, and subtitles. my Donnie Darko DC for example is just called Donnie ...