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

Columns UI

Reply #4350
Actually I think Fifoxtasy is right regarding inheritance from the global style script: I'll check later.
.

Columns UI

Reply #4351
my global style script, in case it helps
Code: [Select]
$set_style(text,$get_global(TxtStd),$get_global(TxtSel))
$set_style(back
,$ifequal($mod(%_playlist_number%,2),0,$get_global(BgStd),$get_global(BgAlt))
,$get_global(BgSel))

$if(%isplaying%,
$set_style(text,$get_global(TxtPlay),$get_global(TxtPlay))
$set_style(back,$get_global(BgPlay),$get_global(BgPlay)))

Columns UI

Reply #4352
Is there a way to disable album art display in the NG playlist? I looked around the preferences, but couldn't find one.

Columns UI

Reply #4353
Is there a way to disable album art display in the NG playlist? I looked around the preferences, but couldn't find one.

Right-click one of the other column headers and remove the check mark from "Artwork".
np: 4'33"

Columns UI

Reply #4354
I must have done that like 20 times before I actually saw the option that was right in front of me. Thank you!

Columns UI

Reply #4355
hi there i've seen big improvements with the artwork in columns - great work!
i've been wondering about some things concerning artwork display in NG playlist. what does NG stand for by the way?

where are all the artworks stored that are loaded? in RAM?

i'd like to be able to use the artwork column only in certain layouts, is that possible?

musicmusic could you add a checkbox that enables the search for a artwork in the parental directory? i use that for albums that have 2 cds, i store the artwork once in the album folder and have the music files in folders cd1 cd2 etc. i know it would possible to write a script that would look there but that's not very elegant
or would looking into the parental folder as well use a lot more resources??? maybe it would be better after all to store the pictures with the music files - what do you think/suggest

 

Columns UI

Reply #4356
%is_playing% in playlist switcher doesn't work properly. quite often i get more than one playlist that %is_playing%=true
it might have to starting up and starting playback in a different playlist than before shutdown. or with invalid playlist entries (file not found) and then switching to another playlist.

Columns UI

Reply #4357
musicmusic, are there any plans for some of the old requests?

I'm especially interrested in these two requests:

"Lock splitters for sizing"
"make width of the separators configurable or at least > 2"
Can't wait for a HD-AAC encoder :P

Columns UI

Reply #4358
Any chances for images integration in playlist (ie "stars" in order to display rating) ?

Columns UI

Reply #4359
Since upgrading to foobar 0.9.5.3, I discovered that %_playlist_name% isn't working any more.
Is there any equivalent field I can use instead, or - if not - is there any chance, that access to this field can be recovered somehow in the next CUI-Update?
Thanks in advance!

Columns UI

Reply #4360
what does NG stand for by the way?
It doesn't stand for anything in particular.

where are all the artworks stored that are loaded? in RAM?
The scaled copies are kept as GDI resources, so in memory somewhere I guess.

i'd like to be able to use the artwork column only in certain layouts, is that possible?
Not at the moment.. Though it isn't shown if the playlist has no grouping. I may link it more to grouping presets later, don't know if that helps.

musicmusic could you add a checkbox that enables the search for a artwork in the parental directory? i use that for albums that have 2 cds, i store the artwork once in the album folder and have the music files in folders cd1 cd2 etc. i know it would possible to write a script that would look there but that's not very elegant
or would looking into the parental folder as well use a lot more resources??? maybe it would be better after all to store the pictures with the music files - what do you think/suggest
I may just add multiple sources a bit later.

is there any advanced track display panels for colums ui that works wiht the newest foobar sdk?
I don't know. Maybe the last standalone track info panel mod.

%is_playing% in playlist switcher doesn't work properly. quite often i get more than one playlist that %is_playing%=true
it might have to starting up and starting playback in a different playlist than before shutdown. or with invalid playlist entries (file not found) and then switching to another playlist.
Can you try and track down what specifically causes it? I couldn't make that happen. Edit: Never mind I found it.

musicmusic, are there any plans for some of the old requests?

I'm especially interrested in these two requests:

"Lock splitters for sizing"
"make width of the separators configurable or at least > 2"

1. I still don't understand how you accidentally resize something.
2. Maybe.

