快速登录:  

Forum: VirtualDJ Technical Support

话题: Show value of "Field1" tag in Skin

由于该帖子已年深日久,可能包含陈旧过时或描述错误的信息。

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!
 

发表时间 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"/>
 

发表时间 Mon 08 Jul 19 @ 2:22 pm
Ah, great! This works! Thank you!
 

发表时间 Mon 08 Jul 19 @ 4:02 pm


(陈旧帖子或论坛版块会自动关闭)