-search action can accept action queries using backtick
-fix case sensitivity for browsing unzipped skins
-in single-touch scroll mode, 2 fingers can be used to drag a song
-new vdjScript keyword: isok
-new vdjScript action: mix_and_load_next
-Fix using hot_cue action in stutter mode with keyboard
-Fix recurse not preserved when dropping a file on a virtual folder in the tree list
-fix case sensitivity for browsing unzipped skins
-in single-touch scroll mode, 2 fingers can be used to drag a song
-new vdjScript keyword: isok
-new vdjScript action: mix_and_load_next
-Fix using hot_cue action in stutter mode with keyboard
-Fix recurse not preserved when dropping a file on a virtual folder in the tree list
Posté Tue 19 May 15 @ 2:16 pm
-new vdjScript keyword: isok
Really? Where? (maybe I don't understand what this if for)
Really? Where? (maybe I don't understand what this if for)
Posté Tue 19 May 15 @ 3:00 pm
isok will return true if the following action/feature is available at that time. Its more or less what the can_sandbox does.. so instead of adding can_ to any action that may needs that, you can now use iosk action
Not sure for which actions is implemented though (mix_and_load_next is one of them)
Not sure for which actions is implemented though (mix_and_load_next is one of them)
Posté Tue 19 May 15 @ 5:42 pm
Search action backtick? What is backtick??
Does it mean if I've searched for say five different things, I can recall these searches without retyping?? No?
Does it mean if I've searched for say five different things, I can recall these searches without retyping?? No?
Posté Tue 19 May 15 @ 7:43 pm
Backtick is the character `
So you can now have ...
search "`get_browsed_title`"
or
search "`get_browsed_song 'genre'`"
which is equal to type the Title or Genre of the Browsed track in the Search box
Since the Search action expects a Text, the backitck ensures that the VDJ script action will be executed first, prior search gets the required text string.
So you can now have ...
search "`get_browsed_title`"
or
search "`get_browsed_song 'genre'`"
which is equal to type the Title or Genre of the Browsed track in the Search box
Since the Search action expects a Text, the backitck ensures that the VDJ script action will be executed first, prior search gets the required text string.
Posté Tue 19 May 15 @ 9:13 pm