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 3286945 times) previous topic - next topic
0 Members and 5 Guests are viewing this topic.

Columns UI appearance

Reply #675
Thanks
Now is finally working!


Muchas gracias from sunny Mexico

Columns UI appearance

Reply #676
This is my first config.
Backgrounds and characters are from odin sphere.


Columns UI appearance

Reply #677

Columns UI appearance

Reply #678
@jeremija:
Kee-ripes.  What's that visualization??

Nice work by the way.  Nice layout(s).

Columns UI appearance

Reply #679
tnx,
that's winamp's milkdrop (w/ shpeck)


Columns UI appearance

Reply #681
Download it here.

a)The Tab stack below the filters shows kind of misplaced
b) I can not see my album art. I tried replacing the field definition for album art in the elp section with the one you have in Foonight/day an does not work. My album art is stored at the folder of each album as folder.jpg and in foonight /day works flawlessly.


a) It's because the tabs are in a PSS and I only need one line of tabs. Either turn off multiline tabs in playlist switcher options, or replace the PSS with playlist tabs (you'll lose the playlist order button though).

b) You'll have to enter the paths in foo_covers. To switch between the pictures click on the cover.


I am having the same problem,



tried what you suggest and I have no luck today, please help me

Columns UI appearance

Reply #682
Nothing fancy, just the info I want;


Columns UI appearance

Reply #683
Turned to columnsui this week and i like it alot better than defaultui i must say.



Would it be okay to share it?


Bit late but its upped -> [a href="http://www.uploadmirrors.com/download/ZD9Z4N8G/foobar2klayout20090617.fcl" target="_blank"]http://www.uploadmirrors.com/download/ZD9Z...out20090617.fcl[/url]

hope i exported it right

few other settings i used:

playlist view - grouping
%album artist% - %album% '['%date%']'

Everywhere edge style = None
Turn of reflection of album covers (if prefered)


Thank you!

 

Columns UI appearance

Reply #685
Credit to Dirhael for the UI

Very simple look for now...I have another with a bunch of Filters/Playlist Panels but still working on it




Columns UI appearance

Reply #687
my first dabble with el playlist/pss.





Columns UI appearance

Reply #689
jeremija, Where did you find those buttons? looks great...

Columns UI appearance

Reply #690
Can anyone help me with my Columns UI playlist view?

I am using the %album artist% tag to group compilation albums, however, in the playlist view, if the %album artist% tag is equal to Various Artists I would like it to show Artists - Album (eg Kaiser Chiefs - Golden Skans), if not, just show the track title.

Hope this makes scene

Here is a screenshot



The NME album is fine, however, I only want the Oasis album to show the title

Ben

Columns UI appearance

Reply #691
Code: [Select]
$if($stricmp(%album artist%,%artist%),$puts(VA,0),$puts(VA,1))
$if($strcmp($left(%path%,7),'http://'),%title%[' - '%artist%],$ifgreater($get(VA),0,%title%' - '%artist%,%title%))


Just swap, %artist% and %title% to your needs, the %path% part is for the display of radio streams.

Columns UI appearance

Reply #692
Code: [Select]
$if($stricmp(%album artist%,%artist%),$puts(VA,0),$puts(VA,1))
$if($strcmp($left(%path%,7),'http://'),%title%[' - '%artist%],$ifgreater($get(VA),0,%title%' - '%artist%,%title%))


Just swap, %artist% and %title% to your needs, the %path% part is for the display of radio streams.


Brilliant, thank you very much

Columns UI appearance

Reply #693
Hi.

How do I get the Graphical Browser to work? It shows the album title but no images. I would like for it to find the image that's contained within the folder; not the tag. Thanks.


Columns UI appearance

Reply #695
Thanks but the link is dead. Also, if it matters, I'm using the very latest version of foobar2k.

Columns UI appearance

Reply #696
Mind uploading the config?

It looks nice, does it read album art from embed as well?


i've uploaded it here.....

http://cid-649d3bfeaf541fbb.skydrive.live..../foobar/new.zip

just be aware that i did make this purely for my own use so it's pretty lacking in options.

i haven't used variables anywhere so if you want to tweak it you'll have to go through and change it all yourself. having said that, it's very minimal.

the graphical browser doesn't support embedded album art. have a look at the settings to see how i've configured it for my collection. you may want to change it.

el playlist does support embedded album art but this config again is customised to what i use (cover.jpg in the same folder). if you want to change that, again right click, settings, goto the "group header" tab and look for the line of code you need to edit. it should be fairly obvious.

lastly i should mention i didn't write the seekbar/volume WSH panel code myself. i pinched it from this config....

monolite by fanco86

@keylogic, use this line of code to show art in graphical browser.

Code: [Select]
$draw_image(0,0,%gb_width%,%gb_height%,$replace(%path%,%filename_ext%,)cover.jpg)


this shows the image with no padding using the full area using cover.jpg inside the folder. this is how i use it. but you can tweak it with borders, overlays whatever. i think there is a translation of the help file somewhere in that thread above.

Columns UI appearance

Reply #697
Hi marc2003.

Thanks for the info, that worked just fine. I am interested in customizing it with overlays and everything but I'll have to work on that some other time. Right now, I want to know how I can customize the Columns to display the artist under the title and the codec under the duration, also, how to change the colors for them to a medium-light gray. Any ideas?

@keylogic, use this line of code to show art in graphical browser.

Code: [Select]
$draw_image(0,0,%gb_width%,%gb_height%,$replace(%path%,%filename_ext%,)cover.jpg)


this shows the image with no padding using the full area using cover.jpg inside the folder. this is how i use it. but you can tweak it with borders, overlays whatever. i think there is a translation of the help file somewhere in that thread above.



Columns UI appearance

Reply #699