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

Columns UI appearance

Reply #876
Here's my first attempt. I'm just modifying Averia to my tastes. Still confused about a lot of things so I'm surprised I got this far.


Could someone explain how to change the font color in the ELPlaylist

Columns UI appearance

Reply #877
Could someone explain how to change the font color in the ELPlaylist

If the author has made global values for colors, you most likely find them under [Field Definition] tab. If not, check each [Script] page and look for functions $drawtext or $drawtextex. It should look like this:

$drawtextex(text,x,y,w,h,r-g-b,options)

To change color, modify the r-g-b value.

Columns UI appearance

Reply #878
Thanks, never would of looked in Field Definition. So here's a more complete version of my Averia Mod

Columns UI appearance

Reply #879

I like it simple and clean. However I'm not yet content with how the grouping looks like. I've only started playing again with FB2k two days ago though. Is it possible to get more spacing before a grouping?

Columns UI appearance

Reply #880
^just add a a few spaces in before your grouping code. 


Columns UI appearance

Reply #882
^just add a a few spaces in before your grouping code. 


it seems that it's a NG palylist, so ... he can't do that

I meant above the groups anyway, and yeah, it's NG Playlist. I've had a look at ELPlaylist, but found it rather confusing, although it is able to do what I want. Is there a tutorial for ELPlaylist anywhere?

Columns UI appearance

Reply #883
One solution might be to make a second group above the current one with the same grouping, but with $rgb(255,255,255) infront and $tab() at the end to get rid of the horizontal line. It will make the group you see indented slightly though.


Columns UI appearance

Reply #885
 )


Columns UI appearance

Reply #887
My first config made from scratch.  There's also a hidden Shpeck and Biography tab.


Columns UI appearance

Reply #888
surely you must be able to find some better quality album art than that?

Columns UI appearance

Reply #889
If your talking about the track info panel, then yeah I know its bad 
I just took the code from Xchange or Ibiza since I've no clue how to get my embedded art in to show up.

Columns UI appearance

Reply #890
Code: [Select]
$imageabs(6,28,$sub(%_width%,12),$sub(%_width%,12),%path%,artreader nokeepaspect,,,)


panel stack splitter code to read embedded album art (as well as external artwork). or you could just use a standard CUI "artwork view" panel.

Columns UI appearance

Reply #891
I've added an EL playlist as a pseudo-library panel to mine:



I just wish there was an actual library component that could look like that! Maybe one day...

Columns UI appearance

Reply #892
how does that work then? i've had a go at re-creating it but i can't stop the group header expanding on a single click with the "library" playlist.

Columns UI appearance

Reply #893
Yeah I have single click set to expand/collapse groups, and I have double click set to Edit/Send to Current Playlist and Play, which I think came from foo_utils. (Settings>Behaviour in ELPL.) And ELPL is set to not follow the active playlist. So my artists playlist is an autoplaylist I never actually play from.

Columns UI appearance

Reply #894

 

Columns UI appearance

Reply #895
Made some progress with my setup. Also added a fancy color changer based on the Xchange one


Columns UI appearance

Reply #896
Made some progress with my setup. Also added a fancy color changer based on the Xchange one

Very nice.
I hope you'll share it once it's done

Columns UI appearance

Reply #897
Ofcourse. Just started learning JScript though so don't expect it just yet

Columns UI appearance

Reply #898
that looks very cool. i assume that's a WSH panel mod on top of the playlist there? i'd never thought of trying that. could come in handy. are you just using PSS buttons to show/hide it?

Columns UI appearance

Reply #899
You mean in the second picture? Yea it's WSH panel inside a PSS. The control button is in parent PSS.