WEB.DL

All your suggestions, requests and ideas for future development
Post Reply
cheesemaker
Posts: 49
Joined: 03 Sep 2012, 10:52

WEB.DL

Post by cheesemaker »

Hi,

Filebot differs "WEB-DL" and "WEB.DL". Looks like Filebot is using a wildcharacter for "web.dl". It would be good if it could match "WEB-DL" and "WEB.DL" to the same, so that I can't get duplicated files like:

Code: Select all

/mypath/MyShow.S01E01.AC3.1080p.WEB-DL.AVC-GROUP1.mkv
/mypath/MyShow.S01E01.AC3.1080p.WEB.DL.AVC-GROUP1.mkv
Thanks,
User avatar
rednoah
The Source
Posts: 22975
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: WEB.DL

Post by rednoah »

Do it in the format ;)

Code: Select all

{group.replaceAll('(?i)WEB.DL', 'WEB-DL')}
:idea: Please read the FAQ and How to Request Help.
Post Reply