Search found 28 matches
- 15 Mar 2019, 22:27
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 518
- Views: 1026627
- 02 Feb 2019, 12:17
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 518
- Views: 1026627
Re: Release Groups {group}
Tigole[QxR]
- 18 Dec 2018, 00:42
- Forum: Episode / Movie Naming Scheme
- Topic: Special handling for Movie Collection folders
- Replies: 4
- Views: 1439
Re: Special handling for Movie Collection folders
Thanks, I shall play with it some more!
- 16 Dec 2018, 17:25
- Forum: Episode / Movie Naming Scheme
- Topic: Special handling for Movie Collection folders
- Replies: 4
- Views: 1439
Re: Special handling for Movie Collection folders
Oh yes, sorry for the duplicate post as I am totally confused about this.
- 16 Dec 2018, 16:52
- Forum: Episode / Movie Naming Scheme
- Topic: Special handling for Movie Collection folders
- Replies: 4
- Views: 1439
Special handling for Movie Collection folders
I have altered my scheme many times and it is almost where I want it, but now that I can number my collections movie names I need to alter my code so that if the movie is part of a collection it does not create a subfolder for it, and the movies in the collections will all be in one dir as opposed t...
- 07 Dec 2018, 00:17
- Forum: Episode / Movie Naming Scheme
- Topic: ? using new {ci}binding
- Replies: 1
- Views: 1158
? using new {ci}binding
Yes I am at it again as usual I like the new idea of Numbering collections, here is my dilemma... I want to use my naming scheme with the new {ci} binding. I managed to incorporate it into my scheme. but as per examples, I want to do away with the individual folder names in my collections only so th...
- 22 Jul 2018, 17:39
- Forum: Help and Support
- Topic: How to Capitalize whole {Tag} word?
- Replies: 2
- Views: 706
Re: How to Capitalize whole {Tag} word?
Thanks, rednoah! 

