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: [Not My Release] ELPlaylist (Read 532483 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not My Release] ELPlaylist

Reply #575


I second this ^^ request.

[Not My Release] ELPlaylist

Reply #576
does the $swapprefix() function work with grouping sort format? I couldn't get it to change the sorting of a playlist at all.

[Not My Release] ELPlaylist

Reply #577
ONe feature request again
I am still working on 2 different layout: one for normal playlists and one for lastfm. One thing i love in ELPlaylist is that i can disable group in one layout and not in the other(grouping makes no sense in lastfm). But the one thing bugging me is about visual style and padding. Those settings (and especially padding) is shared among  layouts.
Would it be possible to have it specific to each layout? The reason is that in groups i use left padding which makes sense. But i dont need it when there is no group and its lost space.

Thanks

[Not My Release] ELPlaylist

Reply #578
instead of using the style tab, use $drawthemerect in your script.

[Not My Release] ELPlaylist

Reply #579
But i dont see how to have the sa,me win7 selected item effect with it?

[Not My Release] ELPlaylist

Reply #580
well of course you have to use it with $if statements like this....

$if(%el_isplaying%,$drawthemerect(0,0,%el_width%,%el_height%,listview,1,5),)
$if(%el_selected%,$drawthemerect(0,0,%el_width%,%el_height%,listview,1,6),)

[Not My Release] ELPlaylist

Reply #581
Wow thank you so much!

[Not My Release] ELPlaylist

Reply #582
Just found out that i can drag and drop a group. Very useful.
One bug though, if you select multiple groups and try to drag and drop, only the first one will be dropped.

[Not My Release] ELPlaylist

Reply #583
any hopes for dui compatible version of this ui element?

[Not My Release] ELPlaylist

Reply #584
feature request:
it would be awsome to have buttons in el playlist just like in PPS. Possible?

great plugin, thanks a lot ssenna!

[Not My Release] ELPlaylist

Reply #585
hi guys!

is there some place were you can downlad scripts for ELPlaylist?

i'm not good at scripting, but would love to make use of this component. some of you made your playlist look just awesome.

[Not My Release] ELPlaylist

Reply #586
How do I get the script command imageabs to get front, back cover art from the foobar core (v1.0+) rather that from foo_covers? Whilst foo_covers was a good idea, I'd like to remove it from my config. and also remove the annoying message at startup.

Thanks.

[Not My Release] ELPlaylist

Reply #587
Does anyone knows the function of shortcut key "Ctrl" + "Num+"?
I was confused by the flashing drop shadow when I press them.

Thanks in advance!

[Not My Release] ELPlaylist

Reply #588
Just a few simple questions:

I enabled hover for making an item and group popup and set the delay to 0ms.
Then I filled in %title% (just for testing) in popup (track) field.
Now my problem is that I can't see any popups. Can somebody please tell me what I forgot.

I also got a question regarding fonts.
Is it possible to do something like %title% - %artist% with title in a bigger font and a different colour than the artist?

I can't seem to figure this out because the drawtext function only let's me enter the size en colour of one piece of text. I want different sizes and colours on the same line without using tabs.

I used to use panels ui/single column playlist which made this a bit easier with the alignabs function. Is there something simular in el playlist/ panel stack splitter?

Thanks in advance


1) you need to check "enable hover" and select Popup in the drop down list for group and item.  If you've done that already, try 10 ms delay instead of 0.

2) as far as I know, there's no way to do that.  what I do is

