Sign In:     


Forum: VirtualDJ Skins

Topic: I was feeling blue today - Page: 1

This part of topic is old and might contain outdated or incorrect information

I decided to tweak some colours...



Now I need a blue browser.
 

Posted Mon 07 Jul 14 @ 2:52 pm
PMSL - even the songs are "blue"

Blue browser code from EXPO:


<browser>
<pos x="" y="" width="" height=""/>
<colors background="transparent">
<lists background="transparent" stripes="#325561" over="#00FFFF" overstripes="#00FFFF" selected="#0097C9" focus="#0097C9" text="#FFFFFF"
overtext="#000000" selectedtext="#FFFFFF" focustext="#FFFFFF" automix="#999999" livefeedback="#999999"
download="#00FF00" scan="#FFFF00" button="#FF0000" buttonover="#FFFFFF" buttonselected="#FFFFFF" buttonactive="#FFFFFF" insert="#2E2E2E" />
<columns background="#325561" text="WHITE" />
<grids background="#325561" over="#00FFFF" selected="#0097C9" focus="#0097C9" text="#FFFFFF" overtext="#000000"
selectedtext="#FFFFFF" focustext="#FFFFFF" stripes="#0097C9" overstripes="#325561" selectedstripes="#325561" focusstripes="#325561" label="#CCCCCC" />
<toolbars background="#325561" text="#FFFFFF" iconbackground="#0097C9" border="#999999" />
<info background="transparent" stripes="#325561" text="#FFFFFF" label="#5e5e5e" artist="#FFFFFF" title="#FFFFFF" />
</colors>
</browser>

 

Sorted.....

 

now add a "S" for Superman and upload as a "limited edition"...;)
 

Oh, you mean sort of....

 

yah?...

 

Ok I see but you still have those stripes on every other track, those are the lines I do not want at all.
 

So you just make the stripes the same colour as the background (in this case, as the background is set to be transparent so shows the colour from the png).

Find the hex code for the colour of the darker lines (or the background) and then set the same colour for the stripes.

 

It change the stripes to "transparent"

 

djtouchdan wrote :
It change the stripes to "transparent"



ok,so how can we change this ?
 

You must edit the XML-File of the skin. Look for the Browser section:

<browser toolbar="yes" effects="yes" >
<pos x="9" y="518" width="1422" height="373"/>
<colors background="transparent">
<toolbars background="#101010" text="#cbc9c9" iconbackground="#000000" border="#999999" />
<lists background="#2E2E2E" stripes="transparent" over="#B3B3B3" overstripes="#B3B3B3" selected="#000080" focus="#000080" text="#cbc9c9" overtext="#000000" selectedtext="#ffffff" focustext="#ffffff" automix="#999999" livefeedback="#999999" download="#999999" scan="#999999" button="#2E2E2E" buttonover="#2E2E2E" buttonselected="#2E2E2E" buttonactive="#2E2E2E" insert="#2E2E2E" />

Set stripes to transparent.
 

DJ-Elliot wrote :
You must edit the XML-File of the skin. Look for the Browser section:

<browser toolbar="yes" effects="yes" >
<pos x="9" y="518" width="1422" height="373"/>
<colors background="transparent">
<toolbars background="#101010" text="#cbc9c9" iconbackground="#000000" border="#999999" />
<lists background="#2E2E2E" stripes="transparent" over="#B3B3B3" overstripes="#B3B3B3" selected="#000080" focus="#000080" text="#cbc9c9" overtext="#000000" selectedtext="#ffffff" focustext="#ffffff" automix="#999999" livefeedback="#999999" download="#999999" scan="#999999" button="#2E2E2E" buttonover="#2E2E2E" buttonselected="#2E2E2E" buttonactive="#2E2E2E" insert="#2E2E2E" />

Set stripes to transparent.


thank you,but i can not find that section in the xml file,the only browser section i found is this one:



<group name="browser">
<browser>
<size width="1901" height="539"/>
<pos x="9" y="532"/>
</browser>
</group>

</Skin>
ps: i am a mac user

grtz.
 

What you see is the default browser code. You can add to it by including the extra code.

See the image at the top of this thread (default browser) and then how it changed when I added the code which djtouchdan posted (next pic).

If that's all you want to change, you can strip it down to just:

<colors>
<lists stripes="transparent" />
</colors>

 

