Sign In:     


Forum: VirtualDJ Skins

Topic: vdj script button to load next track in playlist

This topic is old and might contain outdated or incorrect information.

ok so the problem is its easy to get it to load the next track in playlist trouble is it only will load it into the current active deck i want it to load the next track in list into the deck thats not playing as like you have double clicked on a track
I know how to add the button just need to know the "action"
 

Posted Fri 12 Apr 13 @ 3:49 pm
The command is simply "Load" (or press L on your keyboard) once you have highlighted the file in the playlist.

Keith
 

point is i want a single button on the screen to load the next track in playlist without having to select it in the playlist reason being its for touch screen interface

playlist_load_and_remove kinda works but only on one deck unless you switch the active deck
 

I use this script for example for the left deck :

page 'browser' & browser_window 'songs' & browser_scroll +1 & deck left load

I think you can change it for a playlist (I have not tried) :

page 'browser' & browser_window 'playlist' & browser_scroll +1 & deck left load
 

but does that only load on left deck
 

no ! It was just for the example ! You can choice between : deck 1 or deck 2 or deck right or deck left or you write nothing.
If you write nothing = active deck :

page 'browser' & browser_window 'playlist' & browser_scroll +1 & load
 

fantastic that works perfect :)
 



(Old topics and forums are automatically closed)