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 (Read 4589854 times) previous topic - next topic
0 Members and 3 Guests are viewing this topic.

Columns UI

Reply #4225
is there a way to change the font / font size / color of the header in NG playlist view ??

Columns UI

Reply #4226
You are using the core's mechanism, then?
Yes, coupled with the settings in CUI prefs for those storing artwork in a single folder. I may expand on the settings.

I have to say that the settings in CUI prefs for those storing artwork in a single folder also work for those storing album art in each album folder. Actually i use the same string as in the album art panel and it works great both in the album art viewer and the NG playlist. Which is great since with the way i store my album art i can't get it to work in DUI.

That's the way i store my album arts : link

And that's the string i use in CUI
Code: [Select]
$replace(%path%,%filename_ext%,,$if(%disc%,$directory(%path%,1)'\'),)Covers\Front.jpg

It works perfectly even with 2+ CDs albums.

So thanks a lot for all the last great improvements you've done in CUI.

Columns UI

Reply #4227
where can i find sidepanel configuration. i don't know how but i clicked somethnig and mine disapeared.

i had album art, trackinfo, library, and playlist switcher on the left hand side.

Columns UI

Reply #4228
Can someone please tell me the % command to add in the status bar format script to display the bit depth of the file being played? Thanks!

Columns UI

Reply #4229
I have to say that the settings in CUI prefs for those storing artwork in a single folder also work for those storing album art in each album folder. Actually i use the same string as in the album art panel and it works great both in the album art viewer and the NG playlist. Which is great since with the way i store my album art i can't get it to work in DUI.
Thanks for this very valuable information.

Question: The artwork settings in CUI have "Front", "Back", Disc" -> But in the panel or ng playlist I have no choice. How can I display "back" and "disc"?


Columns UI

Reply #4231

Can someone please tell me the % command to add in the status bar format script to display the bit depth of the file being played? Thanks!


%bitrate%


He maybe wants to know the bits per sample of the file (16 or 24 bit), I don't know if it's possible.

About NG Playlist : how to change the background color of the %album% group ? Thanks

Columns UI

Reply #4232
Deleted.

Columns UI

Reply #4233
Question: The artwork settings in CUI have "Front", "Back", Disc" -> But in the panel or ng playlist I have no choice. How can I display "back" and "disc"?

In the panel, you just clic the cover and it cycles through Front, Back and Disc (if they're available of course).
For NG playlist i'm not sure we can use Back and Disc.

Columns UI

Reply #4234
I have to say that the settings in CUI prefs for those storing artwork in a single folder also work for those storing album art in each album folder. Actually i use the same string as in the album art panel and it works great both in the album art viewer and the NG playlist. Which is great since with the way i store my album art i can't get it to work in DUI.
Oh, thanks.
There's a difference from the album art panel here, though. No support for wildcards.
I spent some time wondering why
Code: [Select]
$replace(%path%,%filename_ext%,,$if(%discnumber%,$directory(%path%,1)'\'),)front.*
doesn't work.

Columns UI

Reply #4235
It's dirty, but well I renamed all my album art images to jpg extension.


Columns UI

Reply #4237


Can someone please tell me the % command to add in the status bar format script to display the bit depth of the file being played? Thanks!


%bitrate%


He maybe wants to know the bits per sample of the file (16 or 24 bit), I don't know if it's possible.

About NG Playlist : how to change the background color of the %album% group ? Thanks



Yes, its the bits per sample that im looking for. %bitrate% is already in there.

Columns UI

Reply #4238
where can i find sidepanel configuration. i don't know how but i clicked somethnig and mine disapeared.

i had album art, trackinfo, library, and playlist switcher on the left hand side.


does this make sense?

Columns UI

Reply #4239
There's no side panel in the latest versions.
You can configure the layout in Preferences, Display -> Columns UI, Layout tab.


Columns UI

Reply #4241
I've seen it in other peoples configs .......did they use something different and create code for it ??
They either used the panels ui playlist viewer or ELplaylist component.

Columns UI

Reply #4242
In NG Playlist of Columns UI, you can change group text color by using $rgb. As for the line, the only way to change its color is changing theme, I guess.

Columns UI

Reply #4243
And that's the string i use in CUI
Code: [Select]
$replace(%path%,%filename_ext%,,$if(%disc%,$directory(%path%,1)'\'),)Covers\Front.jpg

It works perfectly even with 2+ CDs albums.

I even use this:
Code: [Select]
$replace(%path%,%filename_ext%,)Covers\Front.jpg

Because the album art mechanism always does first use jpegs in the audio files folder, then looks into what is defined in the columns options.

Columns UI

Reply #4244
Bug? I have NG playlist in a "tabbed panel stack mod". Together with artwork view and playlist switcher. When I change to e.g. artwork panel and go back to NG playlist, the focus is on the dirst playlist entry. I can quickly return to the currently playing track with the internal command though...

Columns UI

Reply #4245
I have to say that the settings in CUI prefs for those storing artwork in a single folder also work for those storing album art in each album folder.
I knew this, but it has some issues. For example, when a internet stream is being played you will probably be supplying a web address which the component will probably try and open.. I am going to expand/improve the settings a bit, anyway.

Bug? I have NG playlist in a "tabbed panel stack mod". Together with artwork view and playlist switcher. When I change to e.g. artwork panel and go back to NG playlist, the focus is on the dirst playlist entry. I can quickly return to the currently playing track with the internal command though...
The problem seems to be that it resizes the panel to a point when you switch to another tab, which resets its scroll position to 0. It's true the Columns Playlist and some other panels don't behave like this, I'll check why, but also the built-in tab stack doesn't have this problem.
.

Columns UI

Reply #4246
Any way for it not to expand groups to minimum height for groups when artwork is enabled if there is no artwork for the group?

Columns UI

Reply #4247
Then, things would jump around whilst it is loading the artwork. Better just set a place holder image, I will probably include one by default soon as well.
.

Columns UI

Reply #4248
I'd like to see reflection on images in the playlist, like in iTunes. That would be really cool.