|
Slink-e / CDJ Discussion Archive #9 Help with random serachPosted By: Mike Hardy <mhardy@h...> Sorry about the errors in my last post. I went to preview and hit post. I want to create a search in my map file that will play everything but some key words I have added to the database. How do I create a search so it is exclusive of the keywords, but random across all other tracks? I have included the two automation scripts below. The first one is random, but it plays EVERYTHING. I want to skip the kw = kids. # Play Random cdir01:4 { cdj:playlist_stop cdj:playlist_mode[manual] cdj:playlist_clear cdj:playlist_stop cdj:playlist_mode[random ] cdj:playlist_pointer[top] cdj:playlist_play } # Play Kids cdir01:5 { ccdj:playlist_stop cdj:playlist_mode[manual] cdj:playlist_clear cdj:search_mode[track] cdj:playlist_clear cdj:search[kw=kids] cdj:playlist_mode[random] cdj:playlist_pointer[top] cdj:playlist_play } Mike Responses To This Message
Slink-e / CDJ Discussion Archive #9 is maintained by slinke-bbs-owner@nirvis.com with WebBBS 3.21. |