Ingresar:     


Forum: VirtualDJ Skins

Tópico: Ask The DJ

Este tópico es antiguo y puede contener información incorrecta para la nueva versión.

Hi
This is more for my controller than a skin, but does anyone know if there is a way to program a button to do a search for the highlighted track when on the "ask the dj" sidelist, rather than having to right-click the icon alongside the track & select search.
I want to modify my track button, at the moment if you press it when on "ask the dj" it does a browser_enter function which results in a load error so I have modified it to

"browser_window "sidelist" ? sideview "ASKTHEDJ://" ? nothing : shift ? browser_remove : browser_enter : browser_enter"

However rather than 'nothing', it would be great if it took the track selected & performed a search.
Does anyone know if this is possible.

Thanks
 

Mensajes Wed 12 Sep 18 @ 1:47 pm
Just in case anyone else every finds this post looking for a solution, after a little playing around

search "`get_browsed_song 'title'`"

will perform a search on the askthedj song requested when in it's selected
 

I tried to automate "ask the dj --> karaoke" / "ask the dj --> sidelist" / "ask the dj --> automix" some time ago

as long as the message contains the song only and an entry in askthedj:// is selected in songs tab :
search "`get_browsed_song 'message'`"

to open to askthedj page:
browser_gotofolder 'askthedj://' & browser_window 'songs'
only if a message was received:
get_askthedj_unread & param_bigger 0 ? browser_gotofolder 'askthedj://' & browser_window 'songs'

Try to select last received request ... actions are delayed, may take more than 2.2s depending on DB size, result size, system load ...
browser_sort '-when' & repeat_start 'wt' 2200ms 1 & browser_scroll 'top'
 

Great thanks, this will come in real handy.
 



(Los tópicos y foros antiguos son automáticamente cerrados)