- 22 Jul 2018, 15:21
- Forum: Help and Support
- Topic: How to Capitalize whole {Tag} word?
- Replies: 2
- Views: 706
How to Capitalize whole {Tag} word?
I am using the GUI version from the windows store and was wondering what the code would be to just capitalize only the whole {tag} word, not just the 1st letter?
- 28 May 2018, 12:05
- Forum: Feature Requests and Bug Reports
- Topic: Add more Tags Please
- Replies: 9
- Views: 1685
Add more Tags Please
It would be really cool in future releases if you could add more tags such as... Extended.Cut|Extended|Expanded|Theatrical.Cut|Uncensored|Remastered|Unrated|Uncut|Directors.Cut|Diamond.Edition|Anniversary.Edition|Collectors.Edition|10th.Anniversary.Edition|20th.Anniversary.Edition|25th.Anniversary.E...
- 24 May 2018, 23:53
- Forum: Episode / Movie Naming Scheme
- Topic: Help Adding (.) to folder spaces
- Replies: 5
- Views: 1904
Re: Help Adding (.) to folder spaces
Wow, that's pretty good and fast reply Thanks. I will play with it from there, the only two other things I seem to notice I would like is if you could change {az} to use a # sign instead of 0-9 and move things like (The) and (A) and stuff to the end of the folder name.
- 24 May 2018, 11:01
- Forum: Episode / Movie Naming Scheme
- Topic: Help Adding (.) to folder spaces
- Replies: 5
- Views: 1904
Re: Help Adding (.) to folder spaces
LOL rednoah you wrote it! I copied it from viewtopic.php?f=5&t=4041&p=22695&hilit= ... ons#p22695 It's the second post on this Thread. I understand a little of it Like things in {Brackets} but I don't understand the (.) stuff
- 23 May 2018, 14:58
- Forum: Episode / Movie Naming Scheme
- Topic: Help Adding (.) to folder spaces
- Replies: 5
- Views: 1904
Help Adding (.) to folder spaces
I am using GUI interface with build FileBot 4.8.1 (r5375) on Windows 10. I would like to make just the movie folder have (.) between spaces NOT the collection folder section. Here is the code I am using... { norm = { it.colon(' - ') .tr('*?|', ' !-') .asciiQuotes() .replaceAll(/\b(?i)[IVX]+\b/, { it...
- 06 Nov 2016, 15:42
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Re: Help with Video Codec
Not sure if this is actually correct but it seems to be working fine for me now with this code...
Code: Select all
{ video[0].CodecID =~ /HEVC/ ? 'HEVC.x265' : 'H.264'}
- 05 Nov 2016, 18:23
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Re: Help with Video Codec
Thank's rednoah, I Pieced something together with what you posted!
- 05 Nov 2016, 14:36
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Re: Help with Video Codec
Here's Video Tab: Format HEVC Format/Info High Efficiency Video Coding Format/Url http://www.itu.int Format_Commercial HEVC Format_Profile Main [email protected]@Main InternetMediaType video/H265 CodecID V_MPEGH/ISO/HEVC Codec V_MPEGH/ISO/HEVC Codec/String V_MPEGH/ISO/HEVC Codec_Profile Main [email protected]@Main Duration...
- 05 Nov 2016, 14:32
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Re: Help with Video Codec
OK Gotcha, and thanks so much for taking the time to help ;) Format AAC Format/Info Advanced Audio Codec Format_Commercial AAC Format_Profile HE-AAC / LC Format_Settings_SBR Yes (Implicit) Format_Settings_SBR/String Yes (Implicit) Format_Settings_PS No (Explicit) Format_Settings_PS/String No (Explic...
- 05 Nov 2016, 12:51
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Re: Help with Video Codec
I hope this is what you were asking for...
https://drive.google.com/file/d/0B4syVb ... sp=sharing
https://drive.google.com/file/d/0B4syVb ... sp=sharing
- 05 Nov 2016, 11:28
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Re: Help with Video Codec
Sure, check whatever MediaInfo is available and see if you can make a simple condition on one of these properties that works for all your files. Not much I can do unless you post the full MediaInfo for that file. ;) I Hope this can help you help me ;) https://drive.google.com/file/d/0B4syVbgy3rNPbk...
- 04 Nov 2016, 22:43
- Forum: Episode / Movie Naming Scheme
- Topic: Help with Video Codec
- Replies: 11
- Views: 6967
Help with Video Codec
I am getting a Double HEVC and cannot seem to figure out how to fix it. Example: The.Big.Short.2015.1080p.10bit.BluRay.HEVC.HEVC.x265.AAC.6.1CH My code is: {'.'+vc.replace('Microsoft', 'VC-1').replace ('AVC','H.264') .replace ('x264','H.264').replace ('HEVC','HEVC.x265').replace ('x265','HEVC.x265')...
- 04 Oct 2016, 00:39
- Forum: Help and Support
- Topic: POSTBUCKET - where random posts in unrelated topics go
- Replies: 736
- Views: 187736
Re: Conditional Structures (if-then-else)
Thanks rednoah very useful stuff there 

- 01 Oct 2016, 03:04
- Forum: Episode / Movie Naming Scheme
- Topic: How to add 10bit
- Replies: 7
- Views: 2100
Re: How to add 10bit
Thanks Daniel3032 I got it with this {bitdepth+'bit'}Daniel3032 wrote:Hey Cyberdoggy, the way i solved this was doing [{bitdepth}bit]
It worked for me so maybe it will work for you to
- 25 Sep 2016, 18:42
- Forum: Episode / Movie Naming Scheme
- Topic: Help Cleaning Up Scheme
- Replies: 3
- Views: 1669
Re: Help Cleaning Up Scheme
Thanks rednoah I will play with it!
- 25 Sep 2016, 12:58
- Forum: Episode / Movie Naming Scheme
- Topic: Help Cleaning Up Scheme
- Replies: 3
- Views: 1669
Help Cleaning Up Scheme
I gathered bits and pieces of various schemes throughout these threads and I came up with a pretty darn close to what I am using scheme. What I ask is if anybody has some spare time if they could clean this up and check for errors since I only understand a little of the code. Thanks. An example of t...
- 17 Sep 2016, 13:17
- Forum: Windows 10
- Topic: Manually Name
- Replies: 3
- Views: 1846
Re: Manually Name
Thank You rednoah
- 17 Sep 2016, 12:16
- Forum: Windows 10
- Topic: Manually Name
- Replies: 3
- Views: 1846
Manually Name
Hi I'm using the GUI build and I keep wondering is there a way I can rename my home video's manually so as to skip filebot searching for a video that does not exist in a database somewhere and then it will add my other scheme parts to my file. example: My.Home.Move.mkv ----> Florida.Vacation.2016.10...