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: Columns UI appearance (Read 3292909 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

 


Columns UI appearance

Reply #453
you should read my installation notes before asking question ... the next time i'll not answer 

http://br3tt.free.fr/files/install_notes.7z


did everything writen on the installation doc, configuring the google tab arent mentioned.

At this site http://br3tt.online.fr/tutorials/index.htm that file http://br3tt.online.fr/files/overview.7z

Columns UI appearance

Reply #454
Oops, bad link given sorry ... but answer was not so far from it , learning to search can help sometimes

Columns UI appearance

Reply #455
Oops, bad link given sorry ... but answer was not so far from it , learning to search can help sometimes


Thanks man, its awsome!
would it be fine to ask how to add other buttons like discogs and so? i can design buttons in photoshop, and can find out what codes to use, but how do i make it to apear in the main bar?




Columns UI appearance

Reply #459
here's my simple yet very functional setup


Columns UI appearance

Reply #460
A quick mod of the CUI config Shuyo (original skin available here)


Columns UI appearance

Reply #461




Under working-name: 3F2K9
It's a hybrid of several existing configs.
Thanks to the makers of them.

r3v0

<3 f00

Columns UI appearance

Reply #462
I still like Curacao, so I made this little mod with Kameleon elements:





Not finished though.

Thanks again Falstaff, for these great configs.

Columns UI appearance

Reply #463
hello there -
  put this up as a new post, and it looks like i probably should have posted it here instead - sorry bout that, new to this thang...  this is a columns ui/dockable panels/infotrackmod config, it's got a playlist, graphical browser, album list, etc,etc - but you've probably got yer own, so here's a quick shot of the main panel stopped and playing...



and a link to the post which has more details, code, image link, etc...
[a href='index.php?act=findpost&pid=0']turntable config[/a]

rock on.
i'er heights

Columns UI appearance

Reply #464
Looks very interesting, but your link is dead...


Columns UI appearance

Reply #466
Thanks
Something new to play around with.
But i'll create a config without outdated or unneeded plugins (cwb_hooks, SCPL, queue manager, dockable panels).
But it looks good.

Columns UI appearance

Reply #467
Thanks 
Something new to play around with.
But i'll create a config without outdated or unneeded plugins (cwb_hooks, SCPL, queue manager, dockable panels).
But it looks good.


cool -
  yeah, i know my setup's a bit outdated...  i'm running an old rig, and windows2000 - as far as i know 9.4.5 is the last version that works with win2k - am i mistaken? seems like lots of the components i've tried out don't work with 9.4.5.  i've fooled around with panelsui but have had the same problems as lots of folks (incessant crashes...)
  be interested to see what you come up with...

  ah, got a question for ya...  i've been reading some of the posts here (and you've been in on many of them) and haven't seen a solution yet - the volume on my config is controlled by clicking the + and - symbols above and below the volume slider.  i've gotten the slider to move relative to the volume, but what i'd really like is to be able to drag the slider and control the volume.  i run bbclean as a shell, and worked out a volume slider that i've got on my taskbar, but it'd be the bee's knees to make it work with the image as well.  a 'clickable' progress bar would also be nifty.  seen some advice, and going to fool around, but mostly sounds like folks are using the wsh panel for this, and that doesn't seem to work with my version...  any advice for working it out with the trackinfo_mod?

  tanks
    j
i'er heights

Columns UI appearance

Reply #468
Its not possible within trackinfo mod (to my knowledge at least...).
I'd recommend you to do the whole setup in a Panel Stack Splitter with an integrated wsh panel.
But as you still said, i don't think it will run on your old OS...

There is a wsh panel without sse2 instructions from T.P. Wang.
Maybe it works on your system, but i doubt it...
However, here is the link to the post:
http://www.hydrogenaudio.org/forums/index....mp;#entry589236

I don't remember foobar v0.9.4.5 but i think that it probably still had the "set volume to x db" commands.
You could make a few buttons at the place of the slider and click on it to jump to a specified volume, but its not a real solution for you...

Btw. I played around with the images in a panel stack splitter and got it working.
But it is too static for me
Maybe i try it later again, with excessive modifications (i'm on the search for ideas for a new config) but not in the next time.
I'll wait until a new less buggy Panel Stack Splitter is out

Columns UI appearance

Reply #469
thanks for the advice tedgo - was just checking out the panel stack splitter, i'll have to play around some more with it, but it might be the answer until i can get myself a more modern rig!
  thanks again...
              j
i'er heights

Columns UI appearance

Reply #470
new project, work in progress (started today...) : HELIUM Project for foobar

[a href="http://xs137.xs.to/xs137/09100/p2336.jpg" target="_blank"]

Columns UI appearance

Reply #471
i like the use of the filters and the look of the ratings. 

Columns UI appearance

Reply #472
In some configurations/skins like, for instance, Kameleon I see that the playlist panel has a background image of the cover art or an artist image. How is that achieved ?
I realize of course that this probably will not be very simple and I know that there are a few tutorials, but could you give me a hint about where to start reading about this part of customizing foobar ?
At the moment I am finally beginning to understand the  basics of foobar and I intend to do some more reading about the details, but would like to start with what I mentioned above.


Columns UI appearance

Reply #473
In some configurations/skins like, for instance, Kameleon I see that the playlist panel has a background image of the cover art or an artist image. How is that achieved ?
I realize of course that this probably will not be very simple and I know that there are a few tutorials, but could you give me a hint about where to start reading about this part of customizing foobar ?
At the moment I am finally beginning to understand the  basics of foobar and I intend to do some more reading about the details, but would like to start with what I mentioned above.


the starting point in Kameleon is to draw the background image (wallpaper, cover or artist photo) then i place an elplaylist panel in the panel stack splitter (the main one that contain the bg image) with pseudo-transparency turned on (right-click on elp -> settings ...)

so, first : create a new columnsUI layout, add a splitter to be the base-panel (a panel stack splitter = the main container)
then add under it (in CUI panel tree viewport) all other panel, especially those whci support transparency like elplaylist as said above.

then, you have to code the display of the bg image, using titleformat script in the settings of the main PSS (Right-click on the PSS -> Splitter Settings ... -> 'Per Track' section)
2 functions available to display images : $imageabs(...) or $drawimage(...) => see the text file that come with the panel stack splitter dll for the syntax).

after, all is imagination and titleformatting to manipulate panels, images, buttons, variables ... etc

HTH.

bye