Hunting for MP3's

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Hunting for MP3's

Post by aurumdigitus »

Does there exist any easy way to local MP3's by properties such as Title or Artist using the built-in Find functions without having to resort to scripting using such as the TYPE command?

aliteralmind
Posts: 261
Joined: 02 Dec 2014 16:49

Re: Hunting for MP3's

Post by aliteralmind »

I'd like to be know how to search by bit-rate, too.
Windows 8.1, 64-bit

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Hunting for MP3's

Post by bdeshi »

in name field:
prop:<property Name> or #<property Index>: <property value to search for>

syntax note: http://www.xyplorer.com/release_8.70.htm

btw what's the type command?

edited.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Hunting for MP3's

Post by aurumdigitus »

Wow! Registered this puppy in 2008 yet almost every day continue learn something new with the kind tutorage of folks such as yourself. Not quite the built-in way hoped for but after a little bit of study got it to work.
And when going to Configuration | File Info to get a list of the Tags and their ID's Don has even included a "Copy All Items". That man thinks of everything!
SammaySarkar wrote:btw what's the type command?
Sorry - mind not still fully functional after too much holiday grog. :oops:

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Hunting for MP3's

Post by aurumdigitus »

@SammaySarkar - A thought occurred overnight. Is it possible to configure this to search for multiple items simultaneously so long as they are of the same Type?

Have tried but can't get it to work. Maybe a syntax error on my end.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Hunting for MP3's

Post by bdeshi »

Of course.
These will find my Beatles songs or my rock music: (finds both "with a little help from my friends" by Beatles, "livin on a prayer" a rock song not by them)

Code: Select all

prop:#mp3.artist:"The Beatles";prop:#mp3.genre:"Rock"

Code: Select all

:prop:#mp3.artist:"The Beatles" OR prop:#mp3.genre:"Rock"
note the beginning : to denote boolean

Also, this will find songs that are by Beatles AND are rock music:

Code: Select all

:prop:#mp3.artist:"The Beatles" AND prop:#mp3.genre:"Rock"
note the beginning : to denote boolean

Also XY can search among multiple filetypes too.
Search for Bon Jovi songs and also programs by you-know-who:

Code: Select all

 prop:#mp3.artist:"Bon Jovi";prop:company:"www.xyplorer.com"
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Hunting for MP3's

Post by aurumdigitus »

With this knowledge in hand 2015 will now be replete with much productive searching! :appl:

aurumdigitus
Posts: 1075
Joined: 30 May 2008 21:02
Location: Lake Erie

Re: Hunting for MP3's

Post by aurumdigitus »

In case it might not be self-evident to those reading this thread all of this also works with Quick Search (F3).

Very handy :!:

eil
Posts: 1866
Joined: 13 Jan 2011 19:44

Re: Hunting for MP3's

Post by eil »

Code: Select all

prop:#mp3.artist:"Bon Jovi"
is a good search pattern. can smb say how to edit Quick Search Info Tips to add it(and some more patterns) there?
Win 7 SP1 x64 100% 1366x768|1900x1080

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: Hunting for MP3's

Post by bdeshi »

You can stick the pattern to Quick Search box's dropdown list.

Go to Tools->List Management->Quick Search.
Then add this as a new entry at the top:

Code: Select all

-----> mru
Then paste the search pattern above that line.

So the top of the listbox should be like this:
2015-01-05_232256.png
Any pattern added before the `-----> mru` line is permanently stickied to the dropdown.

This trick applies to most all List Mgmt lists+associated dropdowns. :wink:
To see the attached files, you need to log into the forum.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply