Home stereo display, For trackinfo mod panel |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Home stereo display, For trackinfo mod panel |
Aug 28 2006, 12:02
Post
#76
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
1.Does it happens to every track?
2.If not,what is the length of the track in the image? -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 13:39
Post
#77
|
|
|
Group: Members Posts: 40 Joined: 14-September 02 From: Munich Member No.: 3367 |
damn it, there is another problem
![]() as you can see, the play-symbol isn't correct. could be related to a wrongly installed font. which one is responsible for the symbol? another really odd thing is the playcount-number. the second parentheses is shown after the second number, not after the third... i have just copied and pasted the code. 5 minutes ago again, but with the same result. thanks in advance. edit: font installation under windows makes me mad... did it again and now it works. This post has been edited by RadioactiveMan: Aug 28 2006, 13:41 |
|
|
|
Aug 28 2006, 13:49
Post
#78
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
VERSION 1.3 is out (see the first post)
-------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 14:15
Post
#79
|
|
![]() Group: Members Posts: 863 Joined: 15-November 04 From: East Lansing,MI Member No.: 18153 |
Thanks for the cool display.
I tweaked mine a bit so that rather than the date of the last play, it displays "today", "yesterday" or the number of days its been since the track was played. CODE $get(active) $if(%last_played%, $puts(diff,$cwb_datediff(%last_played%,%cwb_systemdate%)) $ifgreater(1,$get(diff),today,$ifgreater(2,$get(diff),yesterday,$get(diff) days)),..........) requires my foo_cwb_hooks plugin. -------------------- There used to be a link to my website here.
|
|
|
|
Aug 28 2006, 14:19
Post
#80
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Thanks for the cool display. I tweaked mine a bit so that rather than the date of the last play, it displays "today", "yesterday" or the number of days its been since the track was played. CODE $get(active) $if(%last_played%, $puts(diff,$cwb_datediff(%last_played%,%cwb_systemdate%)) $ifgreater(1,$get(diff),today,$ifgreater(2,$get(diff),yesterday,$get(diff) days)),..........) requires my foo_cwb_hooks plugin. First of all you welcome,second as you've probably seen i also make an intensive use of your plugin in the later versions.(Thanks for it) -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 14:24
Post
#81
|
|
|
Group: Members Posts: 57 Joined: 31-July 06 From: Germany Member No.: 33495 |
1.Does it happens to every track? 2.If not,what is the length of the track in the image? hm, i got some drum-n-bass sets in my playlists and they are often >60mins. so, i tested, and, the mistake is corrected, if the "playing moment" (i got a bad english.. sorry) of the current mp3 is above 10mins and, it happens with every mp3 file i have in my playlist unless it reaches the 10mins e: perhaps, it's because some tracks are displayed with eg 1:30:40 length in the playlist, but i'm not sure This post has been edited by ktr: Aug 28 2006, 14:26 |
|
|
|
Aug 28 2006, 14:27
Post
#82
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
I'll check it.
-------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 14:31
Post
#83
|
|
|
Group: Members Posts: 57 Joined: 31-July 06 From: Germany Member No.: 33495 |
hm, also the complete file length works correct if the track is above 10mins long
e:\ as long as the track is not longer as 60mins This post has been edited by ktr: Aug 28 2006, 14:39 |
|
|
|
Aug 28 2006, 15:20
Post
#84
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
hm, also the complete file length works correct if the track is above 10mins long e:\ as long as the track is not longer as 60mins In one thing you're right:there's no support for tracks bigger than 60m,but it's not a bug,but was designed this way.About the files with length<10m,can you tell me please how their %_time_total% displayed in lets say playlist view?Could it be something like 0:01:23? This post has been edited by Russell777: Aug 28 2006, 15:20 -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 15:24
Post
#85
|
|
|
Group: Members Posts: 57 Joined: 31-July 06 From: Germany Member No.: 33495 |
|
|
|
|
Aug 28 2006, 15:30
Post
#86
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Your problem can be reproduced if these line in the code are screwed up: CODE $if($stricmp($len(%_time_elapsed%),4),$puts(time,$insert(0,%_time_elapsed%,3)), $puts(time,%_time_elapsed%)) $if(%_time_total%, $if($stricmp($len(%_time_total%),4),$puts(total,$insert(0,%_time_total%,3)), $puts(total,%_time_total%)),$puts(total,__:__)) Try to repaste the code -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 15:40
Post
#87
|
|
|
Group: Members Posts: 57 Joined: 31-July 06 From: Germany Member No.: 33495 |
hm, repasted it, but the problem is the same /:
perhaps i have to activate database or smth? because i dont use this feature... looks like your last player and rating system needs this, or is it independent from that? This post has been edited by ktr: Aug 28 2006, 15:41 |
|
|
|
Aug 28 2006, 15:43
Post
#88
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Does anybody else experience the same f!@k up?
Cos here everything is working fine,and i use the same exact code as you do: ![]() what smth is? This post has been edited by Russell777: Aug 28 2006, 15:49 -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 16:16
Post
#89
|
|
|
Group: Members Posts: 57 Joined: 31-July 06 From: Germany Member No.: 33495 |
|
|
|
|
Aug 28 2006, 16:24
Post
#90
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
There was a minor problem with the scrolling
(probably you didn't even noticed) It's been fixed. hm, perhaps the plugin list helps and there is some kind of conflict? and, i dont use the media library.. (win xp sp2 pro btw) e:\ used the new v1.3 code I don't have an answer yet,sure this aint no plugin conflict,i'll let you know. -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 16:41
Post
#91
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
The symbolic font used for trackinfo can be somewhat harmful (check the album title in the image below,
actually it's "flick of the switch" and not the f!@# of it!)
This post has been edited by Russell777: Aug 28 2006, 16:42 -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 17:30
Post
#92
|
|
|
Group: Members Posts: 39 Joined: 11-May 06 From: Jerusalem Member No.: 30672 |
|
|
|
|
Aug 28 2006, 17:36
Post
#93
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Why my Home stereo display look so ugly and wierd, and i don't mean to the width?? ![]() I installed the fonts, and i have some of them before. Since yo're using a white background,change your "active" to a dark shade (0,0,0) and "back" to something like (170,170,170) P.S.It's been answered 4 times before,so next time please spend some time to read the posts before asking, enjoy. This post has been edited by Russell777: Aug 28 2006, 17:37 -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 19:05
Post
#94
|
|
|
Group: Members Posts: 58 Joined: 14-March 04 Member No.: 12715 |
looks great bu got a problem:
![]() i installed fonts and plugin but got this "unknown command" error can you help me? |
|
|
|
Aug 28 2006, 19:12
Post
#95
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Try repasting the code.
-------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 20:24
Post
#96
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Version 1.3.1 is out (see the first post)
It looks and acts exactly like V 1.3 but has slightly improved scrolling and auto characte encoding detection. So if you want to use the LCD font,but have files in your library which tags are written in: East european lang.,Hebrew,Arabic,or Japaneese and\or all the east asian languages you can use it, and at the moment unhandled characters are detected the font will auto switch to "Arial unicode ms" Don't forget to download the new archive.Enjoy -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 20:27
Post
#97
|
|
|
Group: Members Posts: 164 Joined: 8-July 05 Member No.: 23198 |
|
|
|
|
Aug 28 2006, 20:35
Post
#98
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Oh my,finally one post without complaints! Bless you!
This post has been edited by Russell777: Aug 28 2006, 20:35 -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
Aug 28 2006, 21:45
Post
#99
|
|
![]() Group: Members Posts: 151 Joined: 14-April 06 From: C A N A D A Member No.: 29506 |
|
|
|
|
Aug 28 2006, 21:48
Post
#100
|
|
![]() Group: Members Posts: 559 Joined: 13-April 06 Member No.: 29483 |
Oh my,finally one post without complaints! Bless you! Great job Russell Ok so now thats two good ones Now, WHY no WavPack?? Pleeeeeeeeeease Two in a row?Unbelievable... (Thank you) If you send me a Wav pack file i'll see what i can do (i don't have any). BTW:what's the problem with it? (russel777@gmail.com) This post has been edited by Russell777: Aug 28 2006, 21:49 -------------------- Favourite artist:CD-R
Favourite album:700MB |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 16:27 |