|
|
#1 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Alter Winamp Taskbar Title
How can I change Winamp's taskbar title to dislay the current tracks time remaining and get rid of those *** when it's set to scroll the title?
|
|
|
|
|
|
#2 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
http://nunzioweb.com/daz/ttm.html allows you to remove the *** part and custom parts of the text though it doesn't have the means to insert the current track's position or remaining time into it. will log it to look into adding over the next few days.
-daz |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Tried it, works great with it's current functionality. Would really love it if you could integrate the track time. Please keep me updated if any progress is made. Thanks for the speedy reply.
|
|
|
|
|
|
#4 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
i'll need to have a think over how to deal with updating the text when scrolling is enabled (is a lot simpler when scrolling is off) as need to update the state on a timer but am sure i can work out something
![]() -daz |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Great, hope it works out. Have you ever thought of altering the text state based on playback. I have something in mind like scrolling while playing, blinking when paused and static when stopped. That would just be gravy though
|
|
|
|
|
|
#6 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
TTM (or Winamp) seems to have a bug with remembering unicode text from a previous session.
I used it to enter some sort of abstract symbols from the end of the character map. Some display OK, but when Winamp is closed and restarted I get ?s instead. I'm in Win7 x64. Also, is there a placeholder I can use to keep leading/trailing spaces from being erased on Winamp restarts? Sorry for posting here, searched forums and didn't see an official TTM thread .P.S., I even tried out Unicode Taskbar Fixer 2. Didn't help. |
|
|
|
|
|
#7 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
what string are you trying to set into the plug-in (may be safer to save it into a text file saved as unicode and then attach that) ?
though i'm wondering if there's something else going on (probably an older plug-in) as it should be remembering everything correctly as i'm working with unicode throughout the plug-in. a plug-in list -> http://forums.winamp.com/showthread....161361#plugins may help -daz |
|
|
|
|
|
#8 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Here's the requested files, hope they help.
|
|
|
|
|
|
#9 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
rightio, plug-ins look clear and i've just tried with your string and i now see what you mean with the ? and the leading space being removed (that's down to the ini setting reading code so i'll need to change how i save things).
it looks like putting double quotes around the string will preserve the leading space though won't resolve the ? issue. -daz |
|
|
|
|
|
#10 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Tried double quotes. At first they showed up in the title, but after restarting Winamp they disappeared and the spaces were remembered. So that's a partial fix
|
|
|
|
|
|
#11 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
aye, i can make the plug-in do the double-quote part in the background everytime so that will resolve that issue, just trying to work out why it's not liking the ⁞ character (which i like, didn't know about that character
)-daz |
|
|
|
|
|
#12 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
TipTop isn't liking unicode characters either (w/ UTF2), so whatever fix you cook up should be applied there as well. Sorry 'bout all the bugs/requests; just like your plug-ins. They're very useful and help Winamp work the way I like.
|
|
|
|
|
|
#13 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
tiptop has a separate update in progress which i've been using with UTF2 without issue (UTF2 isn't needed with tiptop as it was designed to cope with the unicode taskbar text from the start).
however most likely the tiptop issues you're seeing are down to the last public version of it not being a true unicode plug-in (which i've now resolved in my internal version), just have to finish the albumart additions before i can roll the update out for testing. don't worry about all of the posts, i'd rather have lots of posts than none as at least it shows someone is using some of the plug-ins i spend hours on making, heh -daz |
|
|
|
|
|
#14 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
pm sent with a link to a test build to fix the unicode & spaces issues.
-daz |
|
|
|
|
|
#15 | |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
haven't forgotten this and looks like i've got things working to update the taskbar text with current / remaining time even with scrolling on (that was a fun one to work out). and as a bonus it seems to be ok on my XP and Win7 machines which is a bonus. just need to sort out some update issues when the [paused] and [stopped] states happen (with the option to show those states checked).
Quote:
am hoping to have something for you to test out within the next 24hrs as i'd like to bump this to a 2.0 sooner (as i found a few other issues with the 1.0 release that could do with going live for others as well ).-daz |
|
|
|
|
|
|
#16 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Nice to see you made so much progress!! Thanks for the update (and the effort).
|
|
|
|
|
|
#17 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
pm sent with link to a test build
![]() -daz |
|
|
|
|
|
#18 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
just uploaded v2.0 of the plug-in to http://nunzioweb.com/daz/ttm.html which adds the time playing / remaining and fixes a few client issues.
GravAMP: i've made a note of the other things you've mentioned though not sure if i'll get around to looking into all of them due to some issues with how the plug-in overrides Winamp's behaviour but hopefully v2.0 is fine for your needs for the time being ![]() -daz |
|
|
|
|
|
#19 | |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Quote:
's scrolling also enabled. The added scroll speed from 's default scroll is actually a positive , helps to have it scroll faster when a really long entry is put into TTM.Thanks for your help; TTM2 is just what I was hoping for and more !! |
|
|
|
|
|
|
#20 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
|
|
|
|
|
|
#21 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
|
|
|
|
|
|
#22 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
that's pretty much how this plug-in started off back in 2005, hehe. btw i've not forgotten the other things, just pushed for time due to other constraints so may be a week or two before i get around to resolving them now.
-daz |
|
|
|
|
|
#23 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
No problem
, you've been plenty helpful as is. I'll check your website regularly for updates seeing as I use several of your plug-ins.
|
|
|
|
|
|
#24 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
I'm trying to use TTM to display the total track length [hh:mm:ss] TrackTitle when playback is stopped, and display playback time remaining (-hh:mm:ss) TrackTitle once playback has resumed.
The above code fails to perform the multiplication of -1*PlaybackTimeRemaining, thus A≠B and TTM never returns the then statement when playback is stopped.code: ![]() I always get the else statement regardless of playback state. I'm not sure whether putting multiplication in an if statement is the causation or if Winamp simply isn't capable of multiplying a digit with a field. ![]() P.S. I used to use the following code, which worked perfectly, but would rather display the time remaining instead of elapsed during playback. code: |
|
|
|
|
|
#25 |
|
Junior Member
Join Date: Jun 2007
Location: Moscow
Posts: 16
|
I "heal" the problem with only "***" in windows 7 task bar like this:
1. Remove "UnicodeTaskbarFix.w5s" from Winamp\System\ directory if installed. 2. Remove all 3rd parties plugins mentioned in this thread. 3. Turn off advanced title formatting (General Preferences - Titles) and "Scroll title in the Windows Task bar" (General Preferences). 4. Restart Winamp. 5. Turn on advanced title formatting (General Preferences - Titles). 6. Restart Winamp. 7. Turn on "Scroll title in the Windows Task bar" (General Preferences). 8. Restart Winamp. Maybe this way will help somebody else. Last edited by JBitch; 18th May 2011 at 15:01. |
|
|
|
|
|
#26 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
JBitch: "heal" what problem?
-daz |
|
|
|
|
|
#27 |
|
Junior Member
Join Date: Jun 2007
Location: Moscow
Posts: 16
|
The problem with only "***" in windows 7 taskbar without any title text.
PS. I tried to install taskbar title plugin but it crashes every time I enter any ATF variable. |
|
|
|
|
|
#28 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
well *** shouldn't be the only thing showing in the taskbar irrespective of any plug-ins present (though it's only shown by Winamp if scrolling of the title is enabled). so i'm still not sure what it is you're trying to achieve by your first post (plus the unicode taskbar fixer w5s shouldn't have any effect on things other than fixing broken 3rd party plug-ins).
as for the crash in the plug-in, without any details, examples of what you've tried to enter i can't look to even try to fix the crash (assuming it's based against the current version of the plug-in). -daz |
|
|
|
|
|
#29 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
JBitch, that's not a problem I was aware of. This thread is about customizing text shown in the taskbar.
TTM has worked great on my Win7 machine, never had a problem with ATF crashing Winamp through use of TTM. Another plugin could be interfering with TTM, you should try disabling other plugins to find if one is the culprit. PS The only problem I rose in this thread is in my last post (the one about 4 posts up). Windows 7 Professional 64-bit (6.1, Build 7601) Winamp 5.62 (5.6.2.3161) |
|
|
|
|
|
#30 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
GravAMP: i don't think the multiply support in ATF is meant to work with negative values (which explains why it then fails) but would need to look at what it's actually meant to do for such things. (p.s. hadn't seen your previous post until the new posts today)
-daz |
|
|
|
|
|
#31 |
|
Junior Member
Join Date: Jun 2007
Location: Moscow
Posts: 16
|
GravAMP OK. I tried to find the thread with a bug when only "***" (sic) is shown in taskbar and found only this one. So if this thread about customisation only - forget my post and you can stop discuss it.
And yeah... I know that crashes happen due to some problem with other plugins. DrO. I will post info about installed plugins in appropriate thread. By the way, I've got crashes using ATF variables in separator plugin as well
|
|
|
|
|
|
#32 |
|
Junior Member
Join Date: Jun 2007
Location: Moscow
Posts: 16
|
DrO
As far as I can't find another threat about TaskbarTextMod so I'm attaching my plugins list here. I've got Winamp crashes trying to add any ATF variable in TaskbarTextMod and Separator plugins. |
|
|
|
|
|
#33 |
|
Junior Member
Join Date: Jun 2009
Posts: 8
|
list of functions and variables
Hi,
Is there a list of variables and functions somewhere? I assume the if statement above is not a standard language... The reason I'm asking is because I'm looking for a variable to call a "new line." Thanks, mizr3en |
|
|
|
|
|
#34 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
http://media.winamp.com/main/help/50/atf/atf.htm though i'm pretty such you're not going to be able to split the text over multiple lines (if i remember what can and cannot be used for taskbar item text).
-daz |
|
|
|
|
|
#35 |
|
Junior Member
Join Date: Jun 2009
Posts: 8
|
Thanks for the info, you're right I was unable to find a function for new line.
|
|
|
|
|
|
#36 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,489
|
there isn't a function which will do it anyway since Winamp's playlist editor doesn't support multiple lines. however, even forceably adding the newline characters into the edit box in the plug-in shouldn't work as i tried to point out.
-daz |
|
|
|
|
|
#37 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Calling a new line ...
Hi mizr3en, in response to Dr.O's response.
You may be able to use \n to add a line break, it was implemented in another one of Dr.O's plugins and may also be present in TTM. As Dr.O stated though The %title% at the end is not a part of the either statement; it is a part of the line thoughcode:
Windows 7 Professional 64-bit (6.1, Build 7601) Winamp 5.62 (5.6.2.3161) |
|
|
|
|
|
#38 | |||
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
Yoooh! jBitch
MAKE SURE your mp3s are properly tagged before using these (i.e. taskbar text mod, playlist separator) plug-ins. Telling them to look for tagged fields which aren't there, could result in a crash. Calling an empty field in the tagged mp3 could result in you not making any sense ![]() P.S. this entire thread is about plug-ins which customize your experience. Not about skinz customization, in case that is how you interpreted my original reply.Now for an attempt at an actual answer to your solution, make sure there is a check mark in the 'Use advanced title formatting when possible' field. The radio field located above that option is also relevant, I use the first (1st) option. Quote:
Quote:
Quote:
Windows 7 Professional 64-bit (6.1, Build 7601) Winamp 5.62 (5.6.2.3161) |
|||
|
|
|
|
|
#39 |
|
Junior Member
Join Date: Jun 2009
Posts: 8
|
thanks guys, even though I can only use one line the plug-in makes the experience better
|
|
|
|
|
|
#40 |
|
Junior Member
Join Date: Sep 2010
Location: USA
Posts: 45
|
So you're saying the \n function didn't work for splitting TOOLTIP lines in TaskbarTextMod?
Just curious. Windows 7 Professional 64-bit (6.1, Build 7601) Winamp 5.62 (5.6.2.3161) |
|
|
|
![]() |
|
|||||||
| Tags |
| taskbar title, track time |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|