Quick Sign In:  

Forum: General Discussion

Topic: VDJScript = Toggle Genre Tag

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

doug9474ControlleristMember since 2019

I made a script to toggle the Genre tag instead of having to type it.. Not sure if there's a better way to do this, but the script is something like this:

get_browsed_song 'Genre' & param_equal 'One' ?
browsed_song 'Genre' 'Two' : get_browsed_song 'Genre' & param_equal 'Two' ?
browsed_song 'Genre' 'Three' : get_browsed_song 'Genre' & param_equal 'Three' ?
get_browsed_song 'Genre'& browsed_song 'Genre' 'Four' :
browsed_song 'Genre' 'One'

a new line can be copied for each Genre. First and last line should have the same Genre
 

Posted Sun 06 Oct 19 @ 8:34 pm


(Old topics and forums are automatically closed)