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:
parent
7f3f318601
commit
4642b6c08e
5 changed files with 269 additions and 394 deletions
|
@ -1102,6 +1102,7 @@ var criteriaTypes = {
|
|||
info_url: "s",
|
||||
year: "n",
|
||||
track_type_id: "tt",
|
||||
filepath: "s",
|
||||
};
|
||||
|
||||
var stringCriteriaOptions = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue