Help - Search - Members - Calendar
Full Version: Home stereo display
Hydrogenaudio Forums > Hosted Forums > foobar2000 > General - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
RadioactiveMan
this looks really nice.
but unfortunately i have a little problem with it.

IPB Image

As you can see the upper line with stereo information und such is invisible.

This is my definition part:
CODE
$puts(removable,ez)
$puts(glass_intensity,10)
$puts(back,$rgb(175,175,175))
$puts(active,$rgb(128,0,0))
$puts(decreaserange,15)
$puts(YY_MM_DD,)


I am using the background color $rgb(129,136,147)
All required plugins are installed (at leat i think so).
The fonts are also installed.
I have just copied the code from version 1.2.
There is also the part "//Stereo Encoding Tagtype///" inside the code.

Russell777
Just copy pasted the code from the post and put your settings:
IPB Image
As you can see everything is kicking.Try to re-paste the code,also check in the charmap.exe if the fonts
such as "franklin gothic medium" and "lucida sans unicode" are installed on your pc.If you are running
win 2k see Squellers post about installing the fonts (i'm not familiar with win 2k).This is really odd...
RadioactiveMan
QUOTE(Russell777 @ Aug 27 2006, 13:47) *

Just copy pasted the code from the post and put your settings:
IPB Image
As you can see everything is kicking.Try to re-paste the code,also check in the charmap.exe if the fonts
such as "franklin gothic medium" and "lucida sans unicode" are installed on your pc.If you are running
win 2k see Squellers post about installing the fonts (i'm not familiar with win 2k).This is really odd...

this is what i call mysterious. i tried to reinstall the fonts. but 2 seconds after i deleted them they were back again (perhaps it was windows file protection) and now everything works. hmpf.
Russell777
Glad to hear that smile.gif
steamfish81
Awesome !!!!...tongue.gif

I need something to enable/disable what to display on the panel?
Russell777
QUOTE(steamfish81 @ Aug 27 2006, 16:46) *

Awesome !!!!...tongue.gif

I need something to enable/disable what to display on the panel?

At this stage no,you have no choice which features are enabled and which aren't.(Unless you want to mess with
the code a little).Maybe it will be implemented in further versions.
Lance Uppercut
Yes. truly awesome work! I also could never settle on a track info panel until this came along. It's just so cool!

IPB Image
Russell777
Hi to all,please make an effort and provide me with your %mood% tag examples for the final version. smile.gif
beto
I'm still having issues. There is some problem with the alignment:

IPB Image

could someone please point me to a possible solution? thanks.

Russell777
QUOTE(beto @ Aug 28 2006, 02:07) *

I'm still having issues. There is some problem with the alignment:

IPB Image

could someone please point me to a possible solution? thanks.

Well,I must tell you i'm shocked by this sight.I don't know but no matter how much i resize the window i can not
destroy the alignment.Try to re-paste the code,i'll check it later.
beto
repasted the code and same problem sad.gif
Russell777
QUOTE(beto @ Aug 28 2006, 02:22) *

repasted the code and same problem sad.gif

Just out of curiosity:what version of foobar are you using (i know it's a 0.9x series) but what exactly?
See in the authors topic (of trackinfo mod panel) it says
QUOTE
it needs some later 0.9.x version of foobar
so maybe that's the problem,realy can't think about something else.
beto
0.9.3.1 is the foobar version.
Maybe this has anythig to do with my display settings. I'm on 1280x1024 on 19' LCD monitor.unsure.gif
That's not it. Tried different settings and none worked. sad.gif
my trackinfo mod is 0.5 beta from 17/8/2006.
Russell777
QUOTE(beto @ Aug 28 2006, 02:36) *

0.9.3.1 is the foobar version.
Maybe this has anythig to do with my display settings. I'm on 1280x1024 on 19' LCD monitor.unsure.gif


QUOTE
it needs the C runtime library for vs .net 2005 (msvcr80.dll I think). Do you have this file in your system?
(it must be located at ...windows\system32\) But on the other hand without it
you woudn't be able to use this panel in a first place.I dunno...
tool++
QUOTE(Russell777 @ Aug 27 2006, 01:13) *

QUOTE(tool++ @ Aug 27 2006, 01:44) *

Thats awesome. Can we get a filefront link or upload section?

Because rapidshare no worky for NTL users

Just give me a link to the desired storage.

http://www.sendspace.com/
beto
the runtime is there. I installed .NET 2.0
man this is really strange...
Russell777
2 beto:I'm realy sory,but there's nothing i can think of right now.
2 tool++:I added one more link (see the first post under Version 1.2)
DeepDose
Russell777, I think version 1.0 and 111 should still be posted, I'm using ver. 1.1.1 because I like the short look, and the long one doesn't fit into my config, ver. 1.0 I think also looks great, I kept them both, but I feel some people may be missing out not having seen the two prior versions.
beto
thanks anyway. I'll try one or two things I have in mind once I figure out how you handle positioning in your code.
Hopefully I'll be able to make it work....
spex04
Here's an idea... How about having a artist/title/album section to the right, which scrolls when they're too long..?

Something like:

Artist
Title
Album


..?
musosticky
Id quite like the option to change the overall font of the text but still keep it in proportion. I know i could do this manually but the code is a little confusing to me
MellowB
Thanks for this great trackinfo panel. I like it a lot and it helped me replacing like 4 other panels up there in my player which were essentially doing the same but in a baaad way. xD
And about the artist/trackinfo stuff requested up there, i already modded mine a bit to show that and a progress bar. Also changed it to show the last-played time with the official playcounter and modified the "hot-ness" rating a bit to not show any more (5 stars that is) because i dont use the un-official playcounter nor do i tag my mp3s with any ratings... so its dis-functional for me.
Looks like this then:

IPB Image

If someone really needs the code for this i might post it but my bet is everyone else could achive what i did there a lot better than me. wink.gif
Sw!ng
QUOTE(beto @ Aug 28 2006, 02:07) *
I'm still having issues. There is some problem with the alignment:
IPB Image
could someone please point me to a possible solution? thanks.

I HAD the same prob. And my monitor is on same resolution as yours ...
-But since I fixed the code a little it appears in it full beauty ...!! wub.gif -THNX Russell !!

CODE
$puts(sizefix,$muldiv(10,$get(size),14))
... is the "evil" line ...!! (Search in Wordpad ;-) )
You can try to exchange the given "14" with a "12" and see if it works ...

AFTER that go to the "Played Time" Sequence:
CODE
//////////////////////////////////////Time total Bitrate Samplerate/////////////////////////////////////////////////////
...
...
...
...
//$if(%_time_total%,
...
...
...
$alignabs($add(245,$get(f9)),$div(%_height%,5),%_width%,%_height%,,)
...
...
$alignabs(259,$div(%_height%,5),%_width%,%_height%,,)
...
...
$alignabs($add(266,$get(f11)),$div(%_height%,5),%_width%,%_height%,,)


.
..
...


//////////////////////////////////////////Codec///////////////////////////////////////////////////////
$alignabs(285,$div(%_height%,5),%_width%,%_height%,,)
...
...
Here you can put each 3-digit-number a little bit up (steps by 1).

I hope it will help ...!!

________________________________________________________________________________________

And to be in the Leage of Suggest0rs:
- Russell, have you seen the //$if(%_time_total%, above as a quote of your code ...?? . . . <<---- biggrin.gif biggrin.gif ...!!

- I like the functions of the 2nd one but nessesarily more the size of the first ... ---> Perhaps you could implement a smooth blink-script (not too fast) that switches between the Codec-stuff and the Rating/Playcount ...??
. |
. |___-> The Name-Stuff (spex mentioned) would fit there as a 3rd instance to switch between as well

- And the Rating-RANGE should be "easy customiseable", too (like the colors, eg ) ...!! gun2.gif

________________________________________________________________________________________

I am already impressed ...!!
Russell777
Well,where do i start?
QUOTE
Russell777, I think version 1.0 and 111 should still be posted, I'm using ver. 1.1.1 because I like the short look, and the long one doesn't fit into my config, ver. 1.0 I think also looks great, I kept them both, but I feel some people may be missing out not having seen the two prior versions.

Version 1.1.1 is exactly the same as V1.1.2 except for bad alignment,as for V1.0 i'll post it after fixing it's alignment issues.
QUOTE
Id quite like the option to change the overall font of the text but still keep it in proportion. I know i could do this manually but the code is a little confusing to me

Ok,but it will be a little complicated (and probably enlarge the code size x2) so to avoid doing it for
every version that will come out before we settle all the issues down i will not do it for now,it will be in the final version
i believe.
QUOTE
- I like the functions of the 2nd one but nessesarily more the size of the first ... ---> Perhaps you could implement a smooth blink-script (not too fast) that switches between the Codec-stuff and the Rating/Playcount ...??

That's a good one,I'll put it as an option (you will be able to switch between "show all" mode and "blink" one)
QUOTE
Here's an idea... How about having a artist/title/album section to the right, which scrolls when they're too long..?

Yes it's a "must",but since there's no native support for scrolling it will be done using "home made" scrolling
effect that will take place once in a second (not very smooth)
ktr
IPB Image

dont really know how to solve this problem :/

using v1.2

any ideas?

thx for your help


e:/ great script! nice work!
Russell777
1.Does it happens to every track?
2.If not,what is the length of the track in the image?
RadioactiveMan
damn it, there is another problem
IPB Image

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.
Russell777
VERSION 1.3 is out (see the first post)
cwbowron
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.
Russell777
QUOTE(cwbowron @ Aug 28 2006, 15:15) *

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)
ktr
QUOTE(Russell777 @ Aug 28 2006, 05:02) *

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
Russell777
I'll check it.
ktr
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
Russell777
QUOTE(ktr @ Aug 28 2006, 15:31) *

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?
ktr
IPB Image


in my coloumns setup, i have %_LENGTH% instead off %_time_total%, as i can see
Russell777
QUOTE(ktr @ Aug 28 2006, 16:24) *

IPB Image


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
$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
ktr
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?
Russell777
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:
IPB Image

what smth is?
ktr
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)

IPB Image

e:\ used the new v1.3 code
Russell777
There was a minor problem with the scrolling
(probably you didn't even noticed) It's been fixed.

QUOTE(ktr @ Aug 28 2006, 17:16) *

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.
Russell777
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!) pinch.gif
IPB Image
ARiel G.
Why my Home stereo display look so ugly and wierd, and i don't mean to the width??

IPB Image


I installed the fonts, and i have some of them before.

Russell777
QUOTE(ARiel G. @ Aug 28 2006, 18:30) *

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

IPB Image


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. smile.gif
bozo950
looks great bu got a problem:
IPB Image
i installed fonts and plugin but got this "unknown command" error ohmy.gif
can you help me?
Russell777
Try repasting the code.
Russell777
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 smile.gif smile.gif smile.gif
Crissaegrim
Wow, thanks for adding ability to change colours. This keeps getting better and better.

This is how I'm using it:

IPB Image

It doesn't like Monkey's Audio:

IPB Image

It's not important. I only have like 60 APE songs in my library. Just a heads up.
Russell777
Oh my,finally one post without complaints! Bless you! wub.gif
blaxima
QUOTE(Russell777 @ Aug 28 2006, 15:35) *

Oh my,finally one post without complaints! Bless you! wub.gif


laugh.gif laugh.gif
Great job Russell

Ok so now thats two good ones

Now, WHY no WavPack??

Pleeeeeeeeeease
Russell777
QUOTE(blaxima @ Aug 28 2006, 22:45) *

QUOTE(Russell777 @ Aug 28 2006, 15:35) *

Oh my,finally one post without complaints! Bless you! wub.gif


laugh.gif laugh.gif
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 is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.