Hunting for MP3's
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Hunting for MP3's
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
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: Hunting for MP3's
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.
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 ]
[ this user is asleep ]
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Hunting for MP3's
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!
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!
Sorry - mind not still fully functional after too much holiday grog.SammaySarkar wrote:btw what's the type command?
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Hunting for MP3's
@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.
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
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)
note the beginning : to denote boolean
Also, this will find songs that are by Beatles AND are rock music: 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:
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"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"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 ]
[ this user is asleep ]
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Hunting for MP3's
With this knowledge in hand 2015 will now be replete with much productive searching! 
-
aurumdigitus
- Posts: 1075
- Joined: 30 May 2008 21:02
- Location: Lake Erie
Re: Hunting for MP3's
In case it might not be self-evident to those reading this thread all of this also works with Quick Search (F3).
Very handy
Very handy
-
eil
- Posts: 1866
- Joined: 13 Jan 2011 19:44
Re: Hunting for MP3's
Code: Select all
prop:#mp3.artist:"Bon Jovi"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
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:Then paste the search pattern above that line.
So the top of the listbox should be like this: Any pattern added before the `-----> mru` line is permanently stickied to the dropdown.
This trick applies to most all List Mgmt lists+associated dropdowns.
Go to Tools->List Management->Quick Search.
Then add this as a new entry at the top:
Code: Select all
-----> mruSo the top of the listbox should be like this: Any pattern added before the `-----> mru` line is permanently stickied to the dropdown.
This trick applies to most all List Mgmt lists+associated dropdowns.
To see the attached files, you need to log into the forum.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
XYplorer Beta Club