Hi, Does anyone know of a skin or a hot key that enables us to hide the track names on the decks on the fly? I hate lazy Dj's that stand behind you writing down all the track names of songs they don't have. I know Serato has this.. thanks
Posted Wed 05 Dec 12 @ 7:46 pm
you can edit a skin .
Open with an editor and search for ARTIST and SONG . Duplicate the lines and change the colour .
you need to find something like this :
<text font="ARIAL GREEK" size="16" color="#FFFFFF" weight="bold" format="%Author" scroll="no"/>
WHERE #FFFFFF IT MEANS white . if your background is BLACK , do this :
<text font="ARIAL GREEK" size="16" color="BLACK" weight="bold" format="%Author" scroll="no"/>
SO , you will have this values :
<text font="ARIAL GREEK" size="16" color="#FFFFFF" weight="bold" format="%Author" scroll="no"/>
<text font="ARIAL GREEK" size="16" color="BLACK" weight="bold" format="%Author" scroll="no"/>
put the files again inside a zip and copy to skins folder .
NOw you have white and black letters ;-)
Open with an editor and search for ARTIST and SONG . Duplicate the lines and change the colour .
you need to find something like this :
<text font="ARIAL GREEK" size="16" color="#FFFFFF" weight="bold" format="%Author" scroll="no"/>
WHERE #FFFFFF IT MEANS white . if your background is BLACK , do this :
<text font="ARIAL GREEK" size="16" color="BLACK" weight="bold" format="%Author" scroll="no"/>
SO , you will have this values :
<text font="ARIAL GREEK" size="16" color="#FFFFFF" weight="bold" format="%Author" scroll="no"/>
<text font="ARIAL GREEK" size="16" color="BLACK" weight="bold" format="%Author" scroll="no"/>
put the files again inside a zip and copy to skins folder .
NOw you have white and black letters ;-)
Posted Wed 05 Dec 12 @ 8:42 pm