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] EsPlaylist (Read 337016 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not My Release] EsPlaylist

Reply #400
@Senna GREAT PLUGIN!!!

I use library view on my touchscreen and it works perfect

thing is loading the album covers takes some time during scrolling

so like many others on this forum the feature I would like to see is sort of a cache file to load cover images faster during scrolling


Thanks


[Not My Release] EsPlaylist

Reply #401

hi guys:
i have tried the EsPlaylist
but i dont find how to change the grouping display formatting.
i saw someone have made some change from default formatting like display the total tracks and length.
and in the readme file it said there is a Grouping Layer Setting in grouping setting.
but i dont find this setting, see the screensnap above.
what wrong with my foobar?

[Not My Release] EsPlaylist

Reply #402
double click on preset (%album%)

hi guys:
i have tried the EsPlaylist
but i dont find how to change the grouping display formatting.
i saw someone have made some change from default formatting like display the total tracks and length.
and in the readme file it said there is a Grouping Layer Setting in grouping setting.
but i dont find this setting, see the screensnap above.
what wrong with my foobar?

[Not My Release] EsPlaylist

Reply #403
EsPlaylist v0.1.3.5.1(2011/01/08) released.

    [/li]
Quote
  • changed: dealing of keyborad-shortcuts on searchbar
  • changed: dealing of selected-item:foreground-color of group title on ColumnsUI
    [/li]

Download EsPlaylist v0.1.3.5.1

 

[Not My Release] EsPlaylist

Reply #404
Well, its a easy question but im not able to find a solution:



I want the lines in my EsPlaylist alternating white and gey starting with the 1st track of an album but im not able to find the place where i have to put the code.
I tried Columns Ui - Playlist View - Global but it has no affect on the style of EsPlaylist.

mfg empoert

[Not My Release] EsPlaylist

Reply #405
Well, its a easy question but im not able to find a solution:



I want the lines in my EsPlaylist alternating white and gey starting with the 1st track of an album but im not able to find the place where i have to put the code.
I tried Columns Ui - Playlist View - Global but it has no affect on the style of EsPlaylist.

mfg empoert


Right click in playlist Options > Configure... > Alternate row color

[Not My Release] EsPlaylist

Reply #406
thanks a lot. Is there a way to change the colour from white and grey to blue and green for example?

[Not My Release] EsPlaylist

Reply #407
Hey. Thank you very much for the update  Although I do think the Ctrl modifier should also be overruled when typing in the search field, as Ctrl is also used for editing. At any rate, it's great to finally be able to use the media player standard Spacebar for play/pause!

