Search found 3 matches

by FamousOneDay
03 Apr 2021, 03:53
Forum: Episode / Movie Naming Scheme
Topic: How to use the replaceAll with exclusion
Replies: 2
Views: 2171

Re: How to use the replaceAll with exclusion

Thank you.
For some reason the code from the link didn't work but yours did.

didn't work

Code: Select all

{if (vc == x265) ' .HEVC'}

Code: Select all

{vc == x265 ? ' .HEVC' : null}
worked

Code: Select all

{vc =~ /x265/ ? '.HEVC' : null}
by FamousOneDay
02 Apr 2021, 17:06
Forum: Episode / Movie Naming Scheme
Topic: How to use the replaceAll with exclusion
Replies: 2
Views: 2171

How to use the replaceAll with exclusion

Hello. Been piecing together what i can from other people's expressions and trying to learn. Is there a way to exclude things? So for example, I would like to have the video codec show in the file name only if its x265 and if so, change from x265 to HEVC, otherwise don't include at all.| Been using ...
by FamousOneDay
24 Mar 2020, 06:57
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 682
Views: 1582848

Re: Release Groups {group}

When i add the following: {'.'+group}
I'm not getting any release group at all. It should be showing RARBG