What is script command to display a song album & year on a skin in VDJ 7 ?. Thanks.
Posté Thu 21 Apr 16 @ 1:57 pm
Each skin has it's own programming so there's not a universal way to add it. Depends what skin you're using as the XML will have to be changed.
Some custom skins allow you to display that information but not all.
Some custom skins allow you to display that information but not all.
Posté Thu 21 Apr 16 @ 2:00 pm
This is the entry in my xml file but it does not work.
<text font="arial" size="16" color="#ffffff" align="center" weight="bold" format="`deck active get loaded_song 'album'`" scroll="no"/>
<text font="arial" size="16" color="#ffffff" align="center" weight="bold" format="`deck active get loaded_song 'album'`" scroll="no"/>
Posté Thu 21 Apr 16 @ 9:40 pm
Another script question
the shortcut script below always try to play deck 4 even when no track is loaded.
deck 4 loaded & down ? deck 4 play & crossfader 100% : deck 2 play & crossfader 100%
Im trying to create a shortcut, so if a track is loaded on deck 4 and the key is down, deck 4 will play and when you release the key deck 2 will start playing, If deck 4 has no track loaded, deck 2 alone should play. now both deck play.
the shortcut script below always try to play deck 4 even when no track is loaded.
deck 4 loaded & down ? deck 4 play & crossfader 100% : deck 2 play & crossfader 100%
Im trying to create a shortcut, so if a track is loaded on deck 4 and the key is down, deck 4 will play and when you release the key deck 2 will start playing, If deck 4 has no track loaded, deck 2 alone should play. now both deck play.
Posté Thu 21 Apr 16 @ 9:58 pm