How to query Foobar to retrieve songs having length = mm:ss?

1

Is there a way to search in Foobar for files having length, lets's say, 3:05 [min:sec]? Thanks.

pmp

Posted 2013-03-29T20:49:43.323

Reputation: 11

Will have to look into search options, but why not add a length column and sort by that? – Karan – 2013-03-31T16:40:07.517

Answers

2

In any search field (Ctrl+F or Media Library search), type %length% EQUAL 185 (in seconds). You can also use the GREATER or LESS keywords instead of EQUAL.

Cutter

Posted 2013-03-29T20:49:43.323

Reputation: 374

1

You can use %length_seconds% and then keep working with that.

Example: I use this query to show all songs longer than 20 minutes (all the live- and dj-sets):

%length seconds% GREATER 900

Simon

Posted 2013-03-29T20:49:43.323

Reputation: 11