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 266742 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Home stereo display

Reply #100
Loving this panel, would it be possible to add album rating just to the right of the track rating.

Maybe have some way of telling them apart?

Also what about a progress bar?

Home stereo display

Reply #101
Loving this panel, would it be possible to add album rating just to the right of the track rating.

Maybe have some way of telling them apart?

Also what about a progress bar?

In the next version i'm planning to add some additional fields,that user can choose from.
They won't be displayed by default,cos not evrybody's using them (such as BPM,mood,album rating etc.)
As for progress bar:i've tried it and it doesnt look good at all,it looks like a fridge in a middle of a desert 
Have you seen home stereo with a progressbar?
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #102
Hey!

This is extremely cool looking!  Followed the instructions and everything is working perfectly, it looks really awesome!


Home stereo display

Reply #103
great work there!
i only found one thing that could be fixed. i have a removable drive called H:\
if i add this one in your script, both, Streaming and Removable are activated.

keep going on with your work!

Home stereo display

Reply #104
great work there!
i only found one thing that could be fixed. i have a removable drive called H:\
if i add this one in your script, both, Streaming and Removable are activated.

keep going on with your work!

It will be fixed,and thank you guys for nice replies.(Hmm..it rhymes!)

Hey!

This is extremely cool looking!  Followed the instructions and everything is working perfectly, it looks really awesome!


This one really looks great,make me thinking of going back to my black config
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #105
Here are some ideas:

Disc number uses DISCNUMBER or DISC NUMBER meta.
File size
Genre
Multi-volume compilation (yes/no) - One method to check for this is presence of DISNUMBER/DISC NUMBER
Part of various artist compilation (yes/no) - VARIOUS = 1 or ALBUM ARTIST = Various Artists

Of those, I'd really like file size.

Home stereo display

Reply #106
Hi Russell777
As many other, i want to thank u sooooooo much for your awesome work, spending time to make it better.
I was just expecting a nice info panel to fit with my miniplayer :

[a href="http://img167.imageshack.us/my.php?image=kabukisnapfoobar01ep7.jpg" target="_blank"] 

here the code for the progress bar at the right:
Code: [Select]
//////////////////////////////////////Progress Bar/////////////////////////////////////////////////////
$puts(length,6)
$font(lcd2,15,,250-250-250)
$puts(symbol,__)
$puts(color_tail,$rgb(250,250,250))
$puts(color_head,$rgb(250,250,250))
$puts(passive_color,$rgb(100,100,100))
//*******************************************************************
//*******************************************************************
$alignabs(-7,2,%_width%,%_height%,right,)
#LINEHEIGHT,3#
$puts(percent,$muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%))
$puts(progress,$muldiv($get(length),$get(percent),100))
$repeat($get(passive_color)$get(symbol)$char(10),$sub($get(length),$get(progress)))
$transition($repeat($get(symbol)$char(10),$get(progress)),$get(color_head),$get(color_tail))$char(10)
$alignabs(-12,34,%_width%,%_height%,right,)
$font(7 Segment,8,,100-100-100)
$puts(size,24)
$puts(sizefix,$muldiv(10,$get(size),14))
$char(56)$char(56)
$alignabs(-12,34,%_width%,%_height%,right,)
$font(7 Segment,8,,250-250-250)
$puts(size,24)
$puts(sizefix,$muldiv(10,$get(size),14))
$if(%_time_total%,$if(%_time_total_seconds%,$muldiv(%_time_elapsed_seconds%,99,%_time_total_seconds%),2))
$alignabs(-5,33,%_width%,%_height%,right,)
$font(Lucida sans unicode,6,,250-250-250)$get(active) '%'


Two time better than one : I thank u once more

Edit:
That's being said,
Do you think it is possible to make the scroll a quite different so when the title reaches the end, it restarts from the beginning directely without scrolling from the end to the beginning ? In fact i would like to have my scroll only in one direction and not in negative direction (because of too long title)... i've played a little with:
Code: [Select]
$substr($get(title),$sub($mul($get(shift),2),$get(mod),1),
$add($get(window),$sub($mul($get(shift),2),$get(mod),1)))))
,$get(title)))

so i've just remove the "-" (negative symbol) but i'm sure there is a way to do it better.

Oh, and i've made a little change with the track info, so in "follow cursor mode" the title switch in back color (inactive color) instead of active, and made the track number active so i can see which tracknumber corresponds to the title selected.

So that is.
with cordiality.

Home stereo display

Reply #107
Now that's what i like!When people take action at their own risk.You've gave me wonderful idea about the look of
a progress bar (like i said in previous post i've tried many progressbar configs,but haven't found one that
matches with the rest of the panel) I'll sertainly use your progress bar (by your permission of course)
in the next version.As for scrolling,i'm planing to make it switchable between jump back and scroll back modes
Again thank you.
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #108
 
I'll sertainly use your progress bar (by your permission of course)
in the next version.

I'm honored... and i'm laughing      ... because you are asking for using a code (for vertical progress bar) that have been posted earlier by ... ...YOU
All credits goes to you 

Edit:
Thank you in advance, for planning to manage the scroll request

Greatings

Home stereo display

Reply #109
This is a great item, really enhances foobar's visual style in ways I could never imagine! Great work!!! 

