I use cloudlists for my library browsing and when I do that there is a magnifying glass to the left of the track.
When I double click it with my mouse pad it will search "similar songs".
Is there a way to do that with VDJ script with the browse button on my SZ?
I have tried adding:
holding 2000ms ? search:browser_enter
Holding it down just focuses your cursor to the search box. I would like it to actually fill it in like it does when I double click with mouse.
I will try the get commands and see if that works too.
thanks.. LJ
When I double click it with my mouse pad it will search "similar songs".
Is there a way to do that with VDJ script with the browse button on my SZ?
I have tried adding:
holding 2000ms ? search:browser_enter
Holding it down just focuses your cursor to the search box. I would like it to actually fill it in like it does when I double click with mouse.
I will try the get commands and see if that works too.
thanks.. LJ
Mensajes Wed 07 Dec 16 @ 9:47 am
Took me forever to figure it out but I got it to search.
search "`get_browsed_song 'title'` `get_browsed_song 'artist'`"
search "`get_browsed_song 'title'` `get_browsed_song 'artist'`"
Mensajes Wed 07 Dec 16 @ 9:31 pm
Props
Mensajes Wed 07 Dec 16 @ 10:03 pm
Here is the whole script including holding down the button option.
holding 1000ms ? search "`get_browsed_song 'title'` `get_browsed_song 'artist'`":browser_enter
I am going to use this holding option for a few more buttons to give them more actions.
Hope this will help someone else out in the future!
LJ
holding 1000ms ? search "`get_browsed_song 'title'` `get_browsed_song 'artist'`":browser_enter
I am going to use this holding option for a few more buttons to give them more actions.
Hope this will help someone else out in the future!
LJ
Mensajes Thu 08 Dec 16 @ 6:54 pm
holding is useful, there's the double tap method too [see http://www.virtualdj.com/wiki/VDJScript%20Examples%20Database.html at the top]
Mensajes Thu 08 Dec 16 @ 7:21 pm