feat(legacy): add filename block criteria (#3015)

### Description

Adds filename block criteria because sometimes you just need the
filename and the ID3 tags won't do.

Closes  #3014
This commit is contained in:
dakriy 2024-06-22 02:51:59 -07:00 committed by GitHub
parent 7f3f318601
commit 4642b6c08e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 269 additions and 394 deletions

View file

@ -1102,6 +1102,7 @@ var criteriaTypes = {
info_url: "s",
year: "n",
track_type_id: "tt",
filepath: "s",
};
var stringCriteriaOptions = {