Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: <field> GREATER <field> (Read 896 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

<field> GREATER <field>

Hey :). I'm trying to get all songs that have ID3 tag "ratingMin" greater than ID3 tag "ratingMax". I have these as %ratingMin% and %ratingMax%. These are custom ID3 tags I added to the songs. It works fine to write %ratingMin% GREATER 30 but I want to find songs where I made mistakes and min rating is greater than max rating :).

Re: <field> GREATER <field>

Reply #1
Code: [Select]
"$ifgreater(%ratingmin%,%ratingmax%,1,0)" IS 1

 

Re: <field> GREATER <field>

Reply #2
Fantastic! Thank you so much! :D. I knew Foobar would be up to the task and even more importantly, this awesome community! :)