Search found 46 matches

by cyberdoggy
22 Jul 2018, 15:21
Forum: Help and Support
Topic: How to Capitalize whole {Tag} word?
Replies: 2
Views: 2356

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?
by cyberdoggy
28 May 2018, 12:05
Forum: Feature Requests and Bug Reports
Topic: Add more Tags Please
Replies: 9
Views: 5107

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 ...
by cyberdoggy
24 May 2018, 23:53
Forum: Episode / Movie Naming Scheme
Topic: Help Adding (.) to folder spaces
Replies: 5
Views: 5600

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.
by cyberdoggy
24 May 2018, 11:01
Forum: Episode / Movie Naming Scheme
Topic: Help Adding (.) to folder spaces
Replies: 5
Views: 5600

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
by cyberdoggy
23 May 2018, 14:58
Forum: Episode / Movie Naming Scheme
Topic: Help Adding (.) to folder spaces
Replies: 5
Views: 5600

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 ...
by cyberdoggy
06 Nov 2016, 15:42
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

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'}
by cyberdoggy
05 Nov 2016, 18:23
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

Re: Help with Video Codec

Thank's rednoah, I Pieced something together with what you posted!
by cyberdoggy
05 Nov 2016, 14:36
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

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 10@L4@Main InternetMediaType video/H265 CodecID V_MPEGH/ISO/HEVC Codec V_MPEGH/ISO/HEVC Codec/String V_MPEGH/ISO/HEVC Codec_Profile Main 10@L4@Main Duration ...
by cyberdoggy
05 Nov 2016, 14:32
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

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 ...
by cyberdoggy
05 Nov 2016, 12:51
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

Re: Help with Video Codec

I hope this is what you were asking for...
https://drive.google.com/file/d/0B4syVb ... sp=sharing
by cyberdoggy
05 Nov 2016, 11:28
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

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 ...
by cyberdoggy
04 Nov 2016, 22:43
Forum: Episode / Movie Naming Scheme
Topic: Help with Video Codec
Replies: 11
Views: 13451

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 ...
by cyberdoggy
04 Oct 2016, 00:39
Forum: Help and Support
Topic: POSTBUCKET - where random posts in unrelated topics go
Replies: 1035
Views: 1120944

Re: Conditional Structures (if-then-else)

Thanks rednoah very useful stuff there ;)
by cyberdoggy
01 Oct 2016, 03:04
Forum: Episode / Movie Naming Scheme
Topic: How to add 10bit
Replies: 7
Views: 5252

Re: How to add 10bit

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 :)
Thanks Daniel3032 I got it with this {bitdepth+'bit'}
by cyberdoggy
25 Sep 2016, 18:42
Forum: Episode / Movie Naming Scheme
Topic: Help Cleaning Up Scheme
Replies: 3
Views: 3338

Re: Help Cleaning Up Scheme

Thanks rednoah I will play with it!
by cyberdoggy
25 Sep 2016, 12:58
Forum: Episode / Movie Naming Scheme
Topic: Help Cleaning Up Scheme
Replies: 3
Views: 3338

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 ...
by cyberdoggy
17 Sep 2016, 13:17
Forum: Windows
Topic: Manually Name
Replies: 3
Views: 3650

Re: Manually Name

Thank You rednoah
by cyberdoggy
17 Sep 2016, 12:16
Forum: Windows
Topic: Manually Name
Replies: 3
Views: 3650

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 ...
by cyberdoggy
04 Sep 2016, 01:41
Forum: Episode / Movie Naming Scheme
Topic: How to add 10bit
Replies: 7
Views: 5252

Re: How to add 10bit

rednoah That worked even better. But how can I get the "10" to say "10bit"
by cyberdoggy
04 Sep 2016, 01:06
Forum: Episode / Movie Naming Scheme
Topic: How to add 10bit
Replies: 7
Views: 5252

Re: How to add 10bit

Thanks, I played with it and it came out "Main 10@L4 Main" I just want the renamed file to just say "10bit"
by cyberdoggy
03 Sep 2016, 21:45
Forum: Episode / Movie Naming Scheme
Topic: How to add 10bit
Replies: 7
Views: 5252

How to add 10bit

I want to include the new 10bit along with my x265 encodes what should I add to make the rename have it included?