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

foo_uie_single_column_playlist

Reply #950
The changelog is in the download.

foo_uie_single_column_playlist

Reply #951
can anyone tell me why this isnt working for me?

i put %playlist_name% in a track info panel as it displays "?" while %cwb_activelist% works


It doesn't work in the track info panel, only in the single column playlist (and probably normal columns ui playlist aswell..)

foo_uie_single_column_playlist

Reply #952
Okay. 1st time user of this component.
Tried to read thgough some of the 37 pages of this thread + Wiki, and tried many many things.
Nothing works. My image files are not displayed.
I just know I doing something wrong.

All my album art is located in D:\#Download2\#Internet\#Radio\#LastFM\LastFM Desktop\cache\.
My final destination is actually to right-align the album art throughout the album or part of it (makes more sense). But before I ask how I should right-align it (another $align(right,top)? Guess not) I need an image to display - which, as I said - it doesn't.

Code: [Select]
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-SYSCOL-13 pencolor-null))
$if(%_focused%,$drawrect(0,0,0,0,brushcolor-null pencolor-SYSCOL-6))
$if(%_selected%,$textcolor(SYSCOL-9),$textcolor(SYSCOL-8))
$padding(4,0)
$align(left,top)[%tracknumber% | ]%title%
$align(right,top)%CODEC% %bitrate% | $div(%filesize%,1048576).$left($right($div(%filesize%,1024),3),2) MB
$imageabs2(300,300,,$sub($mul(%_height%,%_itemindex%),$add(%_height%,4)),,%height%,150,80,D:\#Download2\#Internet\#Radio\#LastFM\LastFM Desktop\cache\*%album artist%*%album%*.jpg,)


Thanks

foo_uie_single_column_playlist

Reply #953
^^^^

You can't use hashes (#) in the path. I don't know why, but it causes the images not to display..

foo_uie_single_column_playlist

Reply #954
I use next formating string for "Group by"

Quote
$if($or($strstr(%path%,'Singles'),%discnumber%,$strstr(%cwb_activelist%,Trackinfo Playlist),$strstr(%cwb_activelist%,default)),!noheader!,%directory%)




And when I swich playlists - the "Group by" value saves from previous playlists.

Example:
switch from "default" to "playlist tree", then switch against and "Group by" is %directory%.

I solve this in next way default - playlist tree - Trackinfo playlist - default and "Group by" is !noheader!.

Is it bug and is it possible correct this bug?

foo_uie_single_column_playlist

Reply #955
is it possible to use multiple lines for tracks? and is there a value to count the number of files that are selected?

what id like to do is create a playlist style that just shows the title and playlist number on each line, unless a single track is selected or playing. then id like it to show some more info like the album on a few lines and some album art.

foo_uie_single_column_playlist

Reply #956
gob:

There is no way to change the item height based on if the track is a single or not. However you can increase your row height to accommodate two lines of text, use $align() or $alignabs() to position that text, and then use an $if() to determine if a second line of text is displayed an/or what it displays.

foo_uie_single_column_playlist

Reply #957
I'm having a grouping problem. I use a subtitle tag to hold information like "Music From and Inspired by the Film" and "Original Motion Picture Soundtrack". In this cae I have both sound tracks to the film Crash. %album artist% is "Various Artists" for all tracks.

So far I group by:
Code: [Select]
%album%%disc%%edition%%album artist%

and everything works fine but all the tracks from both soundtracks are grouped together. If I add %subtitle% anywhere in the list it gives me

Album 1 Track 1
Album 2 Track 1
Album 1 Track 2
Album 2 Track 2

The sort string that I'm using is:
Code: [Select]
$if($strcmp($left(%album artist%,4),The ),$right(%album artist%,$sub($len(%album artist%),4))', 'The,%album artist%) - %date% - %album% - $num(%disc%,2) - $num(%tracknumber%,2)

Any ideas?

foo_uie_single_column_playlist

Reply #958
hi sorry to ask again but i got no answer, is there a way to display embedded album art?

foo_uie_single_column_playlist

Reply #959
Not at present
My Name is Sean and I'm here to leech off your genius.

foo_uie_single_column_playlist

Reply #960
I as well am missing global-variables support. In my case to define colors and config-vars in a central place, instead of spreading them all over the code.
I am arrogant and I can afford it because I deliver.


foo_uie_single_column_playlist

Reply #962
Is it possible to have 2 rows for single track items?



foo_uie_single_column_playlist

Reply #965
I want to have 2 lines for %isplaying% and only one for others. Is that possible?

foo_uie_single_column_playlist

Reply #966
No, not possible if you are referring to using 2 different heights. It is possible by using $if(%_isplaying%,[double line functions here],[single line functions here])

foo_uie_single_column_playlist

Reply #967
I have another feature suggestion... the ability to draw gradients.

example:
$drawgradientrect(x,y,w,h,brush1color-200-200-200 brush2color-255-255-255 pencolor-0-0-0 orientation-v)

foo_uie_single_column_playlist

Reply #968
gradients would be very handy, yes (already on my mind). and they should support adding alpha values too ...

 

foo_uie_single_column_playlist

Reply #969
I'm just looking for a way to set variables across the whole playlist, like Column UI's global variables. and be able to get/set them in the group and item display boxes.


even if values persist through different items, there is no order in which items are evaluated (they are evaluated as needed when displayed).


I as well am missing global-variables support. In my case to define colors and config-vars in a central place, instead of spreading them all over the code.


globals should work.... you might need to restart if you make any changes w/ globals though.


foo_uie_single_column_playlist

Reply #971
hi,...

how does the nokeepaspect-parameter work?

i use this code, but the images arn't shrinked...

$imageabs2(0,0,,,71,71,790,0,$replace(%path%,%filename_ext%,%album artist% - %album%.jpg),NOKEEPASPECT)

thanks....

foo_uie_single_column_playlist

Reply #972
i was wondering what every1 wanted to do with global variables?

foo_uie_single_column_playlist

Reply #973
hi,...

how does the nokeepaspect-parameter work?

i use this code, but the images arn't shrinked...

$imageabs2(0,0,,,71,71,790,0,$replace(%path%,%filename_ext%,%album artist% - %album%.jpg),NOKEEPASPECT)

thanks....


For starters, you're trying to resize the image to 0x0, a non-existant image isn't much fun...

foo_uie_single_column_playlist

Reply #974
So we need:

- Exporting/Importing to .fscp files.
- Pandas
- Globals support.
- Minimum Group sizes.


Any ETAs?
hi