Recreating the Stock Smartlists is documented here:
http://wiki.jriver.com/index.php/Default_SmartlistsHowever, I actually prefer a non-stock Needs Analysis search. I don't remember anymore, but I don't think the stock one has been updated for the new Analysis system, and I think it could miss some that were analyzed the old way, but don't have
all of the information filled.
Instead, I use this:
[Media Type]=[Audio],[Video] [=If(IsEqual(IsEmpty([Volume Level (R128)]):IsEmpty([Volume Level (Replay Gain)]):IsEmpty([Dynamic Range (R128)]):IsEmpty([Dynamic Range (DR)]):IsEmpty([Peak Level (R128)]):IsEmpty([Peak Level (Sample)]):IsEmpty([BPM]), 1, 7), 1, 0)]=1 ~sort=[Media Type]-d,[Filename]
That will find any audio or video file which is missing a value in any one of these fields:
* [Volume Level (R128)]
* [Volume Level (Replay Gain)]
* [Dynamic Range (R128)]
* [Dynamic Range (DR)]
* [Peak Level (R128)]
* [Peak Level (Sample)]
* [BPM]
It works based on this expression:
If(IsEqual(IsEmpty([Volume Level (R128)]):IsEmpty([Volume Level (Replay Gain)]):IsEmpty([Dynamic Range (R128)]):IsEmpty([Dynamic Range (DR)]):IsEmpty([Peak Level (R128)]):IsEmpty([Peak Level (Sample)]):IsEmpty([BPM]), 1, 7), at least one empty, all filled)
Which works based on this handy method to do AND, OR, and XOR type operations in Expressions:
http://wiki.jriver.com/index.php/Boolean_OperationsAs is my custom, I find it works best if you make a Media View for these, instead of using an actual Smartlist. That way, you can use Panes to filter the results, and select only those files you want to deal with at the moment. Make a new Media View and add this same search to the
Set Rules for File Display search in the View. This works best, obviously, if you have a custom Advanced top-level Media View which shows all files (audio, video, images, etc with no restrictions).
Click to embiggen.It works quite well. I do find that I occasionally have files that are partially analyzed (and I need to deselect the Skip Analyzed Files option in the Analyzer dialog to get them to re-analyze). I think these are all old files that were analyzed with MC's old system, and haven't been re-done. Not sure. Either way, this search ensures all of the relevant fields get filled.