Quick Sign In:  

Forum: VirtualDJ Technical Support

Topic: Show value of "Field1" tag in Skin

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

Hi! I am using my own skin and I am trying to modify it so it does show the value of the "Field1" (User1) tag next to the %Title on the current deck.

I tried something like this:

<text size="23" align="left" weight="bold" format="%Field1"/>

But this does not work. I also tried "%user1", "%field1" etc. but none of these display the value of that tag.

Does anybody have an idea? Could it be that custom tags are not supported within Skins?

Thanks!
 

Posted Mon 08 Jul 19 @ 12:00 pm
NicotuxHome userMember since 2014
<text size="23" align="left" weight="bold" format="%Field1"/>

using format and percent values are the old way
you now can use action and get_loaded_song

<text size="23" align="left" weight="bold" action="get_loaded_song Field1"/>
 

Posted Mon 08 Jul 19 @ 2:22 pm
Ah, great! This works! Thank you!
 

Posted Mon 08 Jul 19 @ 4:02 pm


(Old topics and forums are automatically closed)