There's only one little request I have *ducks*: Could you add a multichannel icon to the (Joint) Stereo and Mono section (something like "Surround" or "5.1")?

Home stereo display

Reply #110
This is a great item, really enhances foobar's visual style in ways I could never imagine! Great work!!! 

There's only one little request I have *ducks*: Could you add a multichannel icon to the (Joint) Stereo and Mono section (something like "Surround" or "5.1")?
Since i don't have any files of these channel capacities,can you specify what is the data %channels%
return on these two?
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #111
Since i don't have any files of these channel capacities,can you specify what is the data %channels%
return on these two?

For my DTS-encoded music, it displays "6ch" or "5ch" (depending on the number of channels)...

Home stereo display

Reply #112
Man, i love this thing! 

But i'm joining the "f!§%ed up playing time" bandwagon...
Maybe it's a thing about the track_info_mod plugin itself?
Running the latest version of it here... and version 1.3.1 of your code:

Screenshot

The code is pasted properly...
Also tried it with newer beta versions of foobar... didn't work either.

Nevertheless, beautiful work... you see, i'm in love 

Home stereo display

Reply #113
Man, i love this thing! 

But i'm joining the "f!§%ed up playing time" bandwagon...
Maybe it's a thing about the track_info_mod plugin itself?
Running the latest version of it here... and version 1.3.1 of your code:

Screenshot

The code is pasted properly...
Also tried it with newer beta versions of foobar... didn't work either.

Nevertheless, beautiful work... you see, i'm in love 

What version of foobar do you use? (i use 0.9.3.1) Also it's been built on 1024x768 resolution,maybe that's the case?
Favourite artist:CD-R
Favourite album:700MB

Home stereo display

Reply #114
Thank you so much... i didn't even notice a newer version
than 0.9.2 was out   

now with 0.9.3.1 everything works like a charm...

Home stereo display

Reply #115
Also it's been built on 1024x768 resolution,maybe that's the case?

That is very good to know as I have a 1600x1200 display and it can limit placement.  It might be good to put this in the first post.  I love this display.  You have done amazing work....thanks!

Home stereo display

Reply #116
hello there

can you use an other filehoster because the limit is exhausted to fast. or maybe you can use the hydrogenaudio upload service.

thank in advance

the pi

Home stereo display

Reply #117
Thank you so much... i didn't even notice a newer version
than 0.9.2 was out   

now with 0.9.3.1 everything works like a charm...


100% agree

updated all plugins, but not foobar itself...

nice code! tnx


Home stereo display

Reply #119
just a personal mod-wish:
is it possible to make the last-played row as a progressbar, and the playcount as the volumedisplay?

i tried, but i'm not in this whole code thingy :/

Home stereo display

Reply #120
Hey Russell777,

I love the look of the panel, but I can't get it to work...   
I followed the instructions, but all i get in the panel is "UNKOWN FUNCTION".

Screenshots:  Stopped  | Playing

I know I must be missing something simple, but don't know what it is.

Any suggestions?

Thanks!

~esa

Home stereo display

Reply #121
Hey Russell777,

I love the look of the panel, but I can't get it to work...   
I followed the instructions, but all i get in the panel is "UNKOWN FUNCTION".

Screenshots:  Stopped  | Playing

I know I must be missing something simple, but don't know what it is.

Any suggestions?

Thanks!

~esa

I suggest you to use trackinfo mod instead of trackinfo
Favourite artist:CD-R
Favourite album:700MB


Home stereo display

Reply #123
firstly, thanks for this display, good job.
secondly, I want to report some kind of "bugs".

the first problem I notice is the FLAC display. it never gets highlighted, because the line below is incorrect:

$if($stricmp(%codec%,flac),$get(active),$get(back)) FLAC

should be changed to:

$if($stricmp(%codec%,Monkey$char(39)s Audio),$get(active),$get(back)) FLAC

but in my opinion, the VC and FLAC display are duplicated display, because the other place already shows them as "VORBIS" and "MONKEY'S AUDIO".

the second problem is the rating symbol's location, when playing MP3, the display is fine, but when playing some files  like "MONKEY'S AUDIO" or "WINDOWS MEDIA AUDIO V7/V8", the symbols will get overlapped (covered), because the codec is too long, comparing with MP3.

Home stereo display

Reply #124
firstly, thanks for this display, good job.
secondly, I want to report some kind of "bugs".

the first problem I notice is the FLAC display. it never gets highlighted, because the line below is incorrect:

$if($stricmp(%codec%,flac),$get(active),$get(back)) FLAC

should be changed to:

$if($stricmp(%codec%,Monkey$char(39)s Audio),$get(active),$get(back)) FLAC

but in my opinion, the VC and FLAC display are duplicated display, because the other place already shows them as "VORBIS" and "MONKEY'S AUDIO".

the second problem is the rating symbol's location, when playing MP3, the display is fine, but when playing some files  like "MONKEY'S AUDIO" or "WINDOWS MEDIA AUDIO V7/V8", the symbols will get overlapped (covered), because the codec is too long, comparing with MP3.

Hi,i'll fix the flac issue in the version that's coming out today,as for overlaping codec name,i've noticed that myself and already fixed it,but it will be released in the upcoming version,on which i'm working now.
BTW:Wanted to use the oportunity and to thank you for your great plugins.
Favourite artist:CD-R
Favourite album:700MB