I can't understand why this is not working
<init action="var '$var' ? master_volume 50%"/>
<init action="set '$var'"/>
The skin wont load cuz there is a problem with the last part.
I know I dont need to use a variable for this simple command but the command is just to see if it has been executed for testing.
I'm really trying to pass a browser_gotofolder "path" command but I'm unsure how the skin script handles parameter syntax. and I thought maybe putting the path into a variable and the calling it might help.
Can anyone explain why
<init action="master_volume 50%"/> works
and
<init action="page +1"/> does not
I see no difference in syntax other maybe the + sign
or an example of someone using <init action=browser_gotofolder "path" command so I can look at the syntax.
The full command I want to execute looks like this
browser_gotofolder "M:\(Playlists)" & browser_folder +1 & browser_scroll +1 & browser_scroll +1 & browser_scroll +1 & automix_dueldeck
and works fine bound to a key (except the last part but I think is cuz I need a delay as I can start the mix with another key)
Thanks
<init action="var '$var' ? master_volume 50%"/>
<init action="set '$var'"/>
The skin wont load cuz there is a problem with the last part.
I know I dont need to use a variable for this simple command but the command is just to see if it has been executed for testing.
I'm really trying to pass a browser_gotofolder "path" command but I'm unsure how the skin script handles parameter syntax. and I thought maybe putting the path into a variable and the calling it might help.
Can anyone explain why
<init action="master_volume 50%"/> works
and
<init action="page +1"/> does not
I see no difference in syntax other maybe the + sign
or an example of someone using <init action=browser_gotofolder "path" command so I can look at the syntax.
The full command I want to execute looks like this
browser_gotofolder "M:\(Playlists)" & browser_folder +1 & browser_scroll +1 & browser_scroll +1 & browser_scroll +1 & automix_dueldeck
and works fine bound to a key (except the last part but I think is cuz I need a delay as I can start the mix with another key)
Thanks
geposted Mon 30 Sep 13 @ 5:28 am
What exactly do you wish to achieve with browser_folder +1 ?
geposted Tue 01 Oct 13 @ 8:14 am
if you save a folder as a favorite and place that folder at the bottom of the list it will automatically be open everytime you open VDJ
geposted Tue 01 Oct 13 @ 8:45 am