Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Display list of songs in automix or sidelist
I would like to display a list on a screen stating the songs that are requested.
Something similar to the example below wich shows the songs in the automix list, but this only seems to work with automix enabled.
I can not figure out how to display the content of the automix (without enabling automix itself) or the sidelist.
Ideas are greatly appreciated

get_automix_song 'artist' 1
get_automix_song 'artist' 2
get_automix_song 'artist' 3

 

Posted Mon 12 Feb 24 @ 8:40 pm
locoDogPRO InfinityModeratorMember since 2013
save the strings as variables.
 

Posted Mon 12 Feb 24 @ 8:56 pm
locodog wrote :
save the strings as variables.


I'm sorry but I do not understand what you exactly mean.
The problem is get_automix_song 'artist' 1 returns an empty string since automix is not activated.
converting it to an new variable won't change that.
 

Posted Mon 12 Feb 24 @ 10:00 pm
locoDogPRO InfinityModeratorMember since 2013
get_browsed_song 'artist'
will return something, point at the songs, save as a variable, scroll thru the songs, save, display the variables in your skin.
 

Posted Mon 12 Feb 24 @ 11:22 pm
AdionPRO InfinityCTOMember since 2006
get_browsed_song also accepts an offset from the current item (get_browsed_song 1 'title'), although perhaps not useful in this case since it would start from the selected item, which may not be the currently playing item.
 

Posted Tue 13 Feb 24 @ 6:15 am