Page 1 of 1

Auto Play List with SQL SELECT command

Posted: Sun Mar 11, 2012 8:48 am
by sopito
Hi

I find the possibilities in MM to define criteria for autoplaylists and collections rather limited. If I am not mistaken you can either have A and B and C... or A or B or C...
Something like (A or B) and C is not possible.

At least for those who can write their own SQL statements it would be extremly helpful if there would be a possibility to enter custom SLECT statements as criterium for collections and autoplaylists. These collections and autoplaylists could then be populated with the songs having the selected ID

SELECT ID FROM songs WHERE ...

Regards
Stefan

Re: Auto Play List with SQL SELECT command

Posted: Sun Mar 11, 2012 10:34 pm
by Lowlander
Already requested.

You can still achieve this in MediaMonkey, but with a bit more work. You'll need multiple playlists and reference between them to do AND and OR.

Re: Auto Play List with SQL SELECT command

Posted: Thu Mar 15, 2012 12:26 pm
by Mizery_Made
It depends on what "AND/ORs" you're trying to do. Some of them are possible with a single playlist.

Re: Auto Play List with SQL SELECT command

Posted: Mon Apr 16, 2012 3:01 pm
by sopito
Lowlander wrote:Already requested.

You can still achieve this in MediaMonkey, but with a bit more work. You'll need multiple playlists and reference between them to do AND and OR.
Yes, indeed - I discovered the posibility of cross referencing playlists just today. However, I would still like to maintain my request, simply because it would be so much more powerful.

Stefan