Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Home stereo display (Read 266735 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Home stereo display

Reply #75
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

Home stereo display

Reply #76
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.

Home stereo display

Reply #77
VERSION 1.3 is out (see the first post)
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #78
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: [Select]
$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.

Home stereo display

Reply #79
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: [Select]
$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

Home stereo display

Reply #80
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

Home stereo display

Reply #81
I'll check it.
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #82
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

Home stereo display

Reply #83
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?
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #84



in my coloumns setup, i have %_LENGTH% instead off %_time_total%, as i can see

Home stereo display

Reply #85



in my coloumns setup, i have %_LENGTH% instead off %_time_total%, as i can see

Your problem can be reproduced if these line in the code are screwed up:
Code: [Select]
$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

Home stereo display

Reply #86
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?

Home stereo display

Reply #87
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?
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #88
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

Home stereo display

Reply #89
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

Home stereo display

Reply #90
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!) 
Favourite artist:CD-R
Favourite album:700MB

 

Home stereo display

Reply #91
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.

Home stereo display

Reply #92
Why my Home stereo display look so ugly and wierd, and i don't mean to the width??

[a href="http://img178.imageshack.us/my.php?image=15001500148815131501hk1.jpg" target="_blank"]
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #93
looks great bu got a problem:

can you help me?

Home stereo display

Reply #94
Try repasting the code.
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #95
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

Home stereo display

Reply #96
Wow, thanks for adding ability to change colours.  This keeps getting better and better.

This is how I'm using it:



It doesn't like Monkey's Audio:



It's not important.  I only have like 60 APE songs in my library.  Just a heads up.

Home stereo display

Reply #97
Oh my,finally one post without complaints! Bless you!
Favourite artist:CD-R
Favourite album:700MB


Home stereo display

Reply #99

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)
Favourite artist:CD-R
Favourite album:700MB