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: Search: %replaygain_album_peak% GREATER 0 (Read 1079 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Search: %replaygain_album_peak% GREATER 0

Reply #1
GREATER, LESS and EQUAL compare integer numbers. This means 0.9 and 0.99 are interpreted as 0. This behaviour is described in the Query Syntax Help that comes with foobar2000. You can open this help file from several dialogs including the library search and the playlist search.

Search: %replaygain_album_peak% GREATER 0

Reply #2
Try:
Code: [Select]
"$replace(%replaygain_album_peak%,.,,)" GREATER 900000

and so forth.