CommunityScripts icon indicating copy to clipboard operation
CommunityScripts copied to clipboard

[renamerOnUpdate] Expand scope of prevent_title_performer to remove duplicate when $title is before $performer

Open echo6ix opened this issue 3 years ago • 1 comments

@Belleyy

This only prevents duplicates if $performer is before $title, but some people have the $title before the $performer, such as {$studio}.{$date}.{$title}{.$performer}.

Remove duplicate text when $title is before $performer. This is applicable for a lot of scenes that use the performer name as the title.

echo6ix avatar Dec 19 '22 11:12 echo6ix

I implemented something like this for my own use with the previous version of the Script.

It would prevent outputting the Performer if the Performer name was in the title.

I also implemented something to skip the Performer if the Performer name was in the file path.

I'm going to have a look at this now in the new version, and will speak to @Belleyy if it is of any use.

BlokeCDP avatar Dec 28 '22 22:12 BlokeCDP