| Author |
Message |
psych
Guest
|
Posted:
Fri Oct 15, 2004 6:41 pm Post subject:
wildcards |
|
|
When using visual basic to run wmp, I would like to
search albums using a wildcard (such as - select any
albums containing the string: 'Songs of the')
Unfortunately, I cannot get wmp to recognise wildcards
(such as *)in my playlist searches.
Is it possible to use wildcards??
Thanks
|
|
| Back to top |
|
 |
godofcpu
Guest
|
Posted:
Mon Oct 18, 2004 8:11 pm Post subject:
RE: wildcards |
|
|
I do not believe this is possible directly. You can, however, do stuff like
this in an autoplaylist and is how I achieved this functionality in my C++
app. Just create a auto playlist with what you want to search for, then load
it into WMP as a file based playlist and it should contain all the songs that
meet your criteria when it loads.
"psych" wrote:
| Quote: | When using visual basic to run wmp, I would like to
search albums using a wildcard (such as - select any
albums containing the string: 'Songs of the')
Unfortunately, I cannot get wmp to recognise wildcards
(such as *)in my playlist searches.
Is it possible to use wildcards??
Thanks
|
|
|
| Back to top |
|
 |
Guest
|
Posted:
Thu Oct 21, 2004 1:21 pm Post subject:
RE: wildcards |
|
|
Thanks godofcpu - your solution worked great!!
| Quote: | -----Original Message-----
I do not believe this is possible directly. You can,
however, do stuff like
this in an autoplaylist and is how I achieved this
functionality in my C++
app. Just create a auto playlist with what you want to
search for, then load
it into WMP as a file based playlist and it should
contain all the songs that
meet your criteria when it loads.
"psych" wrote:
When using visual basic to run wmp, I would like to
search albums using a wildcard (such as - select any
albums containing the string: 'Songs of the')
Unfortunately, I cannot get wmp to recognise wildcards
(such as *)in my playlist searches.
Is it possible to use wildcards??
Thanks
.
|
|
|
| Back to top |
|
 |
|
|
|
|