Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Looking for the VDJ 8 codes for "Year" "Album" and "Label" tags

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

The VDJ 8 skin uses "%Author" to display the track Artist. When I use "%Label", that is exactly what appears on the skin, ie, %Label instead of the label name. I'd also like to put in the Year and Album tags.

Any ideas on a source for the existing names of those tags?
 

Posted Tue 16 Dec 14 @ 9:55 am
Dodge57PRO InfinityMember since 2009
you must use the instructions get loaded_song, so you can have all the tags

format="`get loaded_song 'title'`"
format="`get loaded_song 'artist'`"
format="`get loaded_song 'year'`"

and more...
 

Posted Tue 16 Dec 14 @ 12:22 pm
djdadPRO InfinityDevelopment ManagerMember since 2005
or ..
action="get_loaded_song 'title'"
action="get loaded_song 'artist'"
action="get loaded_song 'year'"
action="get loaded_song 'Label'"
etc
without the `
In version 8, textzones can have action instead of format too.
 

Posted Wed 17 Dec 14 @ 2:04 pm
Thank you! Now it works as I hoped, using the "action" command.
Syntax with a single underscore and spaces properly located turns out to be important.
 

Posted Wed 17 Dec 14 @ 4:38 pm


(Old topics and forums are automatically closed)