Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   Winamp3 Technical Support (http://forums.winamp.com/forumdisplay.php?f=131)
-   -   winamp3 autoscroll songnames (http://forums.winamp.com/showthread.php?t=99454)

eazy 15th August 2002 00:05

winamp3 autoscroll songnames
 
How do you turn it off in Winamp 3? :)

kernal32 15th August 2002 00:51

There doesn't appear to be option for this in the initial final release. However it may appear in a future release many are demanding for it.

Might want to see if its requested on the wish list, and if it isn't then why not add it?

eazy 15th August 2002 02:24

k
 
Thx, I should have checked that message board first. ;)

rm' 15th August 2002 02:36

There is a workaround to this missing feature, but it involves editing the skin. Assuming you are using the default skin:

Go to the Winamp3 program directory, open the folder "Skins", and rename "Default.wal" to "Default.zip". Open the file, and browse to the folder "XML". Extract the file "player-normal-group.xml". Open this file with your prefered text editor. Hit F3, and search for the string "ticker". You will see the following:

code:
<!-- Song Name Ticker -->
<text
id="songticker" ticker="1"
display="songname" default="" showlen="1"
x="103" y="8"
w="157" h="14"
font="wasabi.font.default" fontsize="13"
/>



Change to:
code:
<!-- Song Name Ticker -->
<text
id="songticker" ticker="0"
display="songname" default="" showlen="1"
x="103" y="8"
w="157" h="14"
font="wasabi.font.default" fontsize="13"
/>



Save the file, and reinsert into the zip ("Default.zip"). Rename "Default.zip" to "Default.wal", and you are all set.


All times are GMT. The time now is 11:56.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.