I have disc IDs of the form - e.g. 00044006483429-2, and want an Mp3tag filter expression to target a set of thousands of them.
What is the preferred expression form? The best I have come up with is
(GTIN IS 00044006483429 AND DISCNUMBER MATCHES ^2/) OR...
but that's going to make a very long string ... and I am wary of whatever limit the filter has, not to mention the execution time.
Any advice gratefully received. Thanks.