airdcpp-web / airdcpp-release-validator

AirDC++ extension that performs various validations for release directories
1 stars 3 forks source link

Feature Request: Find Release inside Release #11

Open danoe opened 3 years ago

danoe commented 3 years ago

Some people like to put dirfix/nfofix and other releases inside the original release. So it would be nice to have the validator find detect these releases.

Expample: Movie.2020.COMPLETE.BLURAY-GROUP/Movie.2019.DIRFIX.COMPLETE.BLURAY-GROUP

I might look into adding this myself later but thought I just write it down for now.

maksis commented 3 years ago

Maybe you could only match common invalid subdirectories (such as dirfixes) instead any releases? The goal has been to make the validators work without any extra config. PRs are definitely welcome.