groovindj wrote :
What you see is the default browser code. You can add to it by including the extra code.

See the image at the top of this thread (default browser) and then how it changed when I added the code which djtouchdan posted (next pic).

If that's all you want to change, you can strip it down to just:

<colors>
<lists stripes="transparent" />
</colors>

thnx,

i copy and paste it in to the xml file but still no luck,what am i doing wrong?
sorry for my bad english.

grtz.
 

Maybe you put it in the wrong location?

Which skin are you using? Maybe your skin has more than one <browser></browser> section, in which case you need to enter the extra code in each section.

If your skin has multiple XML files, make sure you wrote to the correct one!

You should insert the <color> tags in between the <browser> tags, like so:

<browser>
<size etc>
<pos etc>
<colors>
<your choices>
</colors>
</browser>
 

groovindj wrote :
Maybe you put it in the wrong location?

Which skin are you using? Maybe your skin has more than one <browser></browser> section, in which case you need to enter the extra code in each section.

If your skin has multiple XML files, make sure you wrote to the correct one!

You should insert the <color> tags in between the <browser> tags, like so:

<browser>
<size etc>
<pos etc>
<colors>
<your choices>
</colors>
</browser>
the skin i use=VirtualDJ 8 FullScreen Browser
the only section i found with "browser" is this:
</group>

<pannel id="regbrowser" group="browser" visible="yes">
<browser visibility="not skin_pannel 'fullbrowser'">
<pos x="12" y="560"/>
<size width="1897" height="508"/>
</browser>
</pannel>

<group name="fullbrowser_group">
<menu>
<pos x="1212" y="11"/>
<size width="44" height="26"/>
<off x="447" y="1192"/>
<over x="447" y="1224"/>
<icon x="594" y="1420" height="26" dx="0" dy="0"/>
<tooltip>Browser display</tooltip>
<item text="Regular Browser" action="skin_pannel 'regbrowser' on" check="skin_pannel 'regbrowser'" />
<item text="Full Browser" action="skin_pannel 'fullbrowser' on" check="skin_pannel 'fullbrowser'" />
<item text="Bigger Browser" action="skin_pannel 'bigbrowser' on" check="skin_pannel 'bigbrowser'" />
<!-- <text format="Browser"/> -->
</menu>
<!-- <button action="skin_pannel 'fullbrowser' toggle">
<pos x="1212" y="11"/>
<tooltip>Browser full screen</tooltip>
<size width="44" height="26"/>
<off x="447" y="1192"/>
<on x="447" y="1256"/>
<over x="447" y="1224"/>
<icon x="506" y="1394" height="26" dx="0" dy="0"/>
</button> -->
<pannel id="fullbrowser" group="browser" visible="no">
<pos x="12" y="47"/>
<size width="1897" height="1021"/>
<browser>
<pos x="+0" y="+0"/>
<size width="1897" height="1021"/>
</browser>
</pannel>
<pannel id="bigbrowser" group="browser" visible="no">
<pos x="12" y="200"/>
<size width="1897" height="868"/>
<down x="11" y="1006"/>
<browser>
<pos x="+0" y="+5"/>
<size width="1897" height="863"/>
</browser>
</pannel>
</group>
</Skin>
if this is any help for you for helping me out?
thank you
grtz paul
 

Just look for any line that has </browser> and insert the code above it. That should do the trick.

Disclaimer: back up your original before changing anything.
 

groovindj wrote :
Just look for any line that has </browser> and insert the code above it. That should do the trick.

Disclaimer: back up your original before changing anything.


i have tried this but still no luck there,
this is what i have changed:

<group name="browser">
<browser>
<size width="1901" height="539"/>
<pos x="9" y="532"/>
<colors>
<lists stripes="transparent" />
</colors>
</browser>
</group>
this is the xml file from the altern 8 skin
i must be missing something here……..

sorry again for the bad englisch
and thank you for your help.

grtz.
 

Try this :

<group name="browser">
<browser>
<size width="1901" height="539"/>
<pos x="9" y="532"/>
<colors>
<lists stripes="#202020" />
</colors>
</browser>
</group>

 

Fruit wrote :
Try this :

<group name="browser">
<browser>
<size width="1901" height="539"/>
<pos x="9" y="532"/>
<colors>
<lists stripes="#202020" />
</colors>
</browser>
</group>









sorry,but i am still missing something here……………..
 

57%