Help - Search - Members - Calendar
Full Version: Replay gain
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Sandman2012
Is there a way to search the DB and query which tracks don't have replay gain? I have the Extended Search plugin, and tried a boolean for %__replaygain_track_gain% and came up with a bunch of positives, but I want to reverse that. I don't know enough about queries to figure it out on my own.
MachineHead
<field> MISSING" - Returns only items with the <field> missing (or empty).

Or something like this:

__replaygain_track_gain MISSING


EDIT: Using Extended Playlist Generator
Squeller
If you use columnsUI you could put all your stuff into one playlist, add a column and sort by %__replaygain_album_gain% / %__replaygain_track_gain%
Bachi-Bouzouk
I got a column UI script here:
http://www.hydrogenaudio.org/forums/index....l=rename&st=775

that you can download here:
http://eolindel.free.fr/foobar/4nT1.zip
if there are replaygain info, into the RG colum, there is not any pink dot
if replaygain info are missing, there are one or two pink dots (one dot=track or album gain missing, two means both are missing), I think it is quite useful.
Sandman2012
QUOTE(MachineHead @ May 7 2005, 06:24 PM)
<field> MISSING" - Returns only items with the <field> missing (or empty).

Or something like this:

__replaygain_track_gain MISSING


EDIT: Using Extended Playlist Generator
*


I'm still confused. Do I use a boolean search? Where does the word missing go? I tried and it returned all my tracks again.

edit: I knew I could do a sort in columns ui, but I was hoping to find a way to do it with the Search so I wouldn't have to muck about chaning FCS's and such.
dano
To reverse in the extended search, just do:
$if(%__replaygain_track_gain%,,1) as Format, type boolean
Sandman2012
Works. Thanks. smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.