QUOTE
@Cepiperez
First: Thanks for the help.
Now the play buttons are working!!
Not Working the volum level in the last track info mod.
Thanks for the code for the headphone, i had it but as a button with some code i found in this thread.
About the covers. I resized some covers to 80x80 .png and i put them on documents and settings\xxxxx\aplication data\fobar2000\covers. But they are blanc png, i canīt see any album cover. I had try change the name to folder, album, artist or cover, but doesnīt work.After i had try on e:\program files\foobar2000\covers without results. My albuns are on another drive H:\ and here i have the Artist on each folder with the folder.jpg, if i put here the folder.png doesnīt work also. Maybe i have missed something. So i found some code to change from png to jpg, and it works, although they are 82x82, This Album cover jpg werenīt resized yet.
About hide, i just found where it display that autohide windows. Thanks a lot.
Thanks Again for the help.
For the covers, look for this line in the code:
$imageabs(11,$if($strcmp(%tracknumber%,01),1,$add(24,$mul(-23,%tracknumber%))),$replace($replace(cover\%artist% - %album%.png,',',),?,),)
And replace for one of those:
1š CODE:
$imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace(C:\Documents and settings\XXXXX\Application data\foobar2000\covers\%artist% - %album%.jpg,',',),?,),)
The name of the images must be, for example, "QUEEN - GREATEST HITS.jpg" for use this code, and the images must be in C:\Documents and settings\XXXXX\Application data\foobar2000\covers\
2š CODE:
$imageabs2(80,80,0,$add($mul(%_height%,$sub(%tracknumber%,2)),$muldiv(%_height%,5,6)),,,11,-3,$replace($replace($replace(%path%,%filename_ext%,folder.jpg),',',),?,),)
For covers in JPG format (any size) in your H: drive. Example: H:\Music\Queen\Greatest Hits\folder.jpg
Try this
I only now have time to try the code for images you posted, the one for h:\Music\Artist\Album\folder.jpg.
Is working, but with the same problem, some images abre broken as uou can see on the screenshoot.
On the right, in the union of the two panels are a line dividing those two panels. How can i hide those lines or make the background equal to both?
The volume images are on the e:\program files\foobar2000\components\neo1\vol\, the images are placed on the last panel, but doesnīt work, and i have the lastes version of cwb_hooks, and is on the foobar\components. Am i missing some code to put on the cwb_hooks to run the volume level?