Is there a way to always show time remaining so I don't have to click it every time I start the program?
geposted Mon 10 Mar 08 @ 10:39 pm
time remaining for a song???.........there'r some skins that allow you to toggle between time elapsed and time remaining just by clicking on the time...I think you have to be a pro-version user to be able to download though......:-(
geposted Tue 11 Mar 08 @ 12:00 am
lennyndegwa wrote :
there'r some skins that allow you to toggle between time elapsed and time remaining just by clicking on the time...
If you read the topic, you'll see this is exactly what he tries to avoid.
Your solution is to unzip the skin you are using, and open the .xml file
in any text editor (notepad will do fine). Find the expression %spent
which is in <text> element under format="" parameter for both
channels (twice), followed by alternate text element (<text2>) which is
displayed after clicking on it. This one has the value of %left, so
if you switch the values between these two you'll have remaining time
by default, and spent time as an alternate text.
Remember to rezip the skin and put it back in the Skin folder.
geposted Tue 11 Mar 08 @ 2:34 am
Thanks very much that worked perfectly.
geposted Tue 11 Mar 08 @ 5:06 pm