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

Columns UI

Reply #6000
that's not possible using NGPlaylist. well not unless you created your own custom tags in your files and added the album length manually.

Ok thanks

Now I need to know how to do the things marked in red in this pic, anyone can help me? Thanks anyway



PS how can i change the column font color? (for exemple, album in red and artist in white...)

Columns UI

Reply #6001
AFAIK since fb2k v1 we can load DSP presets with buttons. Because I tend to switch between two presets constantly I have two nice buttons. The problem is that they don't show the current DSP preset I'm using like the "Stop after current" button does. Is this a bug? I know is not a big deal at all but I'm kind of a perfectionist. 
<insert signature here>

Columns UI

Reply #6002
Anyone?

http://yuo.be/wiki/columns_ui:manual


Seriously? I've pointed already that I checked out that link and it is incomplete.
The problem is that under the Globals ->Style tab there's a lot of variables (e.g. %_back%, %_selected_back_no_focus%) which I can not find any reference of.
Perhaps, musicmusic himself has some better documentation.

Columns UI

Reply #6003
Seriously? I've pointed already that I checked out that link and it is incomplete.
The problem is that under the Globals ->Style tab there's a lot of variables (e.g. %_back%, %_selected_back_no_focus%) which I can not find any reference of.
Perhaps, musicmusic himself has some better documentation.

If you succeed in finding a complete documentation, please tell me.

Columns UI

Reply #6004
Sure, pal.

Columns UI

Reply #6005
Create a new playlist column (Columns UI > Playlist View > Columns) and under Scripts -> Display put this code:
Code: [Select]
$ifequal(%tracknumber%,1,first row,)
$ifequal(%tracknumber%,2,second row,)
$ifequal(%tracknumber%,3,third row,)
$ifequal(%tracknumber%,4,fourth row,)


Under Scripts -> Style put this code:
Code: [Select]
$ifgreater(%tracknumber%,4,,$set_style(back,$rgb(230,230,230),$rgb(0,0,255)))


Change the RGB parameters to suit your needs. Also, you might want to remove everything from Globals -> String to remove the alternating lines in Playlist.
You can change playlist colors under Columns UI -> Colors and fonts.

Columns UI

Reply #6006
This
Code: [Select]
$ifequal(%tracknumber%,1,first row,)
$ifequal(%tracknumber%,2,second row,)
$ifequal(%tracknumber%,3,third row,)
$ifequal(%tracknumber%,4,fourth row,)

can be written much easier as
Code: [Select]
$select(%tracknumber%,first row,second row,third row,fourth row,fifth row)

Columns UI

Reply #6007
How can i set font in specific column (not same font with other columns)?

I tried to use this script for my column but it not work.
Quote
$puts(labelfont,$set_font(Segoe UI,12,bold;italic;))
$get(labelfont)%Artist%

Columns UI

Reply #6008
you can't.

Columns UI

Reply #6009
Musicmusic a couple of feature requests/bug
1) Possibility of alternating background colors in filters and playlist switcher.
2) Ability to grey strings between parenthesis.
3) There is a bug with the tab stack and grey border

There is never a ring around the tab title in any windows 7 tab
The tab should not get cut off at the bottom (it does not in default ui)
4) If you hide all toolbars there should be a splitter on top instead there is no spacing between the titlebar and the display elements.
5) An option to show an image in artwork panel when nothing is selected.

Thanks for cui


Columns UI

Reply #6011
Filter panel does strange things to me. On certain artists entering multivalue tags like %style%="Celtic; Breton" produces a single "Celtic; Breton" Filter entry instead of two separate ones. The curious thing is it works OK in most cases with two and even three values, and I cannot figure out what prompts this bug in certain cases.

Columns UI

Reply #6012
Is it possible to add "year" (date) near album name in album filter column?

Columns UI

Reply #6013
I noticed that 0.3.8.5 allows searching of streamed sources. But as soon as I try to play the entries in the filtered playlist, I can't play them because the files have been converted to the source's local paths instead of a network path:

e.g.:
c:\path\to\file.mp3
instead of
http://10.10.10.10:56923/content/abcd.mp3

Anyone have this same problem?

Columns UI

Reply #6014
Is it possible to add "year" (date) near album name in album filter column?


For filter I don't use it but in playlist column for "Album" I use

Code: [Select]
[%album%][ '('%date%')']

to display e.g: Greatest Hits (2009)

Maybe you give it a try in your filter panel for "Album".

jgro

Columns UI

Reply #6015
It works good man, thanks a lot

Columns UI

Reply #6016
Regarding the filter search bar I think there should be an option for the fields to query. My files are tagged with lyrics as well and when I search for a string it searches the lyrics as well which gives a lot of false positives.

Columns UI

Reply #6017
I have download foo_chronflow.dll but i can not use it. How can i add this with Columns UI? When i replace UI Elements i can not see chronflow.

Columns UI

Reply #6018
Hi

I downloaded a skin and i've been modding it a little bit, but there's one thing i can't figure out what to do.


I wanted it to show the album's year right by the album's name, like "Oracular Spectacular (2008)".

I THINK that's related to NG Playlist but i can't find where to edit that at the columns ui configurations.

Columns UI

Reply #6019
Hi

I downloaded a skin and i've been modding it a little bit, but there's one thing i can't figure out what to do.


I wanted it to show the album's year right by the album's name, like "Oracular Spectacular (2008)".

I THINK that's related to NG Playlist but i can't find where to edit that at the columns ui configurations.


Yes, it is called the grouping options.
Columns UI -> playlist view -> Grouping
Code: [Select]
$if2(%album artist%,<no artist>)[ / %album%][ '('%date%')']

 

Columns UI

Reply #6020
Column UI Bug report v0.3.8.5 :

Priority: LOW
NG playlist preferences don't seem to be FCL exported. This include:
playlist view -> general -> artwork and playlist view -> grouping

Columns UI

Reply #6021
Priority: LOW

are you developer?

playlist grouping script and artwork sources aren't exported
also filters sources, playlist switcher script and some other scripts

Columns UI

Reply #6022
Yes, it is called the grouping options.
Columns UI -> playlist view -> Grouping
Code: [Select]
$if2(%album artist%,<no artist>)[ / %album%][ '('%date%')']

Thanks

I just can't figure out how to do these tabs. How do i do it ?

Columns UI

Reply #6023
A suggestion to improve usability:

Allow the grouping in the playlist to be toggled from the main UI, without having to go into the settings.  (Similarly to how artwork display can be toggled.)

Sometimes grouping just gets into the way (randomized playlist, podcast playlist sorted by date, etc.), but other times it's quite useful.


I second that.
A quick way to toggle grouping on/off would be very useful.
Thank you !

Columns UI

Reply #6024
I have a feature request:
I'd like to have an option to display jpeg 2000 images. And there's another format in preparation that I'd like to be able to use as well.
Could you extend plugin API, so users can add support to their preferred image types?