I don't know if you keep a list of requests? This is my list so far:
  • Being able to choose a specific icon for groups at a layer! (Having a group called something abstract like "Singles" and then showing the first album cover art doesn't really make sense)
  • When all elements in a group are selected (manually) the group header should be selected automatically as well. The way it is now it is kind of random when the group header is selected, which may be confusing for some
  • When the playlist has been auto-filled by Facets, the commands (go to up-layer/down-layer) don't work before something is selected
  • After applying tags (and downloading cover art) with the Discogs plugin the playlist should be automatically refreshed - like when running file ops, for instance
  • Sometimes it is a bit difficult dragging elements on the playlist - both up/down the list and to other lists. Sometimes the item just doesn't really stick. Maybe I ought to test more, but it is like one has to be very firm when clicking on the elements to drag them (after selecting them first) - sometimes nothing happens.
  • How about making the max height of the Group Info column match the max height of either the artwork or the group itself, whichever is highest?
  • Smooth scrolling in the up-layer view. The scroll becomes kind of uneven, as the headers from even higher views make it jump in uneven intervals, changing between the height of the cover art and the height of the header. Also, I think it would give a more smooth experience.
  • Reducing the white-space in the up-layer view a bit as well. When the cover art column looks nice in the flat level, I get three items across in the up-level with *a lot* of white-space.

I am extremely grateful for this plugin already, so no pressure  Anyway, happy coding!

[Not My Release] EsPlaylist

Reply #408
It is possible that text in brackets  to appears dimmed, useful for "Artist (feat. another artist)" or "Title (some remix)".

[Not My Release] EsPlaylist

Reply #409
right click a column header and select "edit"

Code: [Select]
$replace(%title%,'(',$rgb(100,100,100)'(',')',')'$rgb())


you can put whatever colour you like in the $rgb function.

edit:
i forgot you could also use the $es_hl function as well. this would then be dynamic and follow your colour scheme....
Code: [Select]
    $es_highlight(x)  or  $es_hl(x)
        [Column Format] [Group Title] [Group SideInfo]
        Sets the color for the following text according to x.
        The range of x is from -3 to 7.
        
          x     |         -3              -2     ...   0   ...   2       ...    4    ...    6              7
        color   |    near-background  intermediate   text    intermediate   highlight  intermediate  near-background


    $es_highlight()  or  $es_hl()
        Resets the text color to the default color.

[Not My Release] EsPlaylist

Reply #410
Thanks, I forgot that there is documentation in the zip.

[Not My Release] EsPlaylist

Reply #411
  • Smooth scrolling in the up-layer view. The scroll becomes kind of uneven, as the headers from even higher views make it jump in uneven intervals, changing between the height of the cover art and the height of the header. Also, I think it would give a more smooth experience.
This will be fixed in the next release.

[Not My Release] EsPlaylist

Reply #412
EsPlaylist v0.1.3.6(2011/01/12) released.

Quote
  • changed: scroll behaviour in Layered View.
  • added: mainmenu command about input-focus.


Download EsPlaylist v0.1.3.6

[Not My Release] EsPlaylist

Reply #413
Thank you!  Can you explain the "mainmenu command about input-focus" a little closer? I can't seem to find it.

The scrolling is very nice, indeeed. The last detail in order to make it perfect would be having the screen jump a little further upon crossing a header - but, only when using the mouse wheel. The scroll bar is very smooth now, but, using the mouse wheel, whenever there is a header, the position of each cover in relation to the window is changed.

Also, it would be great, of course, to have image caching as they only *almost* load fast enough for quick browsing

[Not My Release] EsPlaylist

Reply #414
edit: i forgot you could also use the $es_hl function as well. this would then be dynamic and follow your colour scheme....

Is there any reason why $es_hl behaves differently to $rgb in tittleformatting?

eg)
Code: [Select]
%title%[$es_rgb(0,128,255)' (feat. '%featuring%')']
will display as expected, but
Code: [Select]
%title%[$es_hl(4)' (feat. '%featuring%')']
will append " (feat. ?)" to titles missing the featuring tag.

[Not My Release] EsPlaylist

Reply #415
that looks to be a bug. but in the meantime you could take it outside the square brackets.

Code: [Select]
%title%$es_hl(4)[ '('feat. %featuring%')']

[Not My Release] EsPlaylist

Reply #416
it would be great, of course, to have image caching as they only *almost* load fast enough for quick browsing


Agreed with this, I still usually beat the images by a little bit when I'm browsing quickly.


I must continue to praise Senna for this plugin. Absolutely magnificent.


[Not My Release] EsPlaylist

Reply #418
The changes in the new version when using layered view and browse mode result in images frequently being cut-off top and bottom. With all previous versions they were top aligned and always neatly fitted (compare the two pictures). Personally I think the previous behaviour looks much better. Therefore, is it possible to have the previous behaviour back specifically for layered view – browse mode?









[Not My Release] EsPlaylist

Reply #419
The changes in the new version when using layered view and browse mode result in images frequently being cut-off top and bottom. With all previous versions they were top aligned and always neatly fitted (compare the two pictures). Personally I think the previous behaviour looks much better. Therefore, is it possible to have the previous behaviour back specifically for layered view – browse mode?









Same for me, please restore previous scrolling style or make 1.3.5.1 available

Thanks for all the hard work on a fantastic plugin


[Not My Release] EsPlaylist

Reply #420
EsPlaylist v0.1.3.6.1 (2011/01/21) released.

Quote
Changelog:
  • fixed true/false value that some titleformat fields return.
  • changed: made mainmenu commands hide.


Download EsPlaylist v0.1.3.6.1

[Not My Release] EsPlaylist

Reply #421
Thanks ssenna! Especially for "changed: made mainmenu commands hide."

[Not My Release] EsPlaylist

Reply #422

   

%es_subgroup_count% and %es_subgroup_length% dont work since Foobar2000 v1.1.2 or EsPlaylist v0.1.3.6.1.
So I updated it and noticed