--
*blorp*
Currently, if you want to filter by two ratings, you have to include
(safe || suggestive)
or !questionable, !explicit
. That works fine, but I thought this might be more efficient:(safe || suggestive)
--> <suggestive
(Alias: <s
)(questionable || explicit)
--> >questionable
(Alias: >q
)