Search found 45 matches

by cyberdoggy
21 Jan 2025, 00:28
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Release Groups {group}

Please add:

Code: Select all

Licdom
AOC
by cyberdoggy
28 Dec 2024, 13:27
Forum: Windows
Topic: check if the last episode of the season is present
Replies: 4
Views: 3610

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 ...
by cyberdoggy
27 Dec 2024, 20:43
Forum: Windows
Topic: check if the last episode of the season is present
Replies: 4
Views: 3610

Re: check if the last episode of the season is present

Thank You as always rednoah, I made it work beautifully. :)
by cyberdoggy
26 Dec 2024, 16:54
Forum: Windows
Topic: check if the last episode of the season is present
Replies: 4
Views: 3610

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 ...
by cyberdoggy
06 Oct 2024, 13:25
Forum: Feature Requests and Bug Reports
Topic: ACO Returning Bluray Disc
Replies: 4
Views: 5194

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 ...
by cyberdoggy
05 Oct 2024, 18:23
Forum: Feature Requests and Bug Reports
Topic: ACO Returning Bluray Disc
Replies: 4
Views: 5194

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 ...
by cyberdoggy
05 Oct 2024, 14:05
Forum: Feature Requests and Bug Reports
Topic: ACO Returning Bluray Disc
Replies: 4
Views: 5194

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 ...
by cyberdoggy
15 Aug 2024, 01:11
Forum: Help and Support
Topic: Help with sorting to different drives
Replies: 4
Views: 6204

Re: Help with sorting to different drives

Thanks for the cleanup and the lesson. I appreciate your help.
by cyberdoggy
11 Aug 2024, 00:09
Forum: Help and Support
Topic: Help with sorting to different drives
Replies: 4
Views: 6204

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 ...
by cyberdoggy
10 Aug 2024, 04:17
Forum: Help and Support
Topic: Help with sorting to different drives
Replies: 4
Views: 6204

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 ...
by cyberdoggy
26 May 2024, 17:53
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Re: Release Groups {group}

Please add

Code: Select all

NmCT
by cyberdoggy
18 Feb 2024, 17:26
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Re: Release Groups {group}

Found Another, please...
OlaM
by cyberdoggy
04 Sep 2023, 14:38
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Re: Release Groups {group}

Please add YTS.MX
by cyberdoggy
03 Jun 2023, 21:26
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Re: Release Groups {group}

Please Add

Code: Select all

WAR
by cyberdoggy
11 Mar 2023, 15:14
Forum: Episode / Movie Naming Scheme
Topic: How about sharing our format expressions?
Replies: 36
Views: 581019

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 ...
by cyberdoggy
28 Aug 2021, 01:08
Forum: Episode / Movie Naming Scheme
Topic: Why doesn't this Audio script work anymore?
Replies: 3
Views: 8564

Re: Why doesn't this Audio script work anymore?

Thanks, everybody, It's Working Again!
by cyberdoggy
27 Aug 2021, 01:40
Forum: Episode / Movie Naming Scheme
Topic: Why doesn't this Audio script work anymore?
Replies: 3
Views: 8564

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('.')}
by cyberdoggy
15 Mar 2019, 22:27
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Re: Release Groups {group}

[QxR]
by cyberdoggy
02 Feb 2019, 12:17
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 732
Views: 2147241

Re: Release Groups {group}

Tigole[QxR]
by cyberdoggy
18 Dec 2018, 00:42
Forum: Episode / Movie Naming Scheme
Topic: Special handling for Movie Collection folders
Replies: 5
Views: 5452

Re: Special handling for Movie Collection folders

Thanks, I shall play with it some more!
by cyberdoggy
16 Dec 2018, 17:25
Forum: Episode / Movie Naming Scheme
Topic: Special handling for Movie Collection folders
Replies: 5
Views: 5452

Re: Special handling for Movie Collection folders

Oh yes, sorry for the duplicate post as I am totally confused about this.
by cyberdoggy
16 Dec 2018, 16:52
Forum: Episode / Movie Naming Scheme
Topic: Special handling for Movie Collection folders
Replies: 5
Views: 5452

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 ...
by cyberdoggy
07 Dec 2018, 00:17
Forum: Episode / Movie Naming Scheme
Topic: using new {ci}binding
Replies: 1
Views: 3251

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 ...
by cyberdoggy
22 Jul 2018, 17:39
Forum: Help and Support
Topic: How to Capitalize whole {Tag} word?
Replies: 2
Views: 2281

Re: How to Capitalize whole {Tag} word?

Thanks, rednoah! ;)
by cyberdoggy
22 Jul 2018, 15:21
Forum: Help and Support
Topic: How to Capitalize whole {Tag} word?
Replies: 2
Views: 2281

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?