Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Video skin - User Fields
Hi... I want to edit a video skin to include one of the User tag fields (User 1, User 2) on the displayed text for the current playing track. I've had a look through the SDK but I can't see what to 'get' or if there is a VDJScript action I can use to retrieve them as text.

Any clues?

This is a really niche usage so I'd rather not get distracted by 'why', but this would be really REALLY helpful if I could get it to work.

Cheers.
 

Posted Sun 02 Apr 23 @ 11:27 pm
locoDogPRO InfinityModeratorMember since 2013
get_loaded_song 'FIELD'

the skin being an xml remember you have to escape " as & quot; , & < > ' should be too but maybe it's not as important inside quotes for the xml param
get_loaded_song &apos;user 1&apos;
 

Posted Mon 03 Apr 23 @ 12:43 am
locodog wrote :
get_loaded_song 'FIELD'

the skin being an xml remember you have to escape " as & quot; , & < > ' should be too but maybe it's not as important inside quotes for the xml param
get_loaded_song 'user 1'


That's brilliant. Thanks. Works perfectly,.
 

Posted Mon 03 Apr 23 @ 9:44 pm