Quick Sign In:  

Forum: VirtualDJ Skins

Topic: Denon internal mixer skin

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

I'm using the Denon Internal Mixer as Skin from dj Angelmx.
Where in the xml file can I change the letters from the song in the players. I want them a little bigger and also bold.
 

Posted Fri 05 Oct 07 @ 8:20 am
Search for "textzone" and "%title" or "%author" within the text editor.

If you want the font to bold write it this way (change the bolded properties) :

<textzone resetcounter="true" chan="1">
<size width="10" height="10"/>
<pos x="100" y="100"/>
<text font="LCD" size="11" color="white" weight="bold" align="center" format="%author"/>
</textzone>

If the "weight" property doesn't exist, add it.
 

The only thing I could find was:

<textzone chan="1">
<size width="228" height="14"/>
<pos x="173" y="275"/>
<text font="Arial" size="14" color="#DBE3FC" format="%author - %title" scroll="no"/>
</textzone>

and

<textzone chan="2">
<size width="228" height="14"/>
<pos x="714" y="275"/>
<text font="Arial" size="14" color="#DBE3FC" format="%author - %title" scroll="no"/>
</textzone>

Don't know what to edit now.
 

So you just have to change the "size" property of the "text" element, then add the "weight" property, just as I wote bold in the example in my previous post.
 

Thanks for yout help but I can't fix it.

Now I get an Anvalid skin error in line 0.

This is how it looks now:

<textzone chan="1">
<size width="228" height="14"/>
<pos x="173" y="275"/>
<text font="Arial" size="11" color="#DBE3FC" weight="bold" format="%author - %title" scroll="no"/>
</textzone>

<textzone chan="2">
<size width="228" height="14"/>
<pos x="714" y="275"/>
<text font="Arial" size="11" color="#DBE3FC" weight="bold" format="%author - %title" scroll="no"/>

This is the whole xml file:

<Skin name="Denon INSPIRE" author="AngelMx" version="V4" width="1024" height="768">
<copyright>- (c)2006 by AngelMx - Bolivia </copyright>

[EDIT by FRUiT : So we won't need the whole file]
</skin>
 

So there are a few problems with your new skin file.

First it is not the last version of the denon inspire skin, which indicates version="5" in its header (instead of "V4").

So, If the xml file was for an older VDJ version (i.e. 2.1 or less than 3) it won't work until you add a "logo" element somewhere in the xml part. I didn't see it nowhere in the version you sent.

I guess you'll want to re-dl the last version (already containing the logo element), where you will be able to re-do the mods you wanted (you wrote them the right way, the two textzones you sent in example are fully working so don't change anything there but simply use the correct last skin xml file version).
 

Thanks for your help Fruit !!!

Gonna give it a try
 

Tell us here if it worked please ^^
 

qe onda loco
 

Fruit,

It didnĀ“t work for me

If you download this :http://www.virtualdj.com/addons/skin.html?id=3759
Now you install this one and open the skin directory.
I opend th Denon Internal mixer xml file:

And then ????


Can you tell me exactly what to do till the moment I choose the new skin in Vdj?
 

Quote :
The only thing I could find was:

<textzone chan="1">
<size width="228" height="14"/>
<pos x="173" y="275"/>
<text font="Arial" size="14" color="#DBE3FC" weight="bold" format="%author - %title" scroll="no"/>
</textzone>

and

<textzone chan="2">
<size width="228" height="14"/>
<pos x="714" y="275"/>
<text font="Arial" size="14" color="#DBE3FC" weight="bold" format="%author - %title" scroll="no"/>
</textzone>

Don't know what to edit now.

Change or add the red things in your quote I don't know how to explain better...
 

Strange Fruit.

I took the Denon sugestion skin and did the things you said and it works immediatly.
Thanks anyway
 



(Old topics and forums are automatically closed)