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

Columns UI

Reply #4251
As long it doesn't slows the NG playlist down or makes it use more memory for us who don't want that feature.
I would be very dissapointed (and surprised) if columns_ui would be bloated with too much extended settings.

Columns UI

Reply #4252
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.


I think we can change the group back and text style in playlist view globe style.

use %_is_group% as the criterion,
here is my code:
$if(%_is_group%, $setstyle(back,$rgb(20,20,20)....) $setstyle(text,$rgb(150,150,150)
,
else)

that is a way to set the line color and back. and you can still change your group text style in group script use $rgb(,,) function.

Columns UI

Reply #4253
I still confussed how $offset_colour and $calculate_blend_target works.

using $offset_colour($rgb(55,55,55),ff0000,12) return rgb code: 35, 35,135.

another question:

Could I have more than one keywords displayed in group?

when I use the code:
%album%  %artist%
in group script, the ng playlist just groups both keywords.

so if I have a album with 10 various artists, the ng playlist will group 10 groups.

ofcourse I can use playlist filters to exclude that playlist, but I do really prefer the group head can show more information.

Columns UI

Reply #4254
Bug? My artwork view in NG playlist refreshs after an interval of about one minute.
Is it normal? Or it's the problem of my setting?

my OS is XP sp2, foobar 0.9.5.2 and the latest Column UI

 

Columns UI

Reply #4255
i found a glitch in the newest version 0.3 beta 2 preview 4

when using $tab the first column isn't to the very left it looks like there is a space inserted. only when there is something displayed in the second column. see picture for details

i drew a small red rectangle over the section where it happens.

here is the code i use for the second, third and fourth line:
Code: [Select]
// 2
$if(%album type%,%album%' ('%album type%')',[%album%])
[$tab()CD%discnumber%[/%totaldiscs%]]
,
// 3
[$if(%original release date%,%original release date%' ('%date%')',%date%)] $tab()[$if(%style%,%genre%' | '%style%,[%genre%])]
,
// 4
$if($info(referenced_file),'CUE: ')$get_global(codec) %bitrate%kbps $info(samplerate)Hz $info(encoding) %channels% $if2('('$abbr(%__mp3_stereo_mode%)')',)  
$tab()$muldiv(%__bitrate%,100,1411)'% of CDDA'

Columns UI

Reply #4256
I'd like to see reflection on images in the playlist, like in iTunes. That would be really cool.
Yes it would be a nice touch


It would be nice if Artwork view shows, when no track is playing, the cover of the selected track/album in the playlist.


I will add some options at some point.

Bug? My artwork view in NG playlist refreshs after an interval of about one minute.
Is it normal? Or it's the problem of my setting?

my OS is XP sp2, foobar 0.9.5.2 and the latest Column UI
Maybe play count related? I think with current grouping implementation that would happen if the first track in a group was modified.

i found a glitch in the newest version 0.3 beta 2 preview 4

when using $tab the first column isn't to the very left it looks like there is a space inserted. only when there is something displayed in the second column. see picture for details
[a href="http://img152.imageshack.us/my.php?image=bugkr8.png" target="_blank"] But it's more noticeable in NG Playlist for some reasons. It should be corrected in next build, thanks.
.

Columns UI

Reply #4257

i found a glitch in the newest version 0.3 beta 2 preview 4

when using $tab the first column isn't to the very left it looks like there is a space inserted. only when there is something displayed in the second column. see picture for details
[a href="http://img152.imageshack.us/my.php?image=bugkr8.png" target="_blank"] But it's more noticeable in NG Playlist for some reasons. It should be corrected in next build, thanks.

I thought it was intended. I like it (or more "liked it" before I added the album art column and the tab went to not noticable). If you could add a setting in some way to decide space or no space i think it should be appreciated. But only if it's not to much of a hassle.

Columns UI

Reply #4258
He's talking about the extra indentation on the 3rd/4th lines with a tab character after the first section of text  - that's not intended. Those lines are shifted a bit to the right.
.

Columns UI

Reply #4259
Ah, I see ^^
Good

Columns UI

Reply #4260
Can someone explain some of the filter behavior to me?

Here's what I want to do:

1. Browse to an album using three filter panes (genre/artist/album)
2. Play the album
3. Browse to another album
4. Add this new album to the playlist where the previous album is playing

This is a pretty simple use case.  For some reason this is not easy to accomplish without dragging via the mouse?

I can easily browse to an album and play it.  The album is automatically sent to the "Filter Results (Playback)" playlist and is played.  When I browse to another album, I see the results of the browsing in the "Filter Results" playlist.  Now, how do I quickly add this album to the "Filter Results (Playback)" playlist?  When I try to send it to the "autosend playlist" (what is that? I don't see it defined anywhere.  is that the same as the "active playlist"?), nothing happens.  When I try to add it to the "active playlist", it just gets appended back to the "Filter Results" list (why would this EVER be useful?).  The only way I see how to add it is to drag the tracks to the "Filter Results (Playback)" list.  Is this the fastest way to do this?  Seems like you might want a faster way to do this?

Furthermore, is it possible to change the name of these playlists ("Filter Results" and "Filter Results (Playback)")?  I don't like these names.

Columns UI

Reply #4261
Been meaning to ask this for a while, actually...

Would it be possible to add an option to CUI's groups that would suppress grouping for groups of size 1, displaying those files as if grouping were turned off?

This way, the result of shuffling a playlist of whole albums would look much better (not to mention it would allow you to see more files at once) since you wouldn't get oodles of one-file groups...

(Even better would be an option to only display a group if it's made up of all files that belong to the group, i.e. if all files of an album are present and accounted for, but that's probably quite awkward to check...)

Just my 0.02 EUR...
np: 4'33"

Columns UI

Reply #4262
Columns UI just crashed foobar for me while navigating the Filter panes.  Is there somewhere where I should submit a crash report?

Columns UI

Reply #4263
Yes. Here. Use a codebox. Or pastebin.com if you prefer.
.

Columns UI

Reply #4264
I played around with artwork repository front path and came up with this long a** string.
Code: [Select]
$if($cwb_fileexists($replace(%path%,%filename_ext%,)cover.jpg),$replace(%path%,%filename_ext%,)cover.jpg,$if($cwb_fileexists($replace(%path%,%directoryname%'\'%filename_ext%,)cover.jpg),$replace(%path%,%directoryname%'\'%filename_ext%,)cover.jpg,$if($cwb_fileexists($replace(%path%,%filename_ext%,)cover Disc %disc%.jpg),$replace(%path%,%filename_ext%,)cover Disc %disc%.jpg,$if($cwb_fileexists($replace(%path%,%filename_ext%,)cover.png),$replace(%path%,%filename_ext%,)cover.png,$if($cwb_fileexists($replace(%path%,%directoryname%'\'%filename_ext%,)cover.png),$replace(%path%,%directoryname%'\'%filename_ext%,)cover.png,$if($cwb_fileexists($replace(%path%,%filename_ext%,)cover Disc %disc%.png),$replace(%path%,%filename_ext%,)cover Disc %disc%.png,$if($cwb_fileexists($replace(%path%,%filename_ext%,)cover.gif),$replace(%path%,%filename_ext%,)cover.gif,$if($cwb_fileexists($replace(%path%,%directoryname%'\'%filename_ext%,)cover.gif),$replace(%path%,%directoryname%'\'%filename_ext%,)cover.gif,$if($cwb_fileexists($replace(%path%,%filename_ext%,)cover Disc %disc%.gif),$replace(%path%,%filename_ext%,)cover Disc %disc%.gif,)))))))))
Well my covers are all in these searched places. After caching all of my album arts (actually I scrolled around a bunch of times), it does scroll impressively fast.
Will you implement wild cards support and multiple sources in the future so  ppl like me don't have to deal with it with patched work like this?

Also I would like to have system minute and system second available after checking "Make date info available" in global tab.

Columns UI

Reply #4265
Well. Thuan, half you are talking to the wrong person.
Because musicmusic have stated that if the cover is in the same folder it uses the same scheme to look for files as DUI (maybe even a function in the SDK?).
The function you are using are for people who use a single folder.

Columns UI

Reply #4266
You can "misuse" it to access covers at other places which I used. So it didn't misfire in a way. Beside doing it this way feel faster to me instead of using foobar internal function to look for covers. At least foobar seems to be more responsive when scrolling in playlist with thousands of songs and covers.

Columns UI

Reply #4267
You can "misuse" it to access covers at other places which I used. So it didn't misfire in a way. Beside doing it this way feel faster to me instead of using foobar internal function to look for covers. At least foobar seems to be more responsive when scrolling in playlist with thousands of songs and covers.

I know.
What I meant was that maybe you should talk to the main developers of foobar first as they are the one who "decided" how to search for covers.

But then again, musicmusic promised some improvements on the cover search dialog in columns_ui. So you will probably get what you want.

Columns UI

Reply #4268
Can I access global colours/fonts configuration using current SDK (6.2)? I'm talking about Columns UI -> Colours and Fonts preferences page. I would like to add my component to 'Colours -> Element' list (same for Fonts) and then read my colours/fonts configuration from this place.

Columns UI

Reply #4269
I played around with artwork repository front path and came up with this long a** string.
[...]
Well my covers are all in these searched places. After caching all of my album arts (actually I scrolled around a bunch of times), it does scroll impressively fast.
Will you implement wild cards support and multiple sources in the future so  ppl like me don't have to deal with it with patched work like this?

I will just outline what my current plans are which will hopefully clear a few things up:
-Add support for relative paths (to the media file)
-Add support for wild cards
-Remove the need to specify the file extension
-Make using the foobar2000 reader optional

Regarding multiple sources, is there a reason this is needed other than inconsistent artwork file naming/locations? Can you not pin down an accurate location using metadata (TOTALDISCS, etc.)?

Also I would like to have system minute and system second available after checking "Make date info available" in global tab.
The playlist would have to refresh too often, hence it was left out.

Can I access global colours/fonts configuration using current SDK (6.2)? I'm talking about Columns UI -> Colours and Fonts preferences page. I would like to add my component to 'Colours -> Element' list (same for Fonts) and then read my colours/fonts configuration from this place.
There is an API, but it's not finalised yet, so it's just used internally at the moment. Of course I am glad someone wants to use it, I will finalise it in one of the next few Columns UI releases , thanks.
.

Columns UI

Reply #4270
When I try to send it to the "autosend playlist" (what is that? I don't see it defined anywhere.  is that the same as the "active playlist"?)
The concept comes from album list panel. It refers to the playlist that would be used if autosend is enabled when selecting an item.

why would this EVER be useful?
Active playlist refers to the currently displayed playlist. It doesn't have to be "Filter Results".

The only way I see how to add it is to drag the tracks to the "Filter Results (Playback)" list.  Is this the fastest way to do this?  Seems like you might want a faster way to do this?
That may be the easiest way, yes. You don't say what your prefered method would be (double click?), but possibly some component like foo_utils would add some relevant commands to the context menu.

Furthermore, is it possible to change the name of these playlists ("Filter Results" and "Filter Results (Playback)")?  I don't like these names.
Not currently. Maybe later.

Would it be possible to add an option to CUI's groups that would suppress grouping for groups of size 1, displaying those files as if grouping were turned off?
The current design of the list control used by NG Playlist does not accommodate for variable grouping levels in that manner, and it would require some major changes to support this. I am not planning to do this at the moment, sorry. I also think current group indentation behaviour would conflict with that. Best you can do currently is to try and put in your singles in 'Singles' group(s), or put them on a separate playlist without grouping.
.

Columns UI

Reply #4271
I will just outline what my current plans are which will hopefully clear a few things up:
-Add support for relative paths (to the media file)
-Add support for wild cards
-Remove the need to specify the file extension
-Make using the foobar2000 reader optional

Thank you. I will only have to wait then.
 
Regarding multiple sources, is there a reason this is needed other than inconsistent artwork file naming/locations? Can you not pin down an accurate location using metadata (TOTALDISCS, etc.)?

Well, yes in a way. I used to have multi disc album structure like this:
Album name
-Disc 1
--01. title
--...
-Disc 2
--01. title
--...
-...
And cover is stored inside "Album name" folder for single cover albums or if it has multiple covers each cover is inside its correspondent Disc folder.
Some time ago, I changed the structure to what foobar uses in its file path manipulator (either masstagger or fileops or both I can't remember) like this:
Album name
-1.01. title
-...
-2.01.title
-...
Single cover will just go in "Album name" folder but with multi cover multi disc albums I have to use "cover disc %disc%" format.
Now that I think about it I shouldn't have changed that. If you have spare time and implement multiple sources, it will be great as I won't have to fix my library which is a little large. Please give me your answer if you plan not to do this, so I can prepare for it.
 
The playlist would have to refresh too often, hence it was left out.

Fair enough, I thought it is some thing like this but I asked anyway.

Columns UI

Reply #4272
No, I am not planning to add multiple sources.
.

Columns UI

Reply #4273
how long until your next update MM.. it seems like ages

Columns UI

Reply #4274
Erh musicmusic can you reconsider? In case, multi disc albums have cover for each disc I still need multiple sources
Quote
And cover is stored inside "Album name" folder for single cover albums or if it has multiple covers each cover is inside its correspondent Disc folder.

as TOTALDISCS alone is not enough to check for this case. Adding another metadata to check is ok but well a little ugly.