Search found 46 matches
- 18 May 2025, 01:56
- Forum: Episode / Movie Naming Scheme
- Topic: How about sharing our format expressions?
- Replies: 37
- Views: 606027
"The Beast" My Latest and Greatest Script
This may not be for everyone... { def tags = (binding.hasVariable('tags') && tags != null) ? tags : [] def root = { def drive = 'I:/' def base = hd?.toUpperCase()?.contains('UHD') ? 'Movies 4K' : 'Movies' def codec = vc =~ /AV1/ ? 'AV1' : vc =~ /HEVC|265/ ? 'x265' : vc =~ /AVC|264/ ? 'x264' : vc ...
- 21 Jan 2025, 00:28
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 733
- Views: 2288031
Release Groups {group}
Please add:
Code: Select all
Licdom
AOC
- 28 Dec 2024, 13:27
- Forum: Windows
- Topic: check if the last episode of the season is present
- Replies: 4
- Views: 3951
Re: check if the last episode of the season is present
This is the Episode format I have developed it may not be perfect for some but it is working for me right now. J:/TV Series/{ model.episode.containsAll(episodelist.findAll{ it.e && it.s == s }.episode) ? '[complete Seasons]' : '[incomplete Season]' }/{csv('C:/FileBot Settings/TV ...
- 27 Dec 2024, 20:43
- Forum: Windows
- Topic: check if the last episode of the season is present
- Replies: 4
- Views: 3951
Re: check if the last episode of the season is present
Thank You as always rednoah, I made it work beautifully. 

- 26 Dec 2024, 16:54
- Forum: Windows
- Topic: check if the last episode of the season is present
- Replies: 4
- Views: 3951
check if the last episode of the season is present
When I am renaming episodes I want it to check if the last episode of the season is present if it is then I would like it and everything before it moved to a [Complete Seasons] Folder if not then I would like it placed in a [Current Season] Folder. I am using the format box Editor in the Windows ...
- 06 Oct 2024, 13:25
- Forum: Feature Requests and Bug Reports
- Topic: ACO Returning Bluray Disc
- Replies: 4
- Views: 5721
Re: ACO Returning Bluray Disc
Thanks as usual rednoah I set it up as this {audio[0].Format_Commercial ? (audio[0].Format_Commercial.contains('Atmos') ? audio[0].Format_Commercial.replace('Dolby TrueHD with Dolby Atmos', 'TrueHD') .replace('Dolby Digital Plus with Dolby Atmos', 'DD+') + ' ' + channels + 'CH Atmos' : audio[0 ...
- 05 Oct 2024, 18:23
- Forum: Feature Requests and Bug Reports
- Topic: ACO Returning Bluray Disc
- Replies: 4
- Views: 5721
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 ...
- 05 Oct 2024, 14:05
- Forum: Feature Requests and Bug Reports
- Topic: ACO Returning Bluray Disc
- Replies: 4
- Views: 5721
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: 6755
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: 6755
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 ...
- 10 Aug 2024, 04:17
- Forum: Help and Support
- Topic: Help with sorting to different drives
- Replies: 4
- Views: 6755
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 ...
- 26 May 2024, 17:53
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 733
- Views: 2288031
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: 733
- Views: 2288031
Re: Release Groups {group}
Found Another, please...
OlaM
OlaM
- 04 Sep 2023, 14:38
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 733
- Views: 2288031
Re: Release Groups {group}
Please add YTS.MX
- 03 Jun 2023, 21:26
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 733
- Views: 2288031
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: 37
- Views: 606027
MY Script I have been working on for years and is pretty close to being perfect for me!
{ hd =~ /UHD/ ? 'F:/' : 'I:/' }{ hd =~ /UHD/ ? 'Movies 4K' : 'Movies' } ({ vc?.replace('AVC', 'x264')?.replace('HEVC', 'x265') })/ {az}/ {any{ collection?.replaceFirst(/^(?i)(The|A|An)\s(.+)/, '$2, $1')?.replace(':', ' -') }{''}}/ {any{ '[' + ci + ']' }{''}} {n.replaceFirst(/^(?i)(The|A|An)\s ...
- 28 Aug 2021, 01:08
- Forum: Episode / Movie Naming Scheme
- Topic: Why doesn't this Audio script work anymore?
- Replies: 3
- Views: 8652
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: 8652
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: 733
- Views: 2288031
- 02 Feb 2019, 12:17
- Forum: Episode / Movie Naming Scheme
- Topic: Release Groups {group}
- Replies: 733
- Views: 2288031
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: 5638
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: 5638
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: 5638
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 ...
- 07 Dec 2018, 00:17
- Forum: Episode / Movie Naming Scheme
- Topic: using new {ci}binding
- Replies: 1
- Views: 3328
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 ...
- 22 Jul 2018, 17:39
- Forum: Help and Support
- Topic: How to Capitalize whole {Tag} word?
- Replies: 2
- Views: 2347
Re: How to Capitalize whole {Tag} word?
Thanks, rednoah! 