Since upgrading to foobar 0.9.5.3, I discovered that %_playlist_name% isn't working any more.
Is there any equivalent field I can use instead, or - if not - is there any chance, that access to this field can be recovered somehow in the next CUI-Update?
Thanks in advance!
Hmm, I could make it available again in just Columns UI if needed. Where are you using it (I don't remember if it worked in just the playlist or elsewhere as well) ?
.

Columns UI

Reply #4361
Thanks for the quick reply!


Since upgrading to foobar 0.9.5.3, I discovered that %_playlist_name% isn't working any more.
Is there any equivalent field I can use instead, or - if not - is there any chance, that access to this field can be recovered somehow in the next CUI-Update?
Thanks in advance!
Hmm, I could make it available again in just Columns UI if needed. Where are you using it (I don't remember if it worked in just the playlist or elsewhere as well) ?

I only use it in Globals/Variables where I do some error-checking (missing Tag-Types,ReplayGain,etc.). Because I only want to do this for certain Playlists, I first check against %_playlist_name% before I do the error calculation.

Code: [Select]
Simplified example:

$if($strstr($lower(%_playlist_name%),error),
set_global(bg_color,$rgb(255,255,255))
set_global(has_error,1)
,
set_global(bg_color,$rgb(255,0,0))
set_global(has_error,0)
)

As a workaround I could use the playlist filters for every column, which means I have to double nearly all of my columns, set the filters accordingly and alter the style and display scripts.
Having access to %_playlist_name% again would be easier and much less redundant.

Thanks again for your constant work on ColumnsUI and your great support!

Columns UI

Reply #4362
1. I still don't understand how you accidentally resize something.

I don't accidentally resize things nowadays, but there was a time when I did it now and then =P.
But I can say one thing, a laptop touchpad does sure help... (with the accidental resizing)

Columns UI

Reply #4363
First, I would like to thank you, musicmusic. The possiblity to use title formatting scripts with the Artwork View panel is great.

I have always named my main (front) cover art as %album artist% - %album% and additional images as %album% - Back, %album% - CD, etc. Now I can use these images with foobar. (It would be great if the system could show more than three images. Sometimes I scan complete booklets and have lots of image files in the album folder.)

However, I have a problem with illegal characters.

When I use this rule: %album artist% - %album%
it works fine if the tags don't contain illegal characters, but, for instance, AC/DC - Volts is a problem.

I have named the actual image file as "AC_DC - Volts.jpg" -- i.e. I have replaced the illegal character with an underscore (which is the foobar standard for audio files), but the Artwork View panel does not recognize the filename. Would it be possible to add support for replacing illegal characters with underscores?


Edit: typo

Columns UI

Reply #4364
(It would be great if the system could show more than three images. Sometimes I scan complete booklets and have lots of image files in the album folder.)
I may re-do the config a bit later to incorporate some more stuff later, anyway we'll see a bit later..

When I use this rule: %album artist% - %album%
it works fine if the tags don't contain illegal characters, but, for instance, AC/DC - Volts is a problem.

I have named the actual image file as "AC_DC - Volts.jpg" -- i.e. I have replaced the illegal character with an underscore (which is the foobar standard for audio files), but the Artwork View panel does not recognize the filename. Would it be possible to add support for replacing illegal characters with underscores?
I think the handling of them will vary between people, but anyway just do $replace(%album artist% - %album%,/,_,:,_,*,_) etc.
.

Columns UI

Reply #4365
It doesn't stand for anything in particular.

i thought it might be an abbreviation like 'Neat Grouping' or something
The scaled copies are kept as GDI resources, so in memory somewhere I guess.

i was just wondering, because i'm very impressed by the speed - even with thousands of covers loaded.
Not at the moment.. Though it isn't shown if the playlist has no grouping. I may link it more to grouping presets later, don't know if that helps.

would be very cool if you could add those grouping presets. sounds very nice
I may just add multiple sources a bit later.

very nice indeed!
Can you try and track down what specifically causes it? I couldn't make that happen. Edit: Never mind I found it.

i tracked it down as well; i saw your edit too late
i'll tell you anyway, just in case. it happens when you play a playlist with invalid entries, foobar is trying to play one song after another, all invalid entries, then you switch to a playlist with valid entries. foobar will start playback in that playlist. voila now both playlists are marked as active. (i guess it will only work if playback follows cursor is selected.)

musicmusic keep on developing columns it really rocks!
and it just keeps getting better and better

Columns UI

Reply #4366
I think the handling of them will vary between people,

Apparently foobar uses the underscore character by default (unless something else is defined in the formatting string).

Quote
but anyway just do $replace(%album artist% - %album%,/,_,:,_,*,_) etc.

Thanks. I had forgotten the $replace function even though I have it in some of my old saved renaming rules.

I changed the string to this:
$replace(%album artist% - %album%,/,_,:,_,*,_,"._,<,_,>,_,|,_\,_)
It works fine. I think it contains all common illegal characters (on NTFS), except "a dot in front of the filename", but so far I have not stumbled on a name that would start with a dot.

Columns UI

Reply #4367
I think it contains all common illegal characters (on NTFS), except "a dot in front of the filename", but so far I have not stumbled on a name that would start with a dot.

That's not an illegal file name in NTFS, but just a stupid limitation of Explorer - using cmd.exe and mkdir (or just about any other tool) you can create files and folders starting with a "." or even with a space just fine.

Even Explorer works just fine with those, it just won't allow you to create them - go figure...
np: 4'33"

Columns UI

Reply #4368
I have a request for "Filter" panel:
For double click, and middle click options, I'd like to have the same options as "Album List panel":
- Double-click action: Send to playlist
- Midle-click action: Add to playlist
- Auto-send to playlist (unchecked in my case): "Default"

Else, I know it's in the todo list, but a search as-you-type would allow a much more powerful panel.

Columns UI

Reply #4369
0.3 beta 2 preview 8 released. See changelog for the details.
.


Columns UI

Reply #4371
really nice musicmusic,
i love the reflection thanks so much for this and the other improvement

Columns UI

Reply #4372
you're the best   

love the cover reflect...
request: are you planned to add a custom cd case image and a transparent overlay, like this
it will be perfect 
more or less, minus is best

Columns UI

Reply #4373
Great update.
I love how the covers in ng playlist resize according to their width, not height, when reflection is enabled. The tall ones look much better now.

Columns UI

Reply #4374
awesome update indeed.. loving the reflections