Search found 40 matches
- Yesterday, 18:23
- Forum: Feature Requests and Bug Reports
- Topic: ACO Returning Bluray Disc
- Replies: 3
- Views: 65
Re: ACO Returning Bluray Disc
I couldn't figure out how to send a screenshot so I copied and pasted this info. I am guessing this is where the error is coming from on the 1st Audio tab. Format AC-3 Format/String E-AC-3 JOC Format/Info Enhanced AC-3 with Joint Object Coding Format/Url https://en.wikipedia.org/wiki/AC3 Format_Comm...
- Yesterday, 14:05
- Forum: Feature Requests and Bug Reports
- Topic: ACO Returning Bluray Disc
- Replies: 3
- Views: 65
ACO Returning Bluray Disc
Hi, For some reason I am using this code { aco.replace('Dolby TrueHD with Dolby Atmos', 'TrueHD.Atmos').replace('Dolby TrueHD', 'TrueHD').replace('DTS-HD Master Audio', 'DTS-HD').replace('Dolby Digital Plus with Dolby Atmos', 'DD+.Atmos') .replace('Dolby Digital Plus', 'DD+').replace('Dolby Digital'...
- 15 Aug 2024, 01:11
- Forum: Help and Support
- Topic: Help with sorting to different drives
- Replies: 4
- Views: 2333
Re: Help with sorting to different drives
Thanks for the cleanup and the lesson. I appreciate your help.
- 11 Aug 2024, 00:09
- Forum: Help and Support
- Topic: Help with sorting to different drives
- Replies: 4
- Views: 2333
Re: Help with sorting to different drives
Thanks rednoah My script was a little more complex so I cheated with an AI bot and got this line working quite well. {fn=~/2160p/ ? (vc in ['x264', 'AVC'] ? 'F:\\Movies 4K (x264)' : vc=='HEVC' ? 'I:\\Movies 4K (x265)' : 'I:\\Movies 4K (' + vc + ')') : (vc in ['x264', 'AVC'] ? 'F:\\Movies (x264)' : v...
- 10 Aug 2024, 04:17
- Forum: Help and Support
- Topic: Help with sorting to different drives
- Replies: 4
- Views: 2333
Help with sorting to different drives
OK, it's probably pretty simple but I cannot get it right. What I want is if a video is x264 then I want it to move to a folder on my F:\ drive that would be F:\Movies (x264), If it is any other codec I want it to go to I:\Movies (whatever the codec is). I have been trying for a few hours but just c...
- 26 May 2024, 17:53
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 700
- Views: 1787608
Re: Release Groups {group}
Please add
Code: Select all
NmCT
- 18 Feb 2024, 17:26
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 700
- Views: 1787608
Re: Release Groups {group}
Found Another, please...
OlaM
OlaM
- 04 Sep 2023, 14:38
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 700
- Views: 1787608
Re: Release Groups {group}
Please add YTS.MX
- 03 Jun 2023, 21:26
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 700
- Views: 1787608
Re: Release Groups {group}
Please Add
Code: Select all
WAR
- 11 Mar 2023, 15:14
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 34
- Views: 531098
MY Script I have been working on for years and is pretty close to being perfect for me!
{fn=~/2160p/?'Movies 4K':'Movies'} {vc=~/HEVC|265|AV1/?(vc=='AV1'?'(AV1)':'(x265)'):'(x264)'}/{ norm = { it.colon(' - ').tr('*?|', ' !-') .asciiQuotes() .replaceAll(/\b(?i)[IVX]+\b/, { it.upper() }) .replaceAll(/\b[0-9](?i:st|nd|rd|th)\b/, { it.lower() }) .replaceAll(/(Collection) of the (.+)/, /$2...
- 28 Aug 2021, 01:08
- Forum: Episode / Movie Naming Scheme
- Topic: Why doesn't this Audio script work anymore?
- Replies: 3
- Views: 7984
Re: Why doesn't this Audio script work anymore?
Thanks, everybody, It's Working Again!
- 27 Aug 2021, 01:40
- Forum: Episode / Movie Naming Scheme
- Topic: Why doesn't this Audio script work anymore?
- Replies: 3
- Views: 7984
Why doesn't this Audio script work anymore?
It was working fine and one day I opened up Filebot and it no longer functioned?
Code: Select all
{"$ac "+af.replace('8ch', 'DD+7.1CH').replace('7ch', '6.1CH').replace('6ch', 'DD.5.1CH').replace('3ch', '2.1CH').replace('2ch','2.0CH')+""}.join('.').space('.')}
- 15 Mar 2019, 22:27
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 700
- Views: 1787608
- 02 Feb 2019, 12:17
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 700
- Views: 1787608
Re: Release Groups {group}
Tigole[QxR]
- 18 Dec 2018, 00:42
- Forum: Episode / Movie Naming Scheme
- Topic: Special handling for Movie Collection folders
- Replies: 5
- Views: 4451
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: 5
- Views: 4451
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: 5
- Views: 4451
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: 2593
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: 1928
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: 1928
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: 4333
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: 4704
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: 4704
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: 4704
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: 11394
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'}