Complete preliminary find and replace rules
Tested by replacing AJR with John Van Derwood. Need to test on albums and artists, as well as matching on one piece of metadata, and replacing another
This commit is contained in:
parent
445ca45fa9
commit
87a2fe2d34
4 changed files with 41 additions and 15 deletions
|
|
@ -21,7 +21,7 @@ If
|
|||
<select name="match-cond" id="match-cond">
|
||||
<option value="is">is</option>
|
||||
<option value="contains">contains</option>
|
||||
<option value"matches">matches regex</option>
|
||||
<option value="matches">matches regex</option>
|
||||
</select>
|
||||
<input type="text" name="match-txt" id="match-txt">
|
||||
<button type="button" onclick="condAdd()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue