INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Search Help...  (Read 557 times)

TopDownDriver

  • World Citizen
  • ***
  • Posts: 204
Search Help...
« on: July 29, 2021, 10:02:30 am »

I need to find all tracks of a specific genre which are longer than a set amount.  Don't care that they are from multiple albums.

For example: all tracks from Genre: Soundtrack longer than 9 Minutes.

How can one accomplish this, if it is at all possible.

Thanks
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8943
Re: Search Help...
« Reply #1 on: July 29, 2021, 12:24:16 pm »

Code: [Select]
[media type]=[audio] [Genre]=[Soundtrack] [Duration]=>540
Get at a list of all your audio files.
Copy the code above and paste it into your MC search bar.
Job done. (at its most simple and basic level, it answers your question.)

There are many different ways you could arrive at this that might offer you more flexibility with regard to, selecting genres, for example.

Imagine a panes view that only lists tracks longer than nine minutes coupled with, at least, a "Genre" pane. The "Genre" pane would be automatically limited to only those values represented by the files in the list. Selecting "Soundtrack" gives the files you were looking for... Select a different genre, and, you see what I mean? The "more than nine minutes" thing is already taken care of.

A primer for creating your own views can be found here: https://yabb.jriver.com/interact/index.php?topic=68960.0

-marko

TopDownDriver

  • World Citizen
  • ***
  • Posts: 204
Re: Search Help...
« Reply #2 on: July 29, 2021, 01:00:05 pm »

Thanks for the simple and straight forward answer.  Really helped!
Logged
Pages: [1]   Go Up