Scripting $neql not working in actions?

Can someone clarify then, is $neq not recognised by mp3tag within an action?

See the documentation:

... and then it depends an awful lot on what kind of action you have in mind.

As you have probably already read in the documentation in the meantime, the command is called
$neql(x,y)
meaning not equal
image

The opposite would be
$eql(x,y)
meaning equal

The other two commands are
$geql(x,y) (greater than or equal)
and
$leql(x,y) (less than or equal)

Your $neq (without lowercase L at the end) is not a valid command for Mp3tag scripting. It is only valid for some other scripting languages, like for example Windows CMD line batches.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.