$font(,10,)
$drawtextex('blahblah',...)
$puts(x,$add(5,$gettextwidth('blahblah'))
$font(,12,)
$drawtextex('blahblah2',$get(x),...)

I tried to do like this, but can't get it working. What is 'x'? I want to make title and genre text in different color and maybe font.
Here is mine code:
Code: [Select]
$font(Calibri,9,bold)
$drawtext(%list_index%,1,0,40,%el_height%,$get(tracknum_color),hcenter vcenter)
$drawtext($if2(%artist%  -  ,)%title% '('$if3(%genre%',' ,)%date%')' '['%bitrate%' kbps]',45,0,$sub(%el_width%,105),%el_height%,$get(item_text_color),vcenter end_ellipsis)
$drawtext(%length%,$sub(%el_width%,60),0,45,%el_height%,$get(item_text_color),right vcenter)


[Not My Release] ELPlaylist

Reply #589
How can I sort my groups by year?

[Not My Release] ELPlaylist

Reply #590
I'd like to request an option that lets the "now playing" command work when the "Display only the focused group" setting is checked. That way I can effectively force the playlist in my now playing view to only display tracks from the currently playing album.

How can I sort my groups by year?


Misc tab, enter a display name and put %year% in the sort format.

[Not My Release] ELPlaylist

Reply #591
I tried to do like this, but can't get it working. What is 'x'? I want to make title and genre text in different color and maybe font.


You don't have to worry about the x, it's a variable, you don't have to use them.

What he means is using $gettextwidth to get the length of the tags, then using $add to set the spacing between them.

Here's how it looks with the first three lines of your code:

$font(Calibri,9,bold)
$drawtext(%list_index%,1,0,40,%el_height%,$get(tracknum_color),hcenter vcenter)
$drawtext($if2(%artist%  -  ,),45,0,$sub(%el_width%,105),%el_height%,$get(item_text_color),vcenter end_ellipsis)
$drawtext(%title%,$add($gettextwidth(%artist%),60),0,$sub(%el_width%,105),%el_height%,$get(item_text_color),vcenter end_ellipsis)

[Not My Release] ELPlaylist

Reply #592
Hi,can you help about the backround and year on ELplaylist? I want to have the album art of song that plays as backround and the year of current album,i dont know nothing about scripting.Thanks in advance.

 

[Not My Release] ELPlaylist

Reply #593
I'd like to request an option that lets the "now playing" command work when the "Display only the focused group" setting is checked. That way I can effectively force the playlist in my now playing view to only display tracks from the currently playing album.

How can I sort my groups by year?


Misc tab, enter a display name and put %year% in the sort format.

That didn't work.

[Not My Release] ELPlaylist

Reply #594
that's just for the context "sort" option.

really, you want to configure how foobar populates your playlist. using v1, you can set the sort order under file>preferences>shell integration. (it's under "general" in 0.9.x)

but then some library veiwers -for example columns UI filters - have their own settings.



[Not My Release] ELPlaylist

Reply #597
I tried to do like this, but can't get it working. What is 'x'? I want to make title and genre text in different color and maybe font.


You don't have to worry about the x, it's a variable, you don't have to use them.

What he means is using $gettextwidth to get the length of the tags, then using $add to set the spacing between them.

Here's how it looks with the first three lines of your code:

$font(Calibri,9,bold)
$drawtext(%list_index%,1,0,40,%el_height%,$get(tracknum_color),hcenter vcenter)
$drawtext($if2(%artist%  -  ,),45,0,$sub(%el_width%,105),%el_height%,$get(item_text_color),vcenter end_ellipsis)
$drawtext(%title%,$add($gettextwidth(%artist%),60),0,$sub(%el_width%,105),%el_height%,$get(item_text_color),vcenter end_ellipsis)

I think because of $add($gettextwidth(%artist%) can't make alignment like before, is it possible to 'minus' $gettextwidth from $sub(%el_width%,105) (of course, if there is the problem)?

[Not My Release] ELPlaylist

Reply #598
I think because of $add($gettextwidth(%artist%) can't make alignment like before, is it possible to 'minus' $gettextwidth from $sub(%el_width%,105) (of course, if there is the problem)?


Yeah, it looks like this:
$sub($sub(%el_width%,105),$gettextwidth(%artist%))

That should line things up perfectly.

[Not My Release] ELPlaylist

Reply #599
you don't need to nest $sub statements like that. you can just separate each value with a comma.

$sub(%el_width%,105,$gettextwidth(%artist%))

will give the same result.