HydrogenAudio

Hosted Forums => foobar2000 => 3rd Party Plugins - (fb2k) => Topic started by: WilB on 2010-02-26 19:26:27

Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-02-26 19:26:27
Here is the link: http://foo2k.chottu.net/ (http://foo2k.chottu.net/)

EsPlaylist is a nicely maturing playlist for CUI and DUI. Now it has its own topic to enable specific feedback.
Title: [Not My Release] EsPlaylist
Post by: Tefra on 2010-02-26 19:55:24
despite the almost disaster of loosing all his plugins sources, EsPlaylist 0.0.4 alpha was released today   

As far as i can tell since the 0.0.3 alpha the changes are
- the gui now follows the foobar themeing options
- a few extra options are set through the context menu (enable|disable group header, alternate colors and scrollbar)



if the switch between column format and dynamic format after stoping playback is fixed the EsPlaylist will be 100% useable for me.
Title: [Not My Release] EsPlaylist
Post by: Keesface on 2010-02-26 20:15:17
What exactly does the dynamic format line do?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-02-26 20:31:39
it updates every second. this means you can display stuff like %playback_time% in the playlist.

edit: i'm really liking the new alpha. the main reason i couldn't use 0.0.3 was the display not up not updating when tags changed but now that's fixed i can use it all the time. also, the option to turn off column headers is something i've wanted in DUI for years. 

thanks ssenna.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-02-26 20:46:51
It's awesome to hear that the developer managed to recover the code after the hard drive issues.  This component has a LOT of potential.

The library mode is great, but it would be so much better if we could control the "double-click" command.  Currently, it's set to "add to current playlist", but I would like to make it "send to <specific playlist>".  Also, if a quick search/sort box were to be added, I'd have a complete library organizer that could replace the aging Facets component.
Title: [Not My Release] EsPlaylist
Post by: Keesface on 2010-02-26 20:57:11
Quick layout i made using the new esplaylist:
(http://imgur.com/e7v57l.jpg) (http://imgur.com/e7v57.png)

It would be beyond awesome if the playlist could interact with facets.
Title: [Not My Release] EsPlaylist
Post by: metalboy on 2010-02-26 21:21:10
I like it but it seems in DUI I can get a colered background but in CUI I cannot, am I missing something.
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-02-26 21:28:07
When i use System Default color theme the "font color" isnt read correctly  am i the only one with this behavior? When i try other foobar color themes everything work as expected but with system default it does not

(http://img237.imageshack.us/img237/3091/fooz.th.jpg) (http://img237.imageshack.us/i/fooz.jpg/)
Title: [Not My Release] EsPlaylist
Post by: Keesface on 2010-02-26 21:28:08
I like it but it seems in DUI I can get a colered background but in CUI I cannot, am I missing something.

Yes. From the txt:

Current version has the following restrictions.
- no color customization with ColumnsUI
Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-02-27 11:47:51
I am really liking EsPlaylist, it has a lot of potential. I am using it as a library viewer - I love having independent grouping and display. One problem I found is that when you middle click to add things to a playlist, you can't undo.

Also, I wonder if it would be possible to expand/collapse groups individually- more like Library Tree/Album list?

Oh, something else that I would like is the edge style-grey/sunken/none, please!
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-02-28 08:02:18
Quick layout i made using the new esplaylist:
(http://imgur.com/e7v57l.jpg) (http://imgur.com/e7v57.png)

It would be beyond awesome if the playlist could interact with facets.


Mind posting the settings for this? I'm still at a loss as to how exactly this works.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-02-28 08:28:17
just right click the column headers and select "edit". you can add as many of the preset columns as you like and edit them with your own custom settings. if you rename a column header, it takes a foobar restart for the change to show.

for the first column in that screen, i'm guessing it's using something like

Code: [Select]
$select(%tracknumber%,%codec%,%replaygain_album_gain%,,$meta(genre,0),$meta(genre,1))


Title: [Not My Release] EsPlaylist
Post by: Keesface on 2010-02-28 09:16:36
Here's the settings for my 'details' column:

Code: [Select]
$ifgreater(%discnumber%,1,$select(%tracknumber%,'Disc' %discnumber%),$select(%tracknumber%,%codec% $if(%codec_profile%,'('$if($stricmp(%codec_profile%,CBR),$info(bitrate),$right(%codec_profile%,2))')','('$info(bitrate) 'kbps' ')') ,%replaygain_album_gain%,,$meta(genre,0),$meta(genre,1),$meta(genre,2),$meta(genre,3),$meta(genre,4)))
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-02-28 09:22:12
Thanks, both of you.
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-02-28 10:19:41
It seems that modifying the playlist with this playlist view does not add to the undo history, so it's impossible to revert changes. Also, with the default settings, I get a tile view instead of a list view, with one tile per group.
Title: [Not My Release] EsPlaylist
Post by: exxecutor on 2010-02-28 11:11:39
Seems promising!

What I miss:
Possibility to define your default "collapse"-level (artist/album/tracklist). Right now it seems that the highest level is the default (on start-up, sometimes on playlist change). I would favour the tracklist view.
Context menu: Sort (independent of column headers).
Colors in CUI (obvious)

Anyway, keep up the great work!!
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-02-28 15:12:17
Anyone else getting these blocks in the grouped view?

Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-02-28 15:30:19
Try $crlf(), that works for me.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-02-28 15:37:23
Sorry, typo, that is what I'm currently using. I've tried different fonts as well.
Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-03-03 17:42:05
EsPlaylist 0.0.5 alpha released: fatal bug fix.
Title: [Not My Release] EsPlaylist
Post by: ledge on 2010-03-03 20:35:10
Just adding that despite the claim on the website that this is for Vista+ it is working fine for me in XP SP3.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-03 23:19:36
Anyone else getting these blocks in the grouped view?



Seriously, does no on else have this problem? Very odd to me.
Title: [Not My Release] EsPlaylist
Post by: Keesface on 2010-03-03 23:48:01
No i don't have that problem. In fact, every option in the component that I have used so far has worked perfectly for me. (vista sp2 32 bit)
Title: [Not My Release] EsPlaylist
Post by: Lesmo16 on 2010-03-04 20:38:50
Seriously, does no on else have this problem? Very odd to me.

I also had these blocks - problem is fixed with alpha 0.0.5!
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-04 22:10:56
Ah, nice!

The way I see it, the only thing really missing from this component is interaction with regular playlist commands (i.e. Remove, Crop, Sort By, Select All, etc.)

Otherwise, this is already shaping up to be easily the best replacement to the default ui's playlist panel, and it's only in alpha 
Title: [Not My Release] EsPlaylist
Post by: servimo on 2010-03-05 02:42:28
When I try to group by genre and then by artist album-artist it shows something like this:

Electronic  Jazz        Rock        Progressive Rock
Rock        Jazz        Acoustic  Jazz
Rock        Jazz        Blues      Rock
Jazz          Rock        Pop        Jazz
..............................

It don't group all the same genre under the same genre. It keeps repeating genres. It keeps the folder order.
Title: [Not My Release] EsPlaylist
Post by: gcogger on 2010-03-05 08:34:00
Could someone explain (in layman's terms, please  ) what ESPlaylist does, and why you would use it instead of ELPlaylist?  I still don't know what it's for
Title: [Not My Release] EsPlaylist
Post by: unclean on 2010-03-05 09:15:31
It's pretty much a foobar version of itunes artist / album browser.
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-03-05 09:45:27
Could someone explain (in layman's terms, please  ) what ESPlaylist does, and why you would use it instead of ELPlaylist?  I still don't know what it's for


it works in DUI... end of the argument
Title: [Not My Release] EsPlaylist
Post by: gcogger on 2010-03-05 12:29:06
It's pretty much a foobar version of itunes artist / album browser.

OK, I'm not familiar with iTunes, but that confuses me further!  I thought it was a playlist, not a browser?  They seem different concepts to me.  I'm obviously missing something

it works in DUI... end of the argument

DUI?  Meaning Default User Interface (as opposed to Columns UI)?  Or something else?
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-05 17:23:06
It's pretty much a foobar version of itunes artist / album browser.

OK, I'm not familiar with iTunes, but that confuses me further!  I thought it was a playlist, not a browser?  They seem different concepts to me.  I'm obviously missing something

it works in DUI... end of the argument

DUI?  Meaning Default User Interface (as opposed to Columns UI)?  Or something else?


Default User Interface, yes.
Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-03-05 17:55:56
OK, I'm not familiar with iTunes, but that confuses me further!  I thought it was a playlist, not a browser?  They seem different concepts to me.  I'm obviously missing something

They are, but EsPL handles both, you can change modes between viewing playlists and viewing the library. Instead of viewing either as a long list of tracks, it can group them how you like (e.g. artists or albums), and just show the group title (and art).

ELPL doesn't let you hide subgroups, you can only show/hide the tracks, and it doesn't let you browse your library. EsPL is also lots easier to set up.
Title: [Not My Release] EsPlaylist
Post by: gcogger on 2010-03-05 18:20:30
Sounds interesting - I may have to play with it.  Thanks for the help guys
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-06 02:11:30
Newest update has support for playlist operations like Cut, Paste, Remove, Crop, etc.

I love Ssenna so much for his speedy updating
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-06 10:20:26
Newest update has support for playlist operations like Cut, Paste, Remove, Crop, etc.

Look  out!
Group-changing of "Artist Name" looses all "Track Titles" of all marked albums! Please check that!
(0.0.5.2 aplha)
Title: [Not My Release] EsPlaylist
Post by: --pv-- on 2010-03-06 16:36:04
Guys obviously I must be doing something wrong while testing this component.
I am unable to display nothing in the DUI element.
I've just dropped dll file into the components folder, restarted Foobar and added a new element.
Also in the preferences dialog under ES playlist I can only see grouping tab. Am I looking at the wrong place?

Also is there a more proper place other than this thread to report issues?

There is a big accessibility problem with all the dialogs in DUI. It is not possible to use the tab key to navigate. Also if DUI element is added it is not focusable using keyboard.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-06 21:58:57
Newest update has support for playlist operations like Cut, Paste, Remove, Crop, etc.

Look  out!
Group-changing of "Artist Name" looses all "Track Titles" of all marked albums! Please check that!
(0.0.5.2 aplha)


Huh?
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-03-06 23:30:16
Guys obviously I must be doing something wrong while testing this component.
I am unable to display nothing in the DUI element.
I've just dropped dll file into the components folder, restarted Foobar and added a new element.
Also in the preferences dialog under ES playlist I can only see grouping tab. Am I looking at the wrong place?

Also is there a more proper place other than this thread to report issues?

There is a big accessibility problem with all the dialogs in DUI. It is not possible to use the tab key to navigate. Also if DUI element is added it is not focusable using keyboard.


senna (developer) maybe look here once in a year or so... . About other bug reports: bare in mind its only experimental alpha release so malfunctions is absolutely normal. hotkey / playlist functions was added in latest 0.0.52 release so it quite fresh... for me its even miracle that mouse wheel worked from version 0.0.1. alpha release is alpha release you know
Title: [Not My Release] EsPlaylist
Post by: --pv-- on 2010-03-07 07:55:37
Ok, I don'thave problems with the fact it's an alpha quality, it may be improved in the future. But hey, it should display list of track am I correct? And I don't know how can I configure it to do so. Is it a problem when I can't see other tabs in its preferences dialog page or do I need to look somewhere else?
I have also tried to delete a playlist view DUI element in case presence of both these causes inconsistencies but still I don't know how to make it display something. I haven't changed anything at the grouping tab so far.
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-03-07 11:11:42
Ok, I don'thave problems with the fact it's an alpha quality, it may be improved in the future. But hey, it should display list of track am I correct? And I don't know how can I configure it to do so. Is it a problem when I can't see other tabs in its preferences dialog page or do I need to look somewhere else?
I have also tried to delete a playlist view DUI element in case presence of both these causes inconsistencies but still I don't know how to make it display something. I haven't changed anything at the grouping tab so far.


have you try rclick / playlist / follow active playlist ? this should at least show you actively selected playlist... it works for me with playlist tabs quite corectly. (currently the simplest view for me is obtained by rclick / options / view style / Flat view (fixed) )
Title: [Not My Release] EsPlaylist
Post by: --pv-- on 2010-03-07 20:03:08
Hello,
OK, thanks for the hint. It's all working fine.
I can see standard listview headers when I add the DUI element so I assumed it uses list view control for displaying tracks too. I was wrong it's custom control created by the author. It means it's not accessible thus It's not targetted to me or other such people who require accessible software.
Other than that it's great. Thanks for the help again.
Title: [Not My Release] EsPlaylist
Post by: ledge on 2010-03-07 22:56:35
I can see standard listview headers when I add the DUI element so I assumed it uses list view control for displaying tracks too. I


You mean you want a tracklist like the regular Playlist View? Have you tried double clicking on a album? That switches the view from covers to the tracklist.

This had me puzzled for a while as well.
Title: [Not My Release] EsPlaylist
Post by: servimo on 2010-03-09 16:52:19
v0.0.5.3 alpha (2010/03/10) (http://foo2k.chottu.net/#esp)
misc bug fix
Title: [Not My Release] EsPlaylist
Post by: Dan Popescu on 2010-03-09 19:06:52
In the latest 2 version, I get a C++ error when I try to right-click on the playlist
There is no other, and foobar locks up. I think it is related to the redistributable version - can anyone please tell me a version that works?
Title: [Not My Release] EsPlaylist
Post by: amadeuss on 2010-03-10 08:39:59
In the latest 2 version, I get a C++ error when I try to right-click on the playlist
There is no other, and foobar locks up. I think it is related to the redistributable version - can anyone please tell me a version that works?


I have the same problem with EsPlaylist. On CUI I get C++ error and on DUI right click does nothing. It's probably v0.0.5.* issue.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-03-10 12:32:37
Thanks for the reporting.
Fixed (perhaps).
Title: [Not My Release] EsPlaylist
Post by: amadeuss on 2010-03-10 14:51:21
Thanks for the reporting.
Fixed (perhaps).

Great. Now right click works ok.
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-03-10 21:33:47
Has anyone figured out how to "go back" to the previous viewing modes?

When you group by Artist/Album you get the list of artists. Double-click opens the list of albums, another one opens the track list. However, I couldn't find a way to go back to the album view. If ssenna added some commands like EsPlaylist->Previous this would be my media library viewer of choice 
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-03-10 21:37:40
double clicking the group headers takes you back.
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-03-10 21:52:49
Wow... ssenna is a genius! Thanks bro.
Title: [Not My Release] EsPlaylist
Post by: kabuki on 2010-03-11 00:03:09
hello,
I've noticed that EsPL does not support multiple values Fields, like genre.
genre 1    --> ok
genre 2    --> ok
genre 1; 2 --> shown "genre 1; 2" instead of being including in equivalent genre.

Would it be hard to implement?

by the way, this is a great component. Many thx.
I m dreaming in a fusion between ES & EL Playlist panel...

Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-03-13 18:04:43
0.0.6.0 alpha released

Changes include adding the ability to configure the row height and browse library action behavoir
Title: [Not My Release] EsPlaylist
Post by: Tefra on 2010-03-13 19:22:52
also the switch between dynamic format and simple format after stop of playback works now. 
Title: [Not My Release] EsPlaylist
Post by: d0ng on 2010-03-13 20:49:08
Is there anyway to create some sort of cache so EsPlaylist doesn't have to look up the albumart everytime I scroll up or down?

Nice plugin so far, Thanks Ssenna.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-03-13 20:55:00
0.0.6.0 alpha released

Changes include adding the ability to configure the row height and browse library action behavoir


Thanks, ssenna!  This is shaping up to be really great. About this new functionality:

What I'd really like for the library viewer (when double-clicking) is to be able to "Send to AutoSend Playlist and Play", replacing the current playlist contents with the new selection rather than adding to it. 

Additionally, it would be nice to add this option to the context menu for albums and selections (the current "send to playlist" option doesn't start playback after sending).  It'd be best if the chosen default command could be added to the context menu directly at the very top, so we don't have to dig through the submenus to access. 

So, in case this is confusing:  When in "album mode", double-clicking browses the selected album, but right-clicking opens up a context menu with the selected default command (in my case, "send to autoplaylist and play") at the very top, not buried within a submenu.  When in "track list" mode, double-clicking would perform the default command, while right-clicking would also have the default command at the very top.


Finally, is it possible to replace the solid-color selection rectangles with the standard Windows Vista/7-style selection rectangles?  Thanks again for this great component.
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-13 21:34:01
I'm longing for the possibility of "Custom Columns" - to show "Rating".
And a "Playing"-column - like in standard playlist view - to show "playing" and "playback queue"-number.

Ok, it's alpha...
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-03-13 22:01:53
just insert one of the preset columns and then edit it with your own custom title formatting. you have to restart foobar if you rename the column though.
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-14 07:49:48
... you have to restart foobar if you rename the column though.

That's what I didn't do...
Thank you!
Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-03-14 10:09:25
Thanks for the latest version ssenna.

I mainly use EsPL as a library viewer, and I wanted to mention, middle click doesn't really work as expected- it acts on the selected item, not on the item you middle click on. I think it would be nicer if it did, so you don't have to click twice to send something to a playlist.

Also, shift+click on groups doesn't let you select multiple groups. It would be nice to be able to click+drag to select multiple groups too.

It might also be good if when you open a group, all of the subgroups aren't selected automatically.
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-03-14 11:00:45
Very nice playlist. I want to use it, the only thing that I'm missing is to set up the artwork size, as it was possible with NG Playlist. I really like to see big covers (300*300) instead of small ones !

I hope it will be possible in future ! 
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-03-14 11:05:13
Very nice playlist. I want to use it, the only thing that I'm missing is to set up the artwork size, as it was possible with NG Playlist. I really like to see big covers (300*300) instead of small ones !

I hope it will be possible in future ! 


Just resize the first column?? works with me.
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-03-14 11:33:24
Not with me ! Maybe I'm doing something wrong, but when I enlarge the column, here is what I have in the 2 views :

(http://img651.imageshack.us/img651/88/14488002.th.jpg) (http://img651.imageshack.us/i/14488002.jpg/)
(http://img40.imageshack.us/img40/3502/80402863.th.jpg) (http://img40.imageshack.us/i/80402863.jpg/)

I think that the size of artwork has a limit ! (maybe 150*150 or something like this)
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-03-14 17:25:36
Not with me ! Maybe I'm doing something wrong, but when I enlarge the column, here is what I have in the 2 views :
I think that the size of artwork has a limit ! (maybe 150*150 or something like this)


Yeah im sory youre right. i just didnt run into "hardcap" on my small playlist  now ive tried to enlarge column a lot and scaling stopped at one point... probably because of chashing / memory usage senna decided to introduce some kind of limit into this
Title: [Not My Release] EsPlaylist
Post by: LithTech on 2010-03-15 17:31:27
ssenna, you are genius

So, a m using Es like a library view, and there some bug, when sending files to a playlist (ElPlaylist), files in playlist not grouping properly in some times (group format is simple %album%)

Also, will be cool to a sort files incoming to playlist (like in your Library Tree), and an option to not select all when files was already sended to playlist. And I hope, columns ui colors will be supported. Thanks for your work
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-03-16 18:48:09
+1 for a default (configurable) auto-send playlist
Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-03-16 19:27:12
Configurable auto-send playlist and configurable sorting are already there in 0.0.6.0!
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-03-16 19:50:51
Wow I'm soooo stoopid... I should have tried the latest version before asking!
This thing is great!
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-18 05:04:34
So I guess there's no way to show queue index at this point, right? I've tried using %queue_index% but I couldn't get anything to show up in the playlist columns.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-03-20 16:01:58
0.0.7.0 pre-beta released

http://foo2k.chottu.net/ (http://foo2k.chottu.net/)
Title: [Not My Release] EsPlaylist
Post by: McMusic on 2010-03-22 14:05:02
Thanks for this very useful add-on.

May I ask for one additional feature?
I use ESPlaylist currently on a playlist with my whole library in it (a kind of coverflow, if you like). As I have a very big library, a functionality like "search by typing charakters" would be ideal. What I mean is, if you type "Dep" that the first matching album artist, which would be "Depeche Mode" for me in this case, is activated. A similar feature is also integrated in Chronials Coverflow and I love that. It makes it to easy to brwose through the library.

Would it be possible to implement this in one of the next releases?
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-22 15:53:00
Minor bug that's yet to be fixed: It is currently impossible to paste playlist items into an empty playlist.
Title: [Not My Release] EsPlaylist
Post by: Gapkiller on 2010-03-22 18:29:42
a functionality like "search by typing charakters" would be ideal.

That, a configurable cache feature and also bigger cover pictures
would make it perfect for me!

Thank you for this component.
Title: [Not My Release] EsPlaylist
Post by: elbo on 2010-03-22 20:50:18
Bigger covert art can be obtained resizing the cover art column.
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-03-22 21:18:20
Mmmm.... are there any fields like the good 'ol %el_item_count% in this component?

I remember seeing the number of albums by artist in the default configuration.
Title: [Not My Release] EsPlaylist
Post by: Gapkiller on 2010-03-22 21:58:47
Bigger covert art can be obtained resizing the cover art column.

Thx, I thought resizing the columns wouldn't affect the covers only view.
Should have tried that before requesting...
Title: [Not My Release] EsPlaylist
Post by: Gapkiller on 2010-03-23 17:53:30
Bug Report:

Latest esplaylist (00.7.1), foobar, columns ui.

When I drag a cover from es_playlist to ng playlist,
commands in context menu of ng playlist: remove,sort, etc.
are greyed out like i was using an auto playlist.
Restarting foobar solves the problem.
Can't reproduce it at any time, it happens not always.
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-03-24 15:23:41
Thank you for the new version and bigger artwork ! I really enjoy that !

Here are 2 screenshots for those who want to see how it looks

(http://img519.imageshack.us/img519/2797/73660622.th.jpg) (http://img519.imageshack.us/i/73660622.jpg/)
(http://img693.imageshack.us/img693/1706/60967174.th.jpg) (http://img693.imageshack.us/i/60967174.jpg/)

Really nice playlist that I love now use... Congratulations to the developer !

2 new things : Is it possible to copy to the clipboard some text like the title (without having to open the property box) ? Is it possible to change the speed when we scroll down ? (it is extremly slower compared to ngplaylist for me with my mouse, above all when you have a long list of albums !)
Title: [Not My Release] EsPlaylist
Post by: Gapkiller on 2010-03-24 19:43:34
2 new things : Is it possible to copy to the clipboard some text like the title (without having to open the property box) ?

try foo_utils. It adds a context menu command for copying to the clipboard.

Quote
Is it possible to change the speed when we scroll down ? (it is extremly slower compared to ngplaylist for me with my mouse, above all when you have a long list of albums !)

1.) still alpha /prebeta.
2.) bigger album covers.... 

Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-03-24 20:18:19
2 new things : Is it possible to copy to the clipboard some text like the title (without having to open the property box) ?


i use context / Copy names and it works in esplaylist till 0.6 (not sure about the version but it works in newest for sure). this command is hidden by default so you have to a) unhide it in preferences / display / context menu or b) set it to a hotkey in preferences / keyboard shurtcuts (in this case i strongly recommend to not use global hotkey for some crucial shortcuts like ctrl+c  )
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-03-25 05:24:39
Minor bug that's yet to be fixed: It is currently impossible to paste playlist items into an empty playlist.


This issue now seems to be resolved, but the "Remove" command is broken 
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-03-27 02:36:32
EsPlaylist v0.0.7.3 pre-beta (2010/03/25) released.

Quote
Changelog:
  • some minor bug fix.


Download EsPlaylist v0.0.7.3 pre-beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: LXtreme on 2010-03-28 12:19:08
Helpful Bug (?): One Single Library Viewer Playlist for all Library viewers - Funny Behavior with different Library Viewer Playlists in DUI (with Facets, Album List and EsPlaylist)

On certain configurations the "Send to AutoSend Playlist"-Option messes foobars whole Library Viewer Playlists in DUI

As it it a little complicated to explain in a few words i suggest you reproduce it step by step (No panic, it is reversable!!  ):

1. Check the "Browse Library" Option on an EsPlaylist-Panel

2. Uncheck all Library Viewers:
Options\Media Library\Library Viewer Selection Playlist\Disbled
Options\Media Library\Facets\Events\Selection Change\None
Options\Tools\EsPlaylist\Behavior\Browse Library Action\Selection Change\None


3. Activate Facets Playlist
Options\Media Library\Facets\Events\Selection Change\Send to the Facet Playlist

--> Facet Changes are shown in >Facet Playlist< as intended

4a. Activate EsPlaylist AutoSend Playlist
Options\Tools\EsPlaylist\Behavior\Browse Library Action\Selection Change\Send to AutoSend Playlist
and define a Playlist Name, e.g. >Whatever Playlist<


--> Facet Changes are shown in >Facet Playlist< as intended
--> EsPlaylist Changes are shown in >Whatever Playlist< as intended

5a. Activate Album List Library Viewer Selection Playlist
Options\Media Library\Library Viewer Selection Playlist\Enabled

--> Facet Changes are shown in >Facet Playlist< as intended
--> EsPlaylist Changes are shown in >Whatever Playlist< as intended
--> EsPlaylist Changes are NOW shown in >Facet Playlist< too  [??????]
--> Album List Changes are NOW shown in >Facet Playlist< too instead of the intended >Library Viewer Selection< playlist    [??????]

6a. Deactivate EsPlaylist AutoSend Playlist
Options\Tools\EsPlaylist\Behavior\Browse Library Action\Selection Change\None

--> result for Album List and Facets like in (5.)
--> EsPlaylist Changes are NOT shown in >Whatever Playlist< as intended
--> EsPlaylist Changes are STILL shown in >Facet Playlist<  [??????]

VARIATION:
4b. / 5b. Activate Album List Library Viewer Selection Playlist (5a.) BEFORE EsPlaylist AutoSend Playlist (4a.)

--> Album List Changes are NOW shown in >Library Viewer Selection< playlist as intended
--> EsPlaylist Changes are shown in >Whatever Playlist< as intended
--> EsPlaylist Changes are NOW shown in >Library Viewer Selection< too  [??????]

6b. Deactivate EsPlaylist AutoSend Playlist (like in 6a.)

--> EsPlaylist Changes are NOT shown in >Whatever Playlist< as intended
--> EsPlaylist Changes are STILL shown in >Library Viewer Selection<  [??????] (comparable to 6a.)

To REVERSE the Bug you just have to uncheck all library viewer playlist

To AVOID the Bug you leave either EsPlaylists or Album Lists autosend playlist unchecked

By the way:
For me this is behavior is very helpful, as i do not want 3 different Library viewer playlists but only one.
(Though i would prefer if this SINGLE LIBRARY VIEWER could be labeled individually, but therefore Facets and AlbumList would have to give this opportunity)

-->@ ssenna: Just wanted to report the "Bug", but please do not change anything as it is very comfortable as you once understood it ;-)
or at least keep the extra-opportunity to use one single library viewer playlist with this unintended-extra- hack
Title: [Not My Release] EsPlaylist
Post by: LXtreme on 2010-03-28 12:37:17
hello,
I've noticed that EsPL does not support multiple values Fields, like genre.
genre 1    --> ok
genre 2    --> ok
genre 1; 2 --> shown "genre 1; 2" instead of being including in equivalent genre.


EsPlaylist really rocks! Thanks Ssenna :-)

I second kabuki's request:
It would be fantastic if there was multivalue-field support to browse the library by multivalue fields like genre, etc.
Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-03-28 18:02:04
Now in beta with release of v0.0.8.0

Option for pseudo-transparent background added

Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-03-28 18:03:47
I have one poblem that has persisted through a number of versions.

When import a new DUI theme file (fth), dynamic format information tends to disappear, e.g. on the first track change. This happens at least in flat view (fixed) but apparently not in layered view.
Title: [Not My Release] EsPlaylist
Post by: LXtreme on 2010-03-28 19:20:41
Has anybody a clue how "artwork:icon" in the grouping options is supposed to work?!
What icon is used there?!

I am looking for a way to assign a single picture for groupings like %rating%...
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-28 20:39:54
v0.0.8.0 beta:
I've changed the "Artist Name" of the first Album of an Artist, after ok the "Track Title" of all tracks disappeared. Only the Filenames where shown.
I tried to reproduce this event, but I couldn't up to now. It appears to be rarely. I'll watch that.
I've already reportet this at Post #35 with v0.0.5.2 aplha.
-Win 7 32 Bit
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-29 05:51:20
v0.0.8.0 beta:
I've changed the "Artist Name" of the first Album of an Artist, after ok the "Track Title" of all tracks disappeared. Only the Filenames where shown.
I tried to reproduce this event, but I couldn't up to now. It appears to be rarely. I'll watch that.
I've already reportet this at Post #35 with v0.0.5.2 aplha.
-Win 7 32 Bit

Now again:
Changing the "Artist Name" (from 'Black Crowes' to 'The Black Crowes') killed all the Track Titles of a CUE-Sheet! 
(http://img97.imageshack.us/img97/818/esplaylist01.jpg) (http://img97.imageshack.us/i/esplaylist01.jpg/)
It was the first thing I did after starting foobar and opening the new added Album.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-03-29 15:03:42
Changing the "Artist Name" (from 'Black Crowes' to 'The Black Crowes') killed all the Track Titles of a CUE-Sheet!

What about other Playlist viewers(e.g. DefaultUI's Playlist View) ?
Esplaylist doesn't modify any cue-file directly.

# Edit: I had a missunderstanding.
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-29 17:23:14
What about other Playlist viewers(e.g. DefaultUI's Playlist View) ?
Esplaylist doesn't modify any cue-file directly.

I use CUI (Dark One) with ElPlaylist and NG Playlist too. With CUI mostly NG Playlist because of the bigger Covers – and that’s the reason why I love EsPlaylist. In DUI I used Foobar “standard playlist view” so far. Never happened such an event when changing TAGs.

I first had this problem with version 0.0.5.2 alpha. Changing the "Artist Name" in a MP3-TAG deleted the "Track Title" of all marked tracks of the Album. At that time I could reproduce it more than one time (but not always, it rather rarely happened). I thought it’s “alpha”, went back to CUI NG Playlist and had no problem further. 

The next alpha-versions the problem seemed to be disappeared. Maybe situations where not the same. I use Foobar2000 very often a day, ripping CD’s or getting FLAC’s with wrong tagging, changing the TAGs very often until everything perfectly fits. The reported situation happened only with EsPlaylist, mostly just after the start of Foobar, when I did it as first or second action after the start (could be a luck).

From my report on till now every thing was ok when changing "Track Titles" and others with v0.0.8.0 beta. I’ve done "Track Title" changes about 50 times since then. I really don’t know what the cause was, the next time I will report again with a picture. And I hope to remind all the things I did before.
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-03-30 15:18:20
Again:
(http://img38.imageshack.us/img38/3139/esplaylist02.jpg) (http://img38.imageshack.us/i/esplaylist02.jpg/)
Changing Artist Name "Maurizio Pollini (Chopin)" to "Maurizio Pollini" caused deleting the track titles . I 've done that 5 times before today and about 10 times  later without any problem.
@ssenna: I will change to "DefaultUI's Playlist View" to see if there is such a mistake there too. I'll report the next days about that.
Maybe it's a problem of another component. I will reinstall foobar2000 v.1.01 too. Let's see...
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-03-30 16:21:00
Thank you for your reporting.

The thing EsPlaylist does  is only sending the selected tracks to "Properties" command,
and EsPlaylist does not concern with editing TAGs.
Therefore, your problem is quite strange for me.
Title: [Not My Release] EsPlaylist
Post by: Sixth Street on 2010-03-31 18:11:25
I ESPlaylist in the beginning with little success of handling of embedded artwork.  So I skipped the last 5 versions and came back and tested today and it handles my artwork perfectly!

I'm using it in one panel as vertical cover flow with large album art and in my playlist view for the facets selection (replacing the default playlist view) with small artwork.  No more CUI envy any more!

Thanks ssenna!
Title: [Not My Release] EsPlaylist
Post by: linus on 2010-03-31 21:55:04
I'm using it in one panel as vertical cover flow with large album art and in my playlist view for the facets selection (replacing the default playlist view) with small artwork.  No more CUI envy any more!


Please, can't you share more info on your configuration?
Seems interesting...
Title: [Not My Release] EsPlaylist
Post by: Sixth Street on 2010-04-01 05:54:57
Please, can't you share more info on your configuration?
Seems interesting...


Here's a screenshot of it with both ESPlaylist panels in view.  I have a lot of stuff going on in this setup, so ignore the rest.

(http://img37.imageshack.us/img37/8629/esplaylistpreview2.png) (http://img37.imageshack.us/i/esplaylistpreview2.png/)

If anyone needs help configuring their ESP, I'll try to help.  It's really fairly easy.  I was screwing around in it for only about 5 minutes before I was able to figure out the things I wanted to do with it.  This isn't anywhere near as complex as say ELP.
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-04-01 16:40:13
Thank you for your reporting.
The thing EsPlaylist does  is only sending the selected tracks to "Properties" command,
and EsPlaylist does not concern with editing TAGs.
Therefore, your problem is quite strange for me.

@ssenna and @all_foobar_users:
I’ve told you that the changing of the "Artist Name" deleted the "Track Title" of all marked tracks of the Album. See my messages #35, #87, #88, #91.
Now I can tell you:
EsPlaylist is DEFINITELY NOT GUILTY on this behaviour!  

I’ve set up a naked new Foobar2000 v.1.0.1 – and it happened again! I was able to reproduce the manner this way:

1.   Mark all songs of an Album in DUI Playlist View.
2.   Add an “Album Artist” into the field
3.   Safe the changes (OK)
4.   Right afterwards change the “Artist Name” (delete a part oft it or add something at the end).
5.   Safe the changes (OK)
6.   Sometimes the "Track Titles" of all marked tracks are gone away and only the filenames or the CUE-sheet names are shown.

I’ll report this behaviour in the foobar support forum.

------------------
@forumadmins:  PLEASE...
I’d like to change/edit/delete my entries in „[Not My Release] EsPlaylist”, but I’m not able to change them any more. It should not stay anymore, BECAUSE IT HAS NOTHING TO DO WITH EsPlaylist! How can I do that? Would you please delete #35, #87, #88 and #91?

Title: [Not My Release] EsPlaylist
Post by: Hottamale on 2010-04-02 00:06:17
I'm lovingg EsPlaylist aswell!

One question though: is it possible to show the name of the folder below the cover art? If you understand what I mean? Right now I'm using %album artist% - %album% but not all my music is tagged correctly, my folders are though.

Let's say the folder path is: C:\Music\B\Bob Dylan - Blonde On Blonde and I would like to use "Bob Dylan - Blonde On Blonde" from the folder path, how do I do that? Or is it even possible?
Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-04-02 16:24:07
v0.0.8.1 beta released

Added: glossy effect.(contextmenu->options->configure->gloss-effect for album art)

Fixed: information of the playing track disappeared after import DUI theme file

Thanks for the fix – it now works correctly

Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-04-02 17:57:45
Hottamale

Try something like (not tested):

$if2([%album artist%][ - %album%],$directory(%path%,4))

Adjust the last number to the correct directory level if required. But its always best to have correctly tagged files…

Title: [Not My Release] EsPlaylist
Post by: Keesface on 2010-04-02 18:09:22
I'm looking for a way to only create subgroups (flat view) when an album has more than 1 disc. $ifgreater(%totaldiscs%,1,%discnumber%,) doesn't work (still shows subgroups for single cd albums), is there a way to do this now or will I have to wait for a future update?

regards,
keesface
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-04-03 08:49:15
This component is looking really nice!

Only request I have: Ability to select the behavior of the doubleclick action when browsing the library, like in the standard Album List component.

Cheers!
Title: [Not My Release] EsPlaylist
Post by: LithTech on 2010-04-03 09:07:37
Cannot figure whats wrong...

There is a screen, how Esplaylist view albums (many dublicates with one song; when sending on elplaylist grouping in elplaylist also broken, until I apply sort on playlist):
(http://img339.imageshack.us/img339/131/clipboard01yxq.th.jpg) (http://img339.imageshack.us/i/clipboard01yxq.jpg/)

There is a group settings I use (on first Group settings view is a %artist% setting):
(http://img339.imageshack.us/img339/6051/clipboard03ix.th.jpg) (http://img339.imageshack.us/i/clipboard03ix.jpg/)

All files in album located in one folder. Any ideas?
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-04-03 10:16:53
Has anybody a clue how "artwork:icon" in the grouping options is supposed to work?!
What icon is used there?!

I am looking for a way to assign a single picture for groupings like %rating%...

+1

I also don't understand how it works. I have stored my music like this :

Album Artist / Album (e.g. "C:\Kapustin, Nikolai (1937-)\Jazz Pieces for Piano\...")

I put a folder.jpg in each directory, one for the album artist, and another for each albums. But when I choose the grouping peset "album artist / album"), I can only see the cover of the albums but never the artist art stored in the first folder as folder.jpg too.

Any idea ?
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-04-03 10:20:12
Cannot figure whats wrong...

There is a screen, how Esplaylist view albums (many dublicates with one song; when sending on elplaylist grouping in elplaylist also broken, until I apply sort on playlist):
(http://img339.imageshack.us/img339/131/clipboard01yxq.th.jpg) (http://img339.imageshack.us/i/clipboard01yxq.jpg/)

There is a group settings I use (on first Group settings view is a %artist% setting):
(http://img339.imageshack.us/img339/6051/clipboard03ix.th.jpg) (http://img339.imageshack.us/i/clipboard03ix.jpg/)

All files in album located in one folder. Any ideas?

Maybe it depend on how you have stored tags in your music. Make sure that you have an unique "album artist" field for each album ?
Title: [Not My Release] EsPlaylist
Post by: LithTech on 2010-04-03 10:48:38
Empty_45
In group settings I not use %album artist%.

So, I am put %album artist% tag, but nothing changes happend :-(
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-04-03 11:54:25
Empty_45
In group settings I not use %album artist%.

So, I am put %album artist% tag, but nothing changes happend :-(

And why do you don't replace your grouping %artist% by %album artist% then ?
Title: [Not My Release] EsPlaylist
Post by: LithTech on 2010-04-03 12:10:11
Empty_45
Problem not in artist grouping, but in album grouping. Albums is dublicates, I am using simple %album% setting, and some albums viewed properly, some not. I havent idea where to digg from.

[EDIT] I deleted esplaylist configuration, and run foobar. Choose setting A-Z/Album artis/album, and all works correctly now. Sorry for troubling
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-03 16:51:29
EsPlaylist v0.0.8.2 beta (2010/04/03) released.

Quote
Changelog:
  • divided font & colour setting into Items and Group Titles in ColumnsUI case.
  • made background colours of selected/playing item semi-transparent in pseudo-transparent case.
  • changed priority order of loading albumart.


Download EsPlaylist v0.0.8.2 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-04-03 19:45:30
1. It would be nice to find "View Style" in Keyboard Shortcuts . Is this possible?

2. There is a little to much space here in "Layered View", why?
(http://img386.imageshack.us/img386/5520/esplaylist03.th.jpg) (http://img386.imageshack.us/i/esplaylist03.jpg/)
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-03 21:06:53
EsPlaylist v0.0.8.3 beta (2010/04/04) released.

Quote
Changelog:
  • divided font & colour setting into Items and Group Titles in ColumnsUI case.
  • made background colours of selected/playing item semi-transparent in pseudo-transparent case.
  • changed priority order of loading albumart.
  • fixed the bottom borders of semi-transparent rectangles were shifted by 1px.(v0.0.8.3)
  • revert priority order of loading albumart.(v0.0.8.3)


Download EsPlaylist v0.0.8.3 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-04-03 23:19:26
bug report: the EsPlaylist panel disappears in DUI when using the "playlist layout" option under "view>layout>quick setup". be careful otherwise you lose your EsPlaylist config. lucky i had a backup of my .fth
Title: [Not My Release] EsPlaylist
Post by: Geordietastic on 2010-04-04 04:48:10
iam sorry to sound dumb but i have no idea how to get this working! is i compatible with default ui? if so then how do i configure it to work?
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-04-04 10:13:47
I also don't understand how it works. I have stored my music like this :

Album Artist / Album (e.g. "C:\Kapustin, Nikolai (1937-)\Jazz Pieces for Piano\...")

I put a folder.jpg in each directory, one for the album artist, and another for each albums. But when I choose the grouping peset "album artist / album"), I can only see the cover of the albums but never the artist art stored in the first folder as folder.jpg too.

Any idea ?

I found how it works. You must stored a artist.jpg in at least THE FIRST album of each album artist. For exemple, if you have 3 albums of group Metallica, and the artist.jpg stored in the second folder, nothing will appear in the group.

I obtain this :

(http://img38.imageshack.us/img38/5479/85745661.th.jpg) (http://img38.imageshack.us/i/85745661.jpg/)
(http://img64.imageshack.us/img64/3283/34436259.th.jpg) (http://img64.imageshack.us/i/34436259.jpg/)
(http://img9.imageshack.us/img9/3308/18717072.th.jpg) (http://img9.imageshack.us/i/18717072.jpg/)

I would like to know if it is possible now to do like that :

1. I select the album artist (img 1)
2. I see the albums corresponding (img 2), and only his own albums thx to option "display only focused groups"
3. When I choose an album, can I have only in the playlist the albums that were listed below ? (img3) Because here, I have all my library ! that's quite a shame...
Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-04-04 11:01:24
I would like to know if it is possible now to do like that :

1. I select the album artist (img 1)
2. I see the albums corresponding (img 2), and only his own albums thx to option "display only focused groups"
3. When I choose an album, can I have only in the playlist the albums that were listed below ? (img3) Because here, I have all my library ! that's quite a shame...


Right click>view style>always display only focused group. Or if you don't want to do that, make sure the lowest grouping level is set to display only the focused group.
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-04-04 11:26:49
Right click>view style>always display only focused group. Or if you don't want to do that, make sure the lowest grouping level is set to display only the focused group.

Thx for your answer but the problem is the same:

I use the preset "Album Artist / Album", and the first level (album artist) with the option "diplay only focused group" checked.

So I wanted my library to view like that : Album Artist > Albums > Playlist view

It works fine in the album view, I effectively have the albums corresponding to the album artist BUT in the playlist view, I have all the library, as no filters were applied (otherwise, with the option "always display only focused group", I have only one album in the playlist view while I wanted to see all the albums of the album artist that I have choosen precedently...)

I don't know if I'm clear, my english is quite poor...
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-05 17:52:08
EsPlaylist v0.0.8.4 beta (2010/04/05) released.

Quote
Changelog:
  • fixed memory leak.


Download EsPlaylist v0.0.8.4 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-04-07 16:52:27
EsPlaylist v0.0.8.5 beta (2010/04/07) released.

Quote
Changelog:
  • added rating column.(I hope someone will provide more nice star for EsPlaylist)


Download EsPlaylist v0.0.8.5 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Kilcaragh on 2010-04-07 17:56:59
EsPlaylist v0.0.8.5 beta (2010/04/07) released.

Quote
Changelog:
  • added rating column.(I hope someone will provide more nice star for EsPlaylist)


Download EsPlaylist v0.0.8.5 beta (http://foo2k.chottu.net/#esp)


I am enjoying using ES Playlist but have a feature request is it possible to have Tooltips on clipped text……. ?

Thanks again for all your hard work
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-08 13:24:30
bug report: the EsPlaylist panel disappears in DUI when using the "playlist layout" option under "view>layout>quick setup".

I can't figure out whether EsPlaylist cause this problem.
I can reproduce it only when "Playlist Tab" contains EsPlaylist.

* When you use Playlist Layout of QuickSetup, EsPlaylist will be replaced with default playlist view.
Maybe the default playlist view will appear if you resize the window.

* When you push "Cancel",
Maybe EsPlaylist will appear if you resize the window.

I guess that Playlist Tab forget to resize the panels.
(I reported to Peter.)

*Edit: fixed typo
Title: [Not My Release] EsPlaylist
Post by: LXtreme on 2010-04-08 19:19:53
Has anybody a clue how "artwork:icon" in the grouping options is supposed to work?!
What icon is used there?!

If someone is interested in the answer and did not know it like me: Works with embedded artwork stored as icon (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=66359&view=findpost&p=592289). Somewhere else i read this is mostly (only?) for flac-files.


Title: [Not My Release] EsPlaylist
Post by: LXtreme on 2010-04-08 19:31:09
I can't figure out whether EsPlaylist cause this problem.

@ ssenna:
do you have any idea if the phenomenon of only one playlist for all media library viewers (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=79030&view=findpost&p=696828) (EsPlaylist, Facets, Album List) is caused by EsPlaylist or by foobar itself (or maybe by facets)?!
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-04-09 08:18:15
Bug:

Unless I'm mistaken, there's currently no way to disable a "Library Selection" playlist from appearing whenever using the ESplaylist as a media library viewer.... Even when the option "None" is used for selection change.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-09 14:47:43
do you have any idea if the phenomenon of only one playlist for all media library viewers (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=79030&view=findpost&p=696828) (EsPlaylist, Facets, Album List) is caused by EsPlaylist or by foobar itself (or maybe by facets)?!

I guess this issue(using Facet Playlist instead of Library Viewer Selection Playlist) is not a bug of EsPlaylist.
EsPlaylist only notify the foobar2000 core of the selected tracks ,
and doesn't decide which playlist should be used about "Library Viewer Selection Playlist".
(note: EsPlaylist always notify in case of Browse Library mode.)

I don't know this issue is a bug of the foobar2000 core.

Bug:
Unless I'm mistaken, there's currently no way to disable a "Library Selection" playlist from appearing whenever using the ESplaylist as a media library viewer.... Even when the option "None" is used for selection change.

Maybe not bug.
it seems that you should disable "Preferences->Media Library->Library Viewer Selection Playlist->Enabled"

* Fixed typo
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-04-10 06:19:35
Ah, much thanks Ssenna. And as always, thank you for your brilliant components and their consistent updates.
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-11 17:03:45
EsPlaylist v0.0.9.0 beta (2010/04/11) released.

Quote
Changelog:
  • added two special columns.
  • added drawing border around albumart.
  • added double click action on a track in Browe Library action.


Download EsPlaylist v0.0.9.0 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-04-11 20:12:43
  • added double click action on a track in Browe Library action.


Excellent, this is just what I wanted!  One small request on this subject, though:  Can whichever command we select for the double click action be added to the context menu?  This way we can perform that action on multiple items in the track list view, and can perform it on multiple albums in the album art view.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: LXtreme on 2010-04-12 09:06:45
I guess this issue(using Facet Playlist instead of Library Viewer Selection Playlist) is not a bug of EsPlaylist.
EsPlaylist only notify the foobar2000 core of the selected tracks ,
and doesn't decide which playlist should be used about "Library Viewer Selection Playlist".
(note: EsPlaylist always notify in case of Browse Library mode.)

I don't know this issue is a bug of the foobar2000 core.


Thanks for the info, ssenna! Was just curious. So this seems to be a helpful bug of the core.
Title: [Not My Release] EsPlaylist
Post by: Gapkiller on 2010-04-13 12:53:21
@ssenna

I would like to have a fixed "browse album art" view which
sends the album to a specified playlist on double click and stays in cover view.

This way user could use it as cover browser instead of a mixed playlist/art browser.

Thanks.
Title: [Not My Release] EsPlaylist
Post by: BoraBora on 2010-04-13 12:58:17
@ssenna

I would like to have a fixed "browse album art" view which
sends the album to a specified playlist on double click and stays in cover view.

This way user could use it as cover browser instead of a mixed playlist/art browser.

Thanks.

That's what I've been hoping for years, but I'm not sure it can be done. 
Title: [Not My Release] EsPlaylist
Post by: wiggedywoo on 2010-04-15 16:51:43
Has anyone else experienced album art display problems and run foo_podcatcher.dll?
I currently have a problem whereby album art doesnt display sometimes when switching between playlist tabs.
When i click on one of my podcasts using the Podcatcher component, it automatically creates a new playlist of the selected podcast. As soon as i switch from the Podcatcher playlist to another, all the album art disappears (every playlist). The art will only show again if i remove the Podcatcher playlist and then restart Foobar.

I have EsPlaylist setup as Flatview fixed, follow active playlist.

foo_podcatcher.dll 0.1.6d (beta)
foo_uie_esplaylist.dll 0.0.9.0(beta)

I can post screenshots if it will make it any easier to explain.

Otherwise I am loving the component 
Title: [Not My Release] EsPlaylist
Post by: elbo on 2010-04-18 19:26:57
EsPlaylist v0.0.9.1 beta(2010/04/18) released.

-  fixed album art size became too large when there was only one album art column.
- added "Lock width" in column header menu


Download here (http://foo2k.chottu.net/#esp)

Title: [Not My Release] EsPlaylist
Post by: wiggedywoo on 2010-04-19 10:04:00
EsPlaylist v0.0.9.1 beta(2010/04/18) released.

-  fixed album art size became too large when there was only one album art column.
- added "Lock width" in column header menu


Download here (http://foo2k.chottu.net/#esp)


Just a heads up, Im having problems with Column Headers showing when they shouldnt be with this release. Removing a playlist will reenable Column Headers on existing playlists when they are set to off.
Title: [Not My Release] EsPlaylist
Post by: Kilcaragh on 2010-04-19 12:01:57
EsPlaylist v0.0.9.1 beta(2010/04/18) released.

-  fixed album art size became too large when there was only one album art column.
- added "Lock width" in column header menu


Download here (http://foo2k.chottu.net/#esp)


Just a heads up, Im having problems with Column Headers showing when they shouldnt be with this release. Removing a playlist will reenable Column Headers on existing playlists when they are set to off.



Yes I am getting the same on windows XP SR3
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-19 15:12:53

Just a heads up, Im having problems with Column Headers showing when they shouldnt be with this release. Removing a playlist will reenable Column Headers on existing playlists when they are set to off.

Yes I am getting the same on windows XP SR3

Could you try http://foo2k.chottu.net/foo_uie_esplaylist_0.0.9.1.1.zip (http://foo2k.chottu.net/foo_uie_esplaylist_0.0.9.1.1.zip)
(please use right-click menu for saving as file)
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-04-20 05:17:29
ssenna, why not add the ability for artist art to be read as your biography plugin's behavior?

For example, if I have an artist that is Creed, and the image in the folder is Creed.jpg, it would be read by ESplaylist for the artist artwork.
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-20 17:25:19
EsPlaylist v0.0.9.2 beta (2010/04/20) released.

Quote
Changelog:
  • fixed "display column header" not working correctly only on WindowsXP.(perhps)
  • fixed improper text color of group info column when the first track of the group is selected.


Download EsPlaylist v0.0.9.2 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: bwat47 on 2010-04-20 20:28:45
site is down, any mirrors?
Title: [Not My Release] EsPlaylist
Post by: fbuser on 2010-04-20 20:43:41
site is down, any mirrors?
Site is working here.
Title: [Not My Release] EsPlaylist
Post by: bwat47 on 2010-04-20 20:45:19
I can load any other site but that one just wont load for me
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-04-20 22:15:39
Any plans to support drag & drop?

It'd make EsPlaylist perfect

EDIT:

WOW I just noticed that it already supports drag & drop... yay!
Title: [Not My Release] EsPlaylist
Post by: emitter on 2010-04-21 18:31:53
Haw can i search (for songs) in esplaylist at library view?
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-04-22 19:37:59
This component is looking better with each version! Thanks to listening to our suggestions, ssenna!

A feature I'm hoping for: Some way to display the subgroups of a group in flat view.

The use case I'm picturing: Group the tracks by artist. Double-clicking an artist would show all the tracks by that artist organized by album.

The way it is now, I have first to double click the album to see its individual tracks, and then I only see the tracks belonging to that particular album. Or I have to remove the album grouping and deselect the "Display only focused group" option, which leads to me seeing all the albums by all artists in the library, instead of only the ones by that particular artist.

Cheers,
FaintingGoat

Title: [Not My Release] EsPlaylist
Post by: phunkydizco on 2010-04-23 07:57:31
Does the developer actually read this thread? If so, I have a little feature request. I use the Esplaylist as an album art grid view for my whole library. When I make a double click on an album I would like to have an option to start playback of the album directly without showing the tracks in a group.
Title: [Not My Release] EsPlaylist
Post by: Mar2zz on 2010-04-23 08:03:39
Nice works fine in Wine also. brings inline art to dui and interacts with facets. thx!
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-24 15:57:25
EsPlaylist v0.0.9.3 beta (2010/04/24) released.

Quote
Changelog:
  • added inline tag-editer.(editing column setting appropriately is required)
  • align of column header title.
  • added "Add to Playback Queue" in Browse Library Action.
  • added "Open/Close Group with Middle button click" in Behaviour page.
  • added %es_subgroup_length%


Download EsPlaylist v0.0.9.3 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-04-24 16:25:00
A feature I'm hoping for: Some way to display the subgroups of a group in flat view.

The use case I'm picturing: Group the tracks by artist. Double-clicking an artist would show all the tracks by that artist organized by album.

Cheers,
FaintingGoat


i too hope that something like this:

(http://img717.imageshack.us/img717/1826/63176557.png) or (http://img64.imageshack.us/img64/2760/elptutorialsubgroupscol.jpg) (from ELPlaylist)

(in terms of collapsing groups)

will be sometime possible to achieve in esplaylist aswell
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-04-24 17:36:32
some excellent updates recently. i can now use it as a proper library viewer now that we can set our own double click action. thanks ssenna.
Title: [Not My Release] EsPlaylist
Post by: Falstaff on 2010-04-24 19:16:06
i agree with you marc, now i can use it too

thanx Ssenna for your very good work!
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-04-25 03:33:47
Hello ssenna, I'd like to report that in this new version none of the double-click actions work with individual tracks.

Cheers,
FaintingGoat
Title: [Not My Release] EsPlaylist
Post by: Anomalous on 2010-04-25 03:45:12
Double clicking is used for inline editing, if it's disabled then it works like before.
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-04-25 22:48:16
You're right, I had it enabled by mistake. Thanks!
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-26 02:07:34
EsPlaylist v0.0.9.4 beta (2010/04/25) released.

Quote
Changelog:
  • fixed some speical keys(e.g."Enter") in inline-editer not working only on ColumnsUI.


Download EsPlaylist v0.0.9.4 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: phunkydizco on 2010-04-26 07:48:06
Could you please add a new browse library action "Open/Close Group with Double click"? That would be very necessary to use EP as an library viewer.
Title: [Not My Release] EsPlaylist
Post by: Falstaff on 2010-04-26 11:52:48
crash report on 0.0.9.4(beta), that's happening when i'm changing playlist or browse library with album list for example ... and it happens very quickly

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 719A2F66h
Access violation, operation: write, address: 5F072711h

Call path not available.

Code bytes (719A2F66h):
719A2F26h:  99 71 E9 62 70 FF FF 64 A1 18 00 00 00 51 57 8B
719A2F36h:  40 30 FF 70 18 8B 35 98 12 99 71 FF D6 E9 D5 E7
719A2F46h:  FE FF 8B 87 C4 03 00 00 89 45 E0 8B 87 C8 03 00
719A2F56h:  00 85 C0 74 12 50 6A 00 FF 35 DC 71 9C 71 FF D6
719A2F66h:  83 A7 C8 03 00 00 00 83 7D E0 00 74 14 FF 75 E0
719A2F76h:  6A 00 FF 35 DC 71 9C 71 FF D6 83 A7 C4 03 00 00
719A2F86h:  00 83 A7 C0 03 00 00 00 E9 6D 70 FF FF F7 D8 50
719A2F96h:  68 4C 81 9C 71 FF 15 64 11 99 71 E9 94 E7 FE FF

Stack (0DEDFE40h):
0DEDFE20h:  7C929B3F 7C98C0D8 7C929AEB 00FC9BF8
0DEDFE30h:  0100A918 0000FFFF 7FF4C000 00255DC8
0DEDFE40h:  00000000 00000003 71990000 00FB53FE
0DEDFE50h:  A27370DD 2B5F0723 0DCE025C 0DEDFE40
0DEDFE60h:  0DEDFA64 0DEDFF1C 719B7228 71991570
0DEDFE70h:  FFFFFFFF 0DEDFE94 71991515 71990000
0DEDFE80h:  00000003 00000000 00000000 0DEDFEA8
0DEDFE90h:  00255C98 0DEDFEB4 7C9111A7 71990000
0DEDFEA0h:  00000003 00000000 00255C98 00000000
0DEDFEB0h:  00255D28 0DEDFF2C 7C929213 719914CD
0DEDFEC0h:  71990000 00000003 00000000 00000000
0DEDFED0h:  7FF4B000 0100A918 00000014 00000001
0DEDFEE0h:  00000000 00000000 00000010 01000000
0DEDFEF0h:  00000000 00FB53FE A2737185 00FD46B8
0DEDFF00h:  0100B340 00255D28 7FFDC000 719914CD
0DEDFF10h:  00255C98 0DEDFECC 0DEDFA64 0DEDFF54
0DEDFF20h:  7C91EE18 7C929168 00000001 0DEDFF64
0DEDFF30h:  7C80C096 0DADFA88 00726574 0100A918
0DEDFF40h:  0DEDFF30 7FF4B000 00000000 0DEDFF34
0DEDFF50h:  0DEDFA64 0DEDFF98 7C839AA8 7C80C0C0

Registers:
EAX: 00000000, EBX: 001B8148, ECX: 7C92056D, EDX: 00000000
ESI: 7C92043D, EDI: 5F072349, EBP: 0DEDFE74, ESP: 0DEDFE40

Crash location:
Module: mswsock
Offset: 12F66h
Symbol: "WSPStartup" (+6CCBh)

Loaded modules:
foobar2000                      loaded at 00400000h - 005BA000h
ntdll                            loaded at 7C910000h - 7C9C7000h
kernel32                        loaded at 7C800000h - 7C905000h
COMCTL32                        loaded at 77390000h - 77493000h
msvcrt                          loaded at 77BE0000h - 77C38000h
ADVAPI32                        loaded at 77DA0000h - 77E4C000h
RPCRT4                          loaded at 77E50000h - 77EE2000h
Secur32                          loaded at 77FC0000h - 77FD1000h
GDI32                            loaded at 77EF0000h - 77F37000h
USER32                          loaded at 7E390000h - 7E420000h
SHLWAPI                          loaded at 77F40000h - 77FB6000h
DSOUND                          loaded at 73E60000h - 73EBC000h
ole32                            loaded at 774A0000h - 775DD000h
WINMM                            loaded at 76AE0000h - 76B0F000h
VERSION                          loaded at 77BD0000h - 77BD8000h
UxTheme                          loaded at 5B090000h - 5B0C8000h
SHELL32                          loaded at 7C9D0000h - 7D1F4000h
shared                          loaded at 10000000h - 1002B000h
imagehlp                        loaded at 76C40000h - 76C68000h
dbghelp                          loaded at 5D3F0000h - 5D491000h
COMDLG32                        loaded at 76340000h - 7638A000h
MSCTF                            loaded at 74690000h - 746DB000h
WINTRUST                        loaded at 76BE0000h - 76C0E000h
CRYPT32                          loaded at 779E0000h - 77A76000h
MSASN1                          loaded at 77A80000h - 77A92000h
wdmaud                          loaded at 72C70000h - 72C79000h
msacm32                          loaded at 72C60000h - 72C68000h
MSACM32                          loaded at 77BB0000h - 77BC5000h
midimap                          loaded at 77BA0000h - 77BA7000h
foo_uie_elplaylist              loaded at 00EF0000h - 00F61000h
gdiplus                          loaded at 4EB80000h - 4ED26000h
foo_uie_esplaylist              loaded at 00F90000h - 00FE3000h
foo_uie_wsh_panel_mod            loaded at 01010000h - 010BC000h
IMM32                            loaded at 76320000h - 7633D000h
OLEAUT32                        loaded at 770E0000h - 7716B000h
Msimg32                          loaded at 76310000h - 76315000h
foo_chronflow                    loaded at 01200000h - 01261000h
OPENGL32                        loaded at 5F070000h - 5F13C000h
GLU32                            loaded at 6CEF0000h - 6CF11000h
DDRAW                            loaded at 736B0000h - 736F9000h
DCIMAN32                        loaded at 73B10000h - 73B16000h
foo_uie_lyrics2                  loaded at 09380000h - 0946E000h
WININET                          loaded at 77AA0000h - 77B47000h
foo_uie_biography                loaded at 09490000h - 094E1000h
foo_uie_playlists_dropdown      loaded at 09540000h - 0957C000h
foo_rgscan                      loaded at 09580000h - 095CF000h
foo_uie_graphical_browser        loaded at 095F0000h - 09684000h
foo_wave_seekbar                loaded at 096A0000h - 0986A000h
WS2_32                          loaded at 719F0000h - 71A07000h
WS2HELP                          loaded at 719E0000h - 719E8000h
foo_dsp_std                      loaded at 09890000h - 098D9000h
foo_fileops                      loaded at 09900000h - 09948000h
foo_audioscrobbler              loaded at 09970000h - 099A1000h
foo_converter                    loaded at 099D0000h - 09A40000h
foo_uie_vis_channel_spectrum    loaded at 09A60000h - 09A9D000h
foo_uie_panel_splitter          loaded at 09AC0000h - 09B19000h
foo_cdda                        loaded at 09B40000h - 09B8E000h
foo_input_std                    loaded at 09BB0000h - 09CFC000h
foo_unpack                      loaded at 09D20000h - 09D50000h
foo_freedb2                      loaded at 09D70000h - 09DB2000h
foo_uie_albumlist                loaded at 09DE0000h - 09E23000h
foo_quicksearch                  loaded at 09E50000h - 09E81000h
MSVCP90                          loaded at 78480000h - 7850D000h
MSVCR90                          loaded at 78520000h - 785C3000h
foo_ui_std                      loaded at 09EB0000h - 09FBE000h
foo_utils                        loaded at 09FE0000h - 0A024000h
foo_albumlist                    loaded at 0A050000h - 0A0AC000h
foo_ui_columns                  loaded at 0A0D0000h - 0A25B000h
USP10                            loaded at 753C0000h - 7542B000h
CLBCATQ                          loaded at 76F80000h - 76FFF000h
COMRes                          loaded at 77000000h - 770D4000h
SXS                              loaded at 77210000h - 772C1000h
JScript                          loaded at 75BE0000h - 75C4F000h
xpsp2res                        loaded at 20000000h - 202DA000h
scrrun                          loaded at 734F0000h - 73515000h
MFC42                            loaded at 73D20000h - 73E1E000h
MFC42LOC                        loaded at 61D70000h - 61D7E000h
wshom                            loaded at 5CD80000h - 5CD98000h
MPR                              loaded at 71A60000h - 71A72000h
WINSPOOL                        loaded at 72F50000h - 72F76000h
wshFR                            loaded at 59000000h - 5900E000h
mscms                            loaded at 73A80000h - 73A95000h
icm32                            loaded at 58A10000h - 58A51000h
ialmgicd                        loaded at 0C1F0000h - 0C422000h
ialmgdev                        loaded at 0BA70000h - 0BAEB000h
mswsock                          loaded at 71990000h - 719D0000h
DNSAPI                          loaded at 76ED0000h - 76EF7000h

Stack dump analysis:
Address: 71990000h (mswsock+0h)
Address: 00FB53FEh (foo_uie_esplaylist+253FEh)
Address: 719B7228h (mswsock+27228h)
Address: 71991570h (mswsock+1570h)
Address: 71991515h (mswsock+1515h)
Address: 71990000h (mswsock+0h)
Address: 7C9111A7h (ntdll+11A7h), symbol: "LdrInitializeThunk" (+29h)
Address: 71990000h (mswsock+0h)
Address: 7C929213h (ntdll+19213h), symbol: "LdrShutdownThread" (+EDh)
Address: 719914CDh (mswsock+14CDh)
Address: 71990000h (mswsock+0h)
Address: 00FB53FEh (foo_uie_esplaylist+253FEh)
Address: 00FD46B8h (foo_uie_esplaylist+446B8h)
Address: 719914CDh (mswsock+14CDh)
Address: 7C91EE18h (ntdll+EE18h), symbol: "strchr" (+117h)
Address: 7C929168h (ntdll+19168h), symbol: "LdrShutdownThread" (+42h)
Address: 7C80C096h (kernel32+C096h), symbol: "ExitThread" (+3Eh)
Address: 7C839AA8h (kernel32+39AA8h), symbol: "ValidateLocale" (+2B0h)
Address: 7C80C0C0h (kernel32+C0C0h), symbol: "ExitThread" (+68h)
Address: 00FB5C3Dh (foo_uie_esplaylist+25C3Dh)
Address: 00FB5C5Fh (foo_uie_esplaylist+25C5Fh)
Address: 00FB94C0h (foo_uie_esplaylist+294C0h)
Address: 00FB5D01h (foo_uie_esplaylist+25D01h)
Address: 7C80B683h (kernel32+B683h), symbol: "GetModuleFileNameA" (+1B4h)
Address: 7C839AA8h (kernel32+39AA8h), symbol: "ValidateLocale" (+2B0h)
Address: 7C80B690h (kernel32+B690h), symbol: "GetModuleFileNameA" (+1C1h)
Address: 00FB5C7Fh (foo_uie_esplaylist+25C7Fh)

Environment:
App: foobar2000 v1.0.1
OS: Windows 5.1.2600 Service Pack 2 x86
CPU: Intel® Pentium® 4 CPU 2.00GHz, features: MMX SSE SSE2
Audio: SoundMAX Digital Audio
UI: Columns UI 0.3.8.5

Components:
Core (2010-03-06 14:44:16)
    foobar2000 core 1.0.1
foo_albumlist.dll (2010-04-11 01:19:56)
    Album List 4.4
foo_audioscrobbler.dll (2009-11-10 18:25:51)
    Audioscrobbler 1.4.3
foo_cdda.dll (2010-04-11 01:19:48)
    CD Audio Decoder 3.0
foo_chronflow.dll (2008-04-14 00:16:00)
    Chronial's Coverflow 0.3.0
foo_converter.dll (2010-04-11 01:19:30)
    Converter 1.4
foo_dsp_std.dll (2010-04-11 01:20:02)
    Standard DSP Array 1.0
foo_fileops.dll (2010-04-11 01:19:08)
    File Operations 2.1.2
foo_freedb2.dll (2010-04-11 01:19:10)
    freedb Tagger 0.6.2
foo_input_std.dll (2010-04-11 01:19:50)
    Standard Input Array 1.0
foo_quicksearch.dll (2010-04-22 00:46:00)
    Quick Search Toolbar 1.7
foo_rgscan.dll (2010-04-11 01:19:38)
    ReplayGain Scanner 2.0.9
foo_ui_columns.dll (2010-03-21 01:43:13)
    Columns UI 0.3.8.5
foo_ui_std.dll (2010-04-11 01:20:12)
    Default User Interface 0.9.5
foo_uie_albumlist.dll (2009-06-14 00:49:19)
    Album list panel 0.3.5
foo_uie_biography.dll (2010-01-23 18:58:34)
    Biography View 0.4.0.3
foo_uie_elplaylist.dll (2010-04-04 01:39:02)
    ELPlaylist 0.6.8.2(beta)
foo_uie_esplaylist.dll (2010-04-25 21:52:16)
    EsPlaylist 0.0.9.4(beta)
foo_uie_graphical_browser.dll (2008-04-19 21:37:54)
    Graphical Browser rev015
foo_uie_lyrics2.dll (2010-04-12 20:19:24)
    Lyric Show Panel 2 0.4.6.15
foo_uie_panel_splitter.dll (2009-11-26 02:03:32)
    Panel Stack Splitter 0.3.8.2(alpha)
foo_uie_playlists_dropdown.dll (2009-09-24 01:44:46)
    Playlists Dropdown 0.7.6
foo_uie_vis_channel_spectrum.dll (2008-05-18 04:02:12)
    Channel Spectrum panel 0.17.2
foo_uie_wsh_panel_mod.dll (2010-04-07 03:04:37)
    WSH Panel Mod 1.3.3
foo_unpack.dll (2010-04-11 01:18:56)
    RAR reader 1.3
    ZIP/GZIP reader 1.0
foo_utils.dll (2008-02-08 23:26:58)
    Playlist Tools 0.6.2 beta 6
foo_wave_seekbar.dll (2010-04-24 06:07:30)
    Waveform seekbar 0.2.11

Recent events:
Startup time : 0:02.374447
Filter 1 msec
Group 0 msec
Populate 0 msec
Times: a0 - a1: 0msec
Times: a1 - a2: 0msec
Times: a2 - a3: 0msec
Times: a3 - a4: 0msec
Times: a4 - a5: 0msec
Synch: 0 msec (in mainthread!)

Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-26 15:48:35
crash report on 0.0.9.4(beta), that's happening when i'm changing playlist or browse library with album list for example ... and it happens very quickly

well... strange. 

Could you give me .dmp file?

In addition, could you try dbg version (http://foo2k.chottu.net/foo_uie_esplaylist_dbg.zip) ?
(please use right click menu for saving as file)
If this version crash, please send me the crash report. 
Title: [Not My Release] EsPlaylist
Post by: tg2k3 on 2010-04-26 16:37:53
why does it work in DUI? i thought the sdk to do stuff like that is totally private and all?
Title: [Not My Release] EsPlaylist
Post by: cartman(2vd) on 2010-04-26 17:07:53
why does it work in DUI? i thought the sdk to do stuff like that is totally private and all?


SDK for DUI was released with version 1.0 Welcome to new world.
Title: [Not My Release] EsPlaylist
Post by: Falstaff on 2010-04-27 11:51:54
crash report on 0.0.9.4(beta), that's happening when i'm changing playlist or browse library with album list for example ... and it happens very quickly

well... strange. 

Could you give me .dmp file?

In addition, could you try dbg version (http://foo2k.chottu.net/foo_uie_esplaylist_dbg.zip) ?
(please use right click menu for saving as file)
If this version crash, please send me the crash report.


hi,

here is a .zip with 2 dumps. The crash happens when i start playing a track !
http://cid-fba80274c78ff70e.skydrive.live....h%20reports.zip (http://cid-fba80274c78ff70e.skydrive.live.com/self.aspx/Public/crash%20reports.zip)

when i remove the EsPlaylist component, all is fine ! so it's certainly due to esplaylist...

for the dbg version, the link says 'Forbidden' or 403.htm when i use right click menu for saving,
i can't get it, could you try to put it elsewhere please ?

thanx by advance.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-27 13:30:44
for the dbg version, the link says 'Forbidden' or 403.htm when i use right click menu for saving,
i can't get it, could you try to put it elsewhere please ?

attached.

edit: remove attached file
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-04-27 17:12:44
I know that you must be busy fixing bugs but have you thought about this?

Quote
Has anyone figured out how to "go back" to the previous viewing modes?
[...] added some commands like EsPlaylist->Previous this would be my media library viewer of choice


I remember having a hard time figuring out how to navigate EsPlaylist so did every person who used my foobar. If there were some main menu commands it would be trivial to make "back"and "forward" buttons. Also, I'd love to be able to double-click the headers and have foobar playing the whole group.

Cheers!
Title: [Not My Release] EsPlaylist
Post by: phunkydizco on 2010-04-28 07:03:48
You are right. We need a back-command and the ability to play a whole group on double-click without opening it.
Title: [Not My Release] EsPlaylist
Post by: garbanzo.bean on 2010-04-28 09:13:32
interesting component. lots of potential.
really unintuitive though, it took a while to sort out how to use it.
and i agree about navigation - buttons or hotkeys are essential.

any chance of seeing support for RGB codes in CUI?
i can't live without my colourful playlists
Title: [Not My Release] EsPlaylist
Post by: Falstaff on 2010-04-28 11:32:15
for the dbg version, the link says 'Forbidden' or 403.htm when i use right click menu for saving,
i can't get it, could you try to put it elsewhere please ?

attached.[attachment=5869:foo_uie_...list_dbg.zip]


ok, here is the crash report (+dump) with the debug version :

http://cid-fba80274c78ff70e.skydrive.live....%5E_version.zip (http://cid-fba80274c78ff70e.skydrive.live.com/self.aspx/Public/crash%5E_reports%5E_dbg%5E_version.zip)

good luck

EDIT: Hmm,... still crashing after i've removed esplaylist component (was ok yesterday, weird), so, the pb is maybe elsewhere ... don't take too much time to look for a bug if you find nothing ...
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-28 11:47:37
ok, here is the crash report (+dump) with the debug version :

good luck

EDIT: Hmm,... still crashing after i've removed esplaylist component (was ok yesterday, weird), so, the pb is maybe elsewhere ... don't take too much time to look for a bug if you find nothing ...


Thanks.
All crashes are very strange...

In your crash reports, it seems that all crashes were concerned with network access.
In failure_00000001 and 00000008, the crash might occur at the end of Album Art reading thread of EsPlaylist.
(I can't figure out about in failure_00000007. it seems that EsPlaylist wasn't concerned with the crash)

I'd like to know whether you have enabled "Provide artwork to other viewers" in foo_uie_biograhy
and, if possible, could you remove components which have possibility of network access ?

Title: [Not My Release] EsPlaylist
Post by: Falstaff on 2010-04-28 12:47:52
ok, i'll try as soon as possible ... too busy now (work).

thanx
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-04-28 13:13:26
If there were some main menu commands it would be trivial to make "back"and "forward" buttons.

Maybe there is no possibility of the addition of the mainmenu command,
because mainmenu command can't determine which panel should be navigated when multiple panels are placed.
(on the other hand, there is a possibility of the addition of the button.)

Also, I'd love to be able to double-click the headers and have foobar playing the whole group.

humm... at least, you can play the first track of the group by double click when enabling "Open/Close Group..." in Behaviour page.

any chance of seeing support for RGB codes in CUI?

I have not decided support for the RGB code because it is not suitable for DefaultUI's QuickSetup.
Title: [Not My Release] EsPlaylist
Post by: Falstaff on 2010-04-29 10:29:51
ok, here is the crash report (+dump) with the debug version :

good luck

EDIT: Hmm,... still crashing after i've removed esplaylist component (was ok yesterday, weird), so, the pb is maybe elsewhere ... don't take too much time to look for a bug if you find nothing ...


Thanks.
All crashes are very strange...

In your crash reports, it seems that all crashes were concerned with network access.
In failure_00000001 and 00000008, the crash might occur at the end of Album Art reading thread of EsPlaylist.
(I can't figure out about in failure_00000007. it seems that EsPlaylist wasn't concerned with the crash)

I'd like to know whether you have enabled "Provide artwork to other viewers" in foo_uie_biograhy
and, if possible, could you remove components which have possibility of network access ?


ok, found the source ... it's lyrics show panel 2 that make crash foobar if no internet connection. (Biography handle well this situation and do not generate any crash).

thanx for the help, EsPlaylist was clean
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-04-29 23:15:02
EsPlaylist v0.1.0.0 (2010/04/30) released.

Quote
Changelog:
  • fixed some minor issues.


Download EsPlaylist v0.1.0.0 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: xbullethammer on 2010-04-30 02:16:16
If there were some main menu commands it would be trivial to make "back"and "forward" buttons.

Maybe there is no possibility of the addition of the mainmenu command,
because mainmenu command can't determine which panel should be navigated when multiple panels are placed.
(on the other hand, there is a possibility of the addition of the button.)
...


What if the buttons/commands affect the current or focused panel only?
Title: [Not My Release] EsPlaylist
Post by: jeremija on 2010-05-01 10:59:13
would it be possible to show the playback queue like in the default playlist view (in the same column where the play icon is displayed)?
also, is it possible to disable the non-selected color for now-playing item/group?

what about using the < > characters like in the default playlist?
Title: [Not My Release] EsPlaylist
Post by: elbo on 2010-05-01 11:57:07
would it be possible to show the playback queue like in the default playlist view (in the same column where the play icon is displayed)?


You can show the playing queue using [%queue_index%] in a new column (but not in the play icon column).


also, is it possible to disable the non-selected color for now-playing item/group?

what about using the < > characters like in the default playlist?

Title: [Not My Release] EsPlaylist
Post by: jeremija on 2010-05-01 12:18:56
Yes I know about that, but this requires a separate column. Thanks anyway!
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-05-05 15:04:36
EsPlaylist v0.1.1.0 beta (2010/05/05) released.

Quote
Changelog:
  • removed redundant vertical space in case of multiple grouping layers in Layered View.


Download EsPlaylist v0.1.1.0 beta (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-05-05 17:07:03
Quote
removed redundant vertical space in case of multiple grouping layers in Layered View.

That's what I've been waiting for! Thank You, ssenna! 
Title: [Not My Release] EsPlaylist
Post by: oscini on 2010-05-09 12:36:49
I just discovered a way to play directly from album art icons without opening it to the playlist view! (Excuse me if someone has already done this)

It must be a bug/typo, because it only works with the following settings:
- Double click action: (anything with "& Play", but be sure it's the one you want because you might wipe a playlist or add duplicates)
- Check "Open/Close Group with Middle button click" - there are two, check the one ABOVE "Browse Playlist" (that is, the one under the box for the "Specify Playlist Name" box)


But it works! Now EsPlaylist is my favorite fb2k plugin ever
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-05-09 23:46:50
Hi ssenna,

just two cosmetic questions:

1. Would it be possible to make the edge-style "sunken"? Or to implement an option to choose the style? It seems that it now set to "none" ("1" on the pic).

2. Any chance to disable the rounded frames in the future ("2" on the pic)?

[a href="http://250kb.de/2SCSuqV" target="_blank"]
Title: [Not My Release] EsPlaylist
Post by: phunkydizco on 2010-05-15 07:21:07
Hi

this component is really great. One thing I am missing is a new browse library action "Open/Close Group with Double click". What do you think? Could you add this please?
Title: [Not My Release] EsPlaylist
Post by: exxecutor on 2010-05-15 12:24:12
Drag & drop does not work consistently for me. It happens when you click on a track in Esplaylist (marking it) and immediately drag it somewhere. If you time it right (as quickly as possible but slower than a double-click), drag & drop won't work.

Has anyone else experienced this behaviour? Unintentionally it has happened quite a few times to me.

Vista64, Foobar 1.03 here.

Title: [Not My Release] EsPlaylist
Post by: Anomalous on 2010-05-15 12:40:04
Yes I having the same problem, it seems to require you to hold the mouse for a bit before dragging. I also can't seem to drag items from one EsPlaylist to another, but going from anything else to or from EsPlaylist works.
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-05-15 18:34:44
I want to use EsPlaylist solely as album browser. So I set Browse Mode to "Browse Library". But is it possible to just display full music albums but not audiobooks (files with %genre% "Audiobook") and not single tracks that don't have %album%?

For Facets I use this string:
Code: [Select]
$if($strcmp(%genre%,Audiobook),,[%album%])

But that won't exclude audiobooks in EsPlaylist.
Title: [Not My Release] EsPlaylist
Post by: emitter on 2010-05-19 18:58:10
Is it possible to column the date? I mean the Year which is saved in the tag. Or sort by year?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-05-19 19:04:20
just insert one of the preset columns and right click>edit column. now you can rename it and enter %date% in the format box.
Title: [Not My Release] EsPlaylist
Post by: emitter on 2010-05-19 21:55:26
just insert one of the preset columns and right click>edit column. now you can rename it and enter %date% in the format box.


Lol tried it before but didnt work ^^ Now it works ^^ thx
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-05-22 08:55:44
Hello ssenna,

Have you done anything about multifield tag support? The reason I ask is because EsPlaylist parses the tag and transforms the semicolon separator into a coma followed by a space.

Let's say I fill the genre tag of a track with "foo;bar". Album list browser shows this track under these two genres. EsPlaylist shows a "foo, bar" genre, and doesn't list this track neither under "foo" nor under "bar" (these genre groups are not created then).

I know that multifield tag support has already been asked for, but since earlier reports stated that the semicolon separator was completely ignored (rather than parsed into ", "), I was wondering if you have done any modification to that. And since there is no complete changelog for me to view, I have to ask you that.

Regards,
FaintingGoat
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-05-22 15:36:29
Quote
Let's say I fill the genre tag of a track with "foo;bar". Album list browser shows this track under these two genres. EsPlaylist shows a "foo, bar" genre, and doesn't list this track neither under "foo" nor under "bar" (these genre groups are not created then).

I just tried your example and all was shown correct!
In Album List/Genre there where these two genres! Your problem seems to be located anywhere else, but not in esplaylist.
Title: [Not My Release] EsPlaylist
Post by: MyMaster on 2010-05-22 19:46:06
Problems with layered vs. flat when using Artist>Albums subgroups.  Problem occurs cause of sideinfo.  Can this be fixed?

http://www.glowfoto.com/static_image/22-10...0/img5/glowfoto (http://www.glowfoto.com/static_image/22-101543L/8654/jpg/05/2010/img5/glowfoto)

http://www.glowfoto.com/static_image/22-10...0/img6/glowfoto (http://www.glowfoto.com/static_image/22-103822L/7980/jpg/05/2010/img6/glowfoto)
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-05-23 09:40:45
Quote
Let's say I fill the genre tag of a track with "foo;bar". Album list browser shows this track under these two genres. EsPlaylist shows a "foo, bar" genre, and doesn't list this track neither under "foo" nor under "bar" (these genre groups are not created then).

I just tried your example and all was shown correct!
In Album List/Genre there where these two genres! Your problem seems to be located anywhere else, but not in esplaylist.


Just to be clear, where are you verifying this? Yes, in the Album List browser things are displayed correctly. It's the (ES)playlist view that behaves the way I described. I just tried this again.


Cheers,
FaintingGoat
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-05-23 10:53:04
Quote
... the semicolon separator was completely ignored (rather than parsed into ", ") ...

(http://img594.imageshack.us/img594/2708/esplaylist04.th.jpg) (http://img594.imageshack.us/i/esplaylist04.jpg/)

Hmm.. Here the separator is right... In playlists you can see allways only a ", " as separator.
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-05-23 16:31:44
Sorry, I forgot to clarify that I was talking about EsPlaylist in Browse Library Mode. I figured it wouldn't be necessary since I was making a direct comparison to the default Album List Browser.

Here's the behavior I've been trying to explain:

(http://img198.imageshack.us/img198/1950/34624280.th.gif) (http://img198.imageshack.us/i/34624280.gif/)


Notice that I tagged some albums as "Electronic;World/Ethnic", and they are creating a group of their own instead of appearing under both "Electronic" and "World/Ethnic".

But that doesn't matter anymore. By doing some further experimentation, I came to realize that the problem is actually a different one.

It seems that it's necessary to use "%<genre>%" instead of "%genre%" to make a track tagged with "foo;bar" to appear under "foo" and "bar" and to avoid a third "foo;bar" genre entry to appear, this also in the default Album List browser. So, with that in mind, I modified my grouping string to "%<genre>%. Here's what happenened:

(http://img52.imageshack.us/img52/5346/44817912.th.gif) (http://img52.imageshack.us/i/44817912.gif/)


When the title field is also modified to %<genre>%, "?" is displayed as the group title.

Cheers,
FaintingGoat
Title: [Not My Release] EsPlaylist
Post by: laite on 2010-05-24 16:45:08
Hi, I'm using this as library viewer (as I have nice playlist view already) and was wondering if it would be possible to automatically activate (but not play) specified playlist after adding some music on it?
Title: [Not My Release] EsPlaylist
Post by: mjm716 on 2010-05-28 19:01:48
(http://img198.imageshack.us/img198/1950/34624280.th.gif) (http://img198.imageshack.us/i/34624280.gif/)


Quick question - how can I get the text below the album art as displayed above? Mine always appears to the right side of the art. I'm only using DUI, so I don't know if that's part of my problem?

thanks,

.Mike
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-05-28 20:53:06
I'm also only using DUI.

It's very simple, just uncheck the "Side Info" box on the grouping settings of your view.

(http://img576.imageshack.us/img576/5339/66880621.gif) (http://img576.imageshack.us/i/66880621.gif/)
Title: [Not My Release] EsPlaylist
Post by: mjm716 on 2010-05-29 00:16:14
ah... yep, overlooked that - thanks much. Big improvement!
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-05-29 18:19:20
EsPlaylist v0.1.1.0 beta 2 (2010/05/29) released.

Quote
Changelog:
  • added support for $rgb.
  • removed dynamic format box in column setting.(please use %isplaying% instead)
  • compiled with the latest SDK.
  • fixed some bugs.


Download EsPlaylist v0.1.1.0 beta 2 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2010-05-29 18:21:25
Thanks for implementing colors!
Title: [Not My Release] EsPlaylist
Post by: nradu on 2010-05-30 09:30:22
Would be nice to change the font color to white when the selection is active (highlight) in playlist for a good view (in contast with blue). Thanks Senna.
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-05-30 13:35:15
Question: When I use EsPlaylist as a Library Viewer, is there a way not to show the complete library? I want to exclude certain files using a pattern. Is this possible?
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-05-30 13:52:05
Another Question: Is it possible to completely hide the album art column? If you use grouping setting "none", well it won't show album art but there's still that album art column.
(http://img243.imageshack.us/img243/9958/capturedm.png)
Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2010-05-30 14:26:10
Another Question: Is it possible to completely hide the album art column? If you use grouping setting "none", well it won't show album art but there's still that album art column.

Just drag the column header so it becomes smaller.
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-05-31 19:10:21
Feature Request:
Two different Specified Playlists - One for just displaying selected items from a EsPlaylist in Library Browsing Mode and one for playing. Then we have a real "Now Playing" playlist that can't be overwritten if the user selects other library entries. If the user chooses to play them, they will be sent to the 2nd Specified Playlist (Now Playing list) and the view switches to that list. If the user then selects other stuff, the view switches back to the first Specified Playlist.
Title: [Not My Release] EsPlaylist
Post by: oscini on 2010-05-31 19:22:28
Feature Request:
Two different Specified Playlists - One for just displaying selected items from a EsPlaylist in Library Browsing Mode and one for playing. Then we have a real "Now Playing" playlist that can't be overwritten if the user selects other library entries. If the user chooses to play them, they will be sent to the 2nd Specified Playlist (Now Playing list) and the view switches to that list. If the user then selects other stuff, the view switches back to the first Specified Playlist.

Double click action: Send to specific playlist and play
Specify Playlist Name: Now Playing

Create a "Now Playing" playlist and another for browsing (ie "Library Viewer Selection"), add a playlist switcher to your layout and you're done.
Title: [Not My Release] EsPlaylist
Post by: Andu on 2010-06-01 00:55:51
Using 0.1.1.0 Beta 2 of Esplaylist with Br3tt's Tech skin leads to foobar eventually hanging. The process is still alive and the music is still running but the player is inaccessible. Right click menu of the tray icon doesn't work either. It's not a matter of memory or CPU cycles missing.

With 0.1.0.0 there is no issue and works just fine.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-06-01 15:46:40
Using 0.1.1.0 Beta 2 of Esplaylist with Br3tt's Tech skin leads to foobar eventually hanging. The process is still alive and the music is still running but the player is inaccessible. Right click menu of the tray icon doesn't work either. It's not a matter of memory or CPU cycles missing.

Could you try using Process Explorer (http://download.sysinternals.com/Files/ProcessExplorer.zip) ?
* If foobar2000 freezes up, then double-click on the foobar2000.exe in ProcessExplorer, go to the tab "Threads" and see whether there is a thread of which start address is "foo_uie_esplaylist + 0x****".
* If esplaylist's thread exists, then double click on it. we might be able to see where the foobar2000 is hanging up.
Title: [Not My Release] EsPlaylist
Post by: Andu on 2010-06-01 17:23:51
Will do and post the results.

Edit: It just hanged itself up again and I checked Process Explorer. There is no foo_uie_esplaylist thread in the list.

I have some foobar2000.exe threads, some foo_audioscrobbler, 2 foo_chronflow, 1 WinMM.dll, 1 gdiplus.dll, 1 wdmaud.drv, 2 ntdll.dll and one foo_wave_seekbar threads.

It's still somehow ESplaylist related though because with 0.1.0.0 it doesn't hang :\
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-06-01 18:14:10
0.1.1.0 Beta 2 hangs heavily after installation on two different PCs. No log-reports.
After that (heavy) crash foobar2000 reinstallation and theme reimport was required.

After that occurrence - everything seems to be ok... 
Title: [Not My Release] EsPlaylist
Post by: Andu on 2010-06-01 22:48:17
I tried loading the fcl from Br3tt again and now it seems to be working. At least for the time being.

Edit: LOL 3 seconds after I posted this it hung up again.
Title: [Not My Release] EsPlaylist
Post by: kompot on 2010-06-01 23:18:27
it would be an awesome feature to be able to configure album art padding - right now it's too close to the left side of scrolling area
Title: [Not My Release] EsPlaylist
Post by: Andu on 2010-06-02 01:34:33
Hm somehow I don't think this problem is ESplaylist related after all. Seems to be something about Tech 1.3b that is off.
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-06-08 13:57:45
@ssenna,

Would it be possible to add an optional filter toolbar (as in the Album List component) for the "browse library" mode? And maybe to add $crlf() for the grouping titles?

thanks in advance,
Title: [Not My Release] EsPlaylist
Post by: johnoppa on 2010-06-08 17:44:44
I got a question can you guys help me out?

I'm trying to get a compilation "va" folder/playlist to show as artists - song any way I can do that without adding another column?
Currently i have the columns as just art, now playing, track no, title, length
Title: [Not My Release] EsPlaylist
Post by: garbanzo.bean on 2010-06-08 18:09:23
try this:
[%track artist% - ]%title%
Title: [Not My Release] EsPlaylist
Post by: johnoppa on 2010-06-08 18:24:09
Ah Thanks so much that did the trick!
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-06-08 19:32:18
For albums that consist of multiple disc and have the naming pattern "%album% (Disc %discnumber%)", it would be great to be able to use the function $crlf() inside this window, section "Title":

(http://img685.imageshack.us/img685/5120/capture2ga.png)

Then we could use some $if() and $crlf() to properly display "Disc 1", "Disc 2" etc.
For now, you cannot see the disc numbers in most cases:

(http://img63.imageshack.us/img63/4513/capturexz.png)

This would be great because then the text is blue, too, and no separating line - showing it somehow belongs to the album title.
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-06-09 15:28:34
I just realized that files that you move from within foobar2000 via the "File Operations - Move To" command aren't updated in EsPlaylist. The view will only be updated after you restarted foobar2000. Does this happen to anybody else and is it going to be fixed?
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-06-12 16:06:29
EsPlaylist v0.1.1.0 beta 3 (2010/06/12) released.

Quote
Changelog:
  • changed play/pause icon.


Download EsPlaylist v0.1.1.0 beta 3 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-06-14 05:36:36
Sssena, two bugs to report:

1. When only one album is in a playlist, their appears to be a lot of lag when trying to select the album by clicking the title area... This behavior is not present when there is more than one album.

2. When there are multiple albums in the top layer/album art view, it is impossible to highlight all albums with the select+all action (the albums are all selected, but only one is highlighted).


Thank you, as always, for this wonderful component and your hard work!
Title: [Not My Release] EsPlaylist
Post by: ExtremeHunter on 2010-06-14 11:20:14
@ssenna

Thanks a lot for this component.

I have one feature request that i really miss from elplaylist.
That is the refresh all option in the right click menu.

Because if you edit the album art when album is in the playlist, then there is no way to refresh that album art, or if you add the album art when the album is already playing then there is no way to load that album art.
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-06-14 19:49:03
Would be great if such changes are automatically updated, like foobar2000 DUI playlist does.
Title: [Not My Release] EsPlaylist
Post by: ExtremeHunter on 2010-06-15 10:24:18
Yes that would be even better .
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-06-19 15:39:50
I just realized that files that you move from within foobar2000 via the "File Operations - Move To" command aren't updated in EsPlaylist.
I can't reproduce the problem. What information is not updated in EsPlaylist ?

1. When only one album is in a playlist, their appears to be a lot of lag when trying to select the album by clicking the title area... This behavior is not present when there is more than one album.
I can't reproduce this problem. how many tracks in one album ?

2. When there are multiple albums in the top layer/album art view, it is impossible to highlight all albums with the select+all action (the albums are all selected, but only one is highlighted).
This is intended behaviour. If possible, please use "Ctrl + a" instead.

I have one feature request that i really miss from elplaylist.
That is the refresh all option in the right click menu.
Would be great if such changes are automatically updated, like foobar2000 DUI playlist does.
I think third party components have no clean way to know that the album art was just updated.
Maybe, "refresh" menu will be added.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-06-19 17:25:26
1. When only one album is in a playlist, their appears to be a lot of lag when trying to select the album by clicking the title area... This behavior is not present when there is more than one album.
I can't reproduce this problem. how many tracks in one album ?



Hm, it's actually very hard for me to reproduce as well, but it does sometimes happen, and only with one album. I'll report back if I can find other factors that are causing this.
Title: [Not My Release] EsPlaylist
Post by: ExtremeHunter on 2010-06-27 21:25:17
v0.1.1.0 beta 4 (2010/06/27) (http://foo2k.chottu.net/#bv)

    * fixed : drag & drop didn't work in some cases.
    * added : Options->Configure->Highlight playing item
    * added : Options->Refresh


THANKS FOR THE REFRESH OPTION 
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-06-28 16:41:35
EsPlaylist v0.1.1.0 beta 4.1 (2010/06/28) released.

Quote
Changelog:
  • fixed : drag & drop didn't work in some cases.
  • added : Options->Configure->Highlight playing item
  • added : Options->Refresh
  • fixed: undo-point was not generated when drag & drop from a playlist to another one in one EsPlaylist panel.(beta 4.1)


Download EsPlaylist v0.1.1.0 beta 4.1 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-06-29 13:49:45
@ssenna

Thanks for this excellent component!

Do you think it may be possible to add an option to remove automatically the group info column if the grouping of a particular playlist is set to none?

thanks in advance
Title: [Not My Release] EsPlaylist
Post by: morphguy12 on 2010-06-29 18:11:10
Amazing component!!

One thing that I have noticed is for my Recently Played playlist that I have since it's usually just one song from an album, I set it so it is the only playlist to use the "No Cover Art" option, but there is still a huge vertical space between the songs in "Flat View".

I realize I could put different columns so the Artist & Album info would be visible along with "No Grouping" , but then I don't need those in my other playlists.

Any help definitely appreciate, Thanks!!!
Title: [Not My Release] EsPlaylist
Post by: vogliadicane on 2010-06-30 22:03:50
wow, the development of this one is amazing (pseudo-transparent background and so much more)

I have 3 questions:

1. @ssenna:

I think this is a bug.
Situation:
layered view, e.g. 8 columns, 4 rows
double click behaviour: send to new playlist and play

I double click one of the most bottom row groups

What happens:

the album 1 row below the clicked one is played instead of the wanted one, because after the first click the view scrolls one line, the second click executes playing of the wrong album

This does NOT happen with double-clicking top row albums, because there is no scrolling activated


2. @ssenna: Same situation as above, but the album is not sent to the specified playlist but is played within the current one (would be ok for me, but somehow this behaviour is strange...)

3. This is shurely a dumb question, but I didn´t find out, how to set the "no cover found" file/path to be displayed

edit: additional info
Title: [Not My Release] EsPlaylist
Post by: tflogic on 2010-07-04 01:47:44
Just a quick question concerning the lines with album titles in the single columns view using the DUI.
(http://img816.imageshack.us/img816/198/space.jpg)
How do I go about adding more album info on that line such as date, codec used, and replaygain info?
Title: [Not My Release] EsPlaylist
Post by: tpijag on 2010-07-04 02:10:06
Do you have column heading titles?

Right click on a heading....etc.

terry
Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2010-07-04 02:15:45
You edit the Preset Setting in Preferences > Tools > EsPlaylist.
Title: [Not My Release] EsPlaylist
Post by: tflogic on 2010-07-04 02:16:34
to tpijag: Yes, that would allow me to add that information to all of the tracks but I'd just like to add that information to the album header line.
andreas: I'll try that right now!
Title: [Not My Release] EsPlaylist
Post by: vogliadicane on 2010-07-04 10:55:45
I'd just like to add that information to the album header line.


right click grouping header: grouping/preferences...

then double click the preset setting you use (checked).

In field Title add the term you want to see in the group headers
Title: [Not My Release] EsPlaylist
Post by: morphguy12 on 2010-07-06 20:23:57
to expand on my issue...

Can I request a feature within the Grouping Presets, like where you choose cover art, back, artist.... etc.  if you can choose the size as well.  That way different playlists can have different cover art sizes, or if you choose 'none' that grouping preset will have the contents closer together instead a big vertical space in between?

Thanks!!!!
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-07-07 19:51:15
Is there any hope for a find-as-you-type bar (or any search bar, for that matter) for searching through EsPlaylist when it's in library mode?  Alternatively, is there any way to use foo_quicksearch to accomplish this?  This is the last thing I need to finally replace Facets.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: rhumbus on 2010-07-08 07:45:01
Does anyone know if there's a skin release using the EsPlaylist?
Title: [Not My Release] EsPlaylist
Post by: morphguy12 on 2010-07-12 00:50:45
I know most users can come up with this, but for those beginners who want some suggestions, here is what I have for my "title" code to display the ARTIST for various artist CDs:

Code: [Select]
$if($strcmp(%album artist%,Various Artists),%artist% - %title%,%title%)


Man I love this Playlist!!
Title: [Not My Release] EsPlaylist
Post by: Lucky Luciano on 2010-07-13 18:50:40
Not good enough, especially since it can also be VA or V.A. or whatnot.

Code: [Select]
$if(%track artist%,%track artist%  - %title%,%title%)
Title: [Not My Release] EsPlaylist
Post by: 2E7AH on 2010-07-13 19:04:54
and even yours isn't good enough  , which equals:

Code: [Select]
[%track artist% - ]%title%
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-07-13 23:23:10
I have another feature request, and hopefully this one is simpler than my last request.  I'd really like to see tooltips when hovering over items in the playlist.  For instance, when using the layered view, it is not uncommon for artist/album names to be cut off (followed by an ellipsis).  Currently, the only way to see the full artist/album name is to right-click and go to properties.  It'd be nice if a tooltip would pop up when hovering over the item.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: vogliadicane on 2010-07-14 10:50:22
^^ +1
Title: [Not My Release] EsPlaylist
Post by: CVM87 on 2010-07-16 01:06:52
I really love this. I've pretty much gotten it the way I want, just have one question. In my No. column I'd like it to be displayed as %discnumber%.%tracknumber% but I would like the disc # and the following "." to be displayed when and only when that field is present. Could someone help me with the formatting, and do I need to change the "Linked Meta Field" from "TRACKNUMBER"?
Title: [Not My Release] EsPlaylist
Post by: tpijag on 2010-07-16 01:36:55
In general terms, surround each of your %tagfields% with [%tagfields%].
The bracket set is a shortcut for an if statement.

Add your additional text within the bracket. [if this field is present please add this stuff first %tagfields% and bit of stuff after if you like]

Title: [Not My Release] EsPlaylist
Post by: CVM87 on 2010-07-16 02:45:27
got it! thanks. what is "Linked Meta Field" used for? I notice in the column defaults they were pretty self explanatory (Title column links to TITLE, etc.) but with the 2 columns I edited (No. and Length) I just set them blank. is this alright?
Title: [Not My Release] EsPlaylist
Post by: ledge on 2010-07-16 02:59:46
I really love this. I've pretty much gotten it the way I want, just have one question. In my No. column I'd like it to be displayed as %discnumber%.%tracknumber% but I would like the disc # and the following "." to be displayed when and only when that field is present. Could someone help me with the formatting, and do I need to change the "Linked Meta Field" from "TRACKNUMBER"?

[%discnumber%.]%tracknumber%
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-08-04 12:45:05
i think there is a problem with 0.1.1 beta5 that came out yesterday. i noticed this in the changelog...

Quote
changed : tracks are sorted inside a group by sort format of preset setting in case of Browse Library mode


now that's fine and i've changed my grouping pattern. but when tracks are sent to the active playlist, the "force sorted" option is ignored.
Title: [Not My Release] EsPlaylist
Post by: MyMaster on 2010-08-05 04:55:53
sorting seems broken.  i used to have artists > albums sorted by date and it worked flawlessly but with beta5 album are being sorted alphabetically by album name and not date.  i checked and force-sorted is checked and the same pattern is selected in both artist and album: %artist% %date% %album% %tracknumber%.  thanks.
Title: [Not My Release] EsPlaylist
Post by: MyMaster on 2010-08-06 22:29:23
is there a way to remove the search bar in beta6?
Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2010-08-06 22:38:54
Yes, from Appearance menu.
Title: [Not My Release] EsPlaylist
Post by: MyMaster on 2010-08-06 23:20:25
thanks

Yes, from Appearance menu.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-06 23:32:55
Wow, I love the search bar in beta 6.  Thanks a lot ssenna!

Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2010-08-06 23:34:20
Would be good if we could toggle it via a hotkey.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-08-07 00:20:58
ssenna, thanks for fixing the sorting.
Title: [Not My Release] EsPlaylist
Post by: watercolor on 2010-08-07 06:43:05
There is some request.

1. Split title TF config to Layered view and Flat view.
I think Layered view title width is narrow.
For example:
-%album%
Layered view-> the movie OST
Flat view-> the movie Original Sound Track

2. inline editing on Flat view.
3. Layered View only mode.(like Graphical Browser, and track menu popup assign to middle click.)

Thank you.
Title: [Not My Release] EsPlaylist
Post by: nglekhoi on 2010-08-07 07:24:33
The search bar is awesome, it looks like the search from Winamp  . Thank you a lot.
It'll be more awesome if i can change the search bar position , place it at the end of playlist look ugly for me
Title: [Not My Release] EsPlaylist
Post by: watercolor on 2010-08-07 15:39:35
Layered view margin adjustment is nice.
However, I think that the rightmost margin is needless.

|=panel edge
_=margin
a=artwork

Now:
|a_a_a_|
Better:
|a_a_a|
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-08-07 19:17:02
@ssenna: Could you make the cover list look like the one in iTunes? I'm not saying that foobar2000 has to look like iTunes. But I like it when you select a cover then only the album's songs are expanded. NOT the whole library, like EsPlaylist does. And if the expanded album list shows the cover, too. Also, it would be great if the user could choose not to automatically select all songs of an album. Do you think you could be going to implement this?
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-08-07 20:01:47
@ssenna: Could you make the cover list look like the one in iTunes? I'm not saying that foobar2000 has to look like iTunes. But I like it when you select a cover then only the album's songs are expanded. NOT the whole library, like EsPlaylist does. And if the expanded album list shows the cover, too. Also, it would be great if the user could choose not to automatically select all songs of an album. Do you think you could be going to implement this?

It is already possible if you check the option "Display Only Focused Group" in Grouping Settings.
However it would be great if we can select for exemple an artist, then with focused groups, see his albums covers, and then when clicking on the cover, see all the albums of the artist in the playlist view instead of all the library or only the album selected !
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-08-08 14:21:49
EsPlaylist v0.1.1.0 beta 6a (2010/08/08) released.

Quote
Changelog:
  • added : Search Bar.
  • changed : sorting with force-sorted=on in Browse Library mode, again.
  • Misc bug fixes (beta 6a)
  • Made Searchbar position selectable. (beta 6a)


Download EsPlaylist v0.1.1.0 beta 6a (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-08-09 02:34:32
Anybody else get unnecessary spaces before side info?

Example:

http://a.imageshack.us/img34/9608/clipboard01jgq.jpg (http://a.imageshack.us/img34/9608/clipboard01jgq.jpg)
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-08-09 02:49:05
that space has always been there separating the title from the side info.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-09 03:19:56
I'm experiencing a little bug with the new %<xxx>% behavior for multiple artists.  If I send a selection to my playlist that includes both artists who share a multi-artist track, I get duplicates of that track in my playlist.  It's obvious as to why this happens, but it would be nice if there was a workaround for this behavior.


Also, although I love the new search bar, I have a few small suggestions.  For starters, the "..." button for selecting the search tag(s) seems to be the wrong type of control for this behavior.  I think it would make more sense if this button were to be replaced with a standard drop-down menu.  Not only would its behavior be more consistent with standard Windows controls, but we could easily see which search parameters are selected without clicking the "..." button to check.

Also, the ability to edit and add custom search tags would be nice.  I'd like to be able to search my %lyrics% tag, for instance.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-08-09 04:50:57
Ah, fair enough (about the space)

I second kabuki's request:
It would be fantastic if there was multivalue-field support to browse the library by multivalue fields like genre, etc.


I'm gonna bump this request. It would still be a cool thing to have.
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-08-09 09:06:18
@ssenna: Can we have not just side info but also "bottom info"? I for example like to display just %album% and %album artist% below the cover. For little text like that, a side info is very space consuming. If you do bottom info, then please have the album displayed in a different color (not black), like the side info currently does.

Also, it would be great if the user could choose to display a cover shadow.

And finally, maybe I already mentioned that, would be great if nothing at all is selected when you open a cover. By default, currently all songs of that album are selected. It would look more pleasant to the eye if there is no selection. And I don't think there's a need to select everything by default. Or please make it switchable via an option if some users insist on this selection behavior.
Title: [Not My Release] EsPlaylist
Post by: MyMaster on 2010-08-10 00:49:00
would it be possible to have something like %es_subgroup_length% but for album average bitrate (%es_subgroups_bitrate%) maybe?
Title: [Not My Release] EsPlaylist
Post by: nglekhoi on 2010-08-10 06:07:57
Hey ssenna, thanks for your last update, now my foo is really cool ). I hope this is my last request too
Is it possible to shuffle (or album repeat) songs only in the search result ? I think it'll usefull when i want to shuffle only for artist (or songs) i searched.
Title: [Not My Release] EsPlaylist
Post by: Copland on 2010-08-10 12:25:24
@ssenna: Can we have not just side info but also "bottom info"? I for example like to display just %album% and %album artist% below the cover. For little text like that, a side info is very space consuming.


+1
Title: [Not My Release] EsPlaylist
Post by: CVM87 on 2010-08-13 01:14:36
yeah I'd like some "bottom info" below the album art in flat view. I don't see why it shouldn't just be the side info displayed that way in flat view, though. either would work i guess
Title: [Not My Release] EsPlaylist
Post by: durch on 2010-08-13 14:00:01
Just to be sure, because this problem drives me crazy and no one else has complained about this: Is it to be expected (if yes, why?) that all songs of an album that you open in EsPlaylist get selected, or is that just a bug of my personal foobar2000 setup?

And apart from that, I have a cosmetic feature suggestion:
(Left side: EsPlaylist, right side: DUI Playlist; both under Windows 7)
(http://img84.imageshack.us/img84/2746/esplaylist.png)(http://img821.imageshack.us/img821/5543/dui.png)

As you can see, the colors differ and even the heights of the title columns are different (+1 Pixel in EsPlaylist).
EsPlaylist's colors (alternating rows and blue group titles) are darker.
EsPlaylist's selection color looks different.
EsPlaylist's title columns' height is bigger.

I suggest when EsPlaylist runs under DUI, for asthetic reasons it should use the exact same title columns' sizes and the same playlist colors like DUI does with its default playlist.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-08-13 17:21:55
EsPlaylist obeys the windows system colours. default UI playlist view does not. open the preferences or even windows explorer and you'll see they use the "proper" aero blue the same as EsPlaylist.
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-08-13 19:05:06
EsPlaylist v0.1.1.0 (2010/08/13) released.

Quote
Changelog:
  • changed/fixed : some behaivour of Searchbar.
  • changed : adjusted color of group header line(in case of custom color mode).
  • added : support auto-complete in inline tag editing .
  • added : %es_group_header%


Download EsPlaylist v0.1.1.0 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: TomBarlow on 2010-08-13 20:18:03
Just to be sure, because this problem drives me crazy and no one else has complained about this: Is it to be expected (if yes, why?) that all songs of an album that you open in EsPlaylist get selected, or is that just a bug of my personal foobar2000 setup?


Yep happens here too. I agree it would look better if they weren't selected.

As for the colours thing, one solution is to change your system colours and make foobar use them, then other programs will also match your foobar colours.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-13 23:28:22
Thanks for the latest update!  The searchbar's new modifications are great.  I just have one small bug with it, though.  When searching for "All", the search does not take into account any custom added tags.  "All" only searches the default tags.

Just to be sure, because this problem drives me crazy and no one else has complained about this: Is it to be expected (if yes, why?) that all songs of an album that you open in EsPlaylist get selected, or is that just a bug of my personal foobar2000 setup?


Yep happens here too. I agree it would look better if they weren't selected.

I think it does that on purpose.  It's quite useful if you don't have "Always Display Only Focused Group" checked.  Though when that option is checked, I can see how selecting all of the tracks could be annoying.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-08-14 00:38:49
So what exactly is/is the purpose of %es_group_header%?


Also, I don't know if it's been requested yet... But a great addition would be the ability for ES Playlist to remember the level ESplaylist was at foobar's start up.
Title: [Not My Release] EsPlaylist
Post by: watercolor on 2010-08-14 02:44:08
So what exactly is/is the purpose of %es_group_header%?


Also, I don't know if it's been requested yet... But a great addition would be the ability for ES Playlist to remember the level ESplaylist was at foobar's start up.

%es_group_header% is useful for me.
Because it is can switching TF of group text.

For example:

-Group header is available.(it is longer on Layered view)
XXX artist's special collection.
-Group header is not available.
special collection.

TF:
$if(%es_group_header%,%album%,$if2(%short album%,%album%))

You can 'Original Sound Track' -> 'OST' by this function.


Code: [Select]
$replace(
%album%,
'Original Sound Version','OSV',
'ORIGINAL SOUND VERSION','OSV',
'Original Soundtrack','OST',
'ORIGINAL SOUNDTRACK','OST',
'Original Sound Track','OST',
'ORIGINAL SOUND TRACK','OST',
'O.S.T.','OST',
'ORIGINAL SOUNDTRACK','OST'
)


@ssenna:
Why scroll to top position when playback new track?
this behavior is inexplicable.
or it occur only my environment?





Thank you!
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-08-15 02:00:06
EsPlaylist obeys the windows system colours. default UI playlist view does not. open the preferences or even windows explorer and you'll see they use the "proper" aero blue the same as EsPlaylist.

Default UI playlist view uses or derives from system colors, (GetSysColor) but not theme colors. (GetThemeColor)

Also, when I switched my desktop theme to Windows Classic, the background color for the currently selected track became a dark blue that rendered the black text nearly unreadable. Oh, and all the fields of playlist items that were offscreen became "NEIN" until I switched active playlists, although I can't reproduce that now.
Title: [Not My Release] EsPlaylist
Post by: jonnyz on 2010-08-15 18:04:08
Great component.

I have one small request with the new search bar. It would be nice if the button to "clear all" was at the end of the search bar itself (i.e. like the search bar in foo_facets and iTunes).
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-08-16 13:43:23
Why scroll to top position when playback new track?
this behavior is inexplicable.
or it occur only my environment?

It is not intended behaviour.
At least, I can't reproduce it.
Does scrolling occur when playback new track by double click(or Enter key) on EsPlaylist?
Could you provide more details?

Also, when I switched my desktop theme to Windows Classic, the background color for the currently selected track became a dark blue that rendered the black text nearly unreadable. Oh, and all the fields of playlist items that were offscreen became "NEIN" until I switched active playlists, although I can't reproduce that now.

Thanks for the report. Maybe, the current version improved the behaivour of Windows Classic theme.
(however I can't figure out about "NEIN"...)
Title: [Not My Release] EsPlaylist
Post by: watercolor on 2010-08-16 14:48:18
Why scroll to top position when playback new track?
this behavior is inexplicable.
or it occur only my environment?

It is not intended behaviour.
At least, I can't reproduce it.
Does scrolling occur when playback new track by double click(or Enter key) on EsPlaylist?
Could you provide more details?


I notice EsPlaylist is work fine on layout that put only EsPlaylist.
I think some component or something is cause,
but I use a lot of components.
I try research.
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-08-19 01:07:23
Pressing the home, end, page up, or page down keys while holding shift doesn't modify the current selection, as if I were not even pressing the shift key. Is this the correct behavior? (Default UI playlist view, Columns UI, and many other applications seem to have this behavior correct.)
Title: [Not My Release] EsPlaylist
Post by: Sixth Street on 2010-08-19 21:48:45
Is there a way to export/import the config for all esplaylist panels in a .fth theme?

I was trying to give my theme to a friend and found that when she installed it, none of the esplaylist settings came with the .fth file, so we had to manually configure each of the panels.

I looked in the preference panels and didn't see anything.
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-08-19 22:17:59
The FTH I just exported appears to contain the extra columns I added to my main EsPlaylist element. There is a foo_uie_esplaylist.dll.cfg in the profile configuration folder, but it only appears to contain the settings configured through the preferences page, found under Tools -> EsPlaylist. Of course, there is the slim possibility that it resets its layouts if the main configuration (the .cfg file) is not found or deleted.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-20 00:24:09
Hi there, in the latest version, I've noticed this change:

Quote
changed : adjusted color of group header line(in case of custom color mode).


I'm not really sure why this was added, but is there a chance this change can be made optional (or removed entirely)?  In CUI, I used to be able to change the color of the group header line for both the selected and unselected cases, and it worked fine.  Now, the Esplaylist either lightens the color from my selection if the header is not selected, or darkens the color if the header is selected.  This makes it difficult to pick the color I want, and it causes it to change around when selected/unselected, and I'm not really sure what its purpose is.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-08-20 01:27:32
Darkening the color makes sense, since the selection box blends the color or bitmap of the selection rectangle over the selected lines. It also applies a selection indicator with a lower alpha level to indicate a group or track is currently playing, and combines the alpha levels for selected and also playing at the same time. Do you want all four of these color states to be configurable?
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-20 03:39:15
Having all four states configurable would be nice I suppose, but what I really want is a static color regardless of selection status. 

Currently, I have both the non-selected and selected colors set to the same color in the CUI preferences.  By default, EsPlaylist "lightens" my specified color if the group is not selected, and then "darkens" my color if it is selected.  In fact, I don't think it's even possible to get it to use the specified color at all. 

If EsPlaylist insists on changing the specified colors, then it should at least change the colors specified using the $rgb() function as well.  The current implementation is just inconsistent.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-08-20 13:08:07
Pressing the home, end, page up, or page down keys while holding shift doesn't modify the current selection, as if I were not even pressing the shift key. Is this the correct behavior?

Thank for the report.
I will fix.
I guess that many standard hotkey may behave incorrectly because EsPlaylist isn't based on listview control.

I'm not really sure why this was added,

I intended to make group-title more emphasized than group-line.
(There is a not intended behaviour only in case that "Themed" mode is selected in "EsPlaylist" and "Custom" mode is selected in "EsPlaylist:Group Title", and it will be fixed. )
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-08-22 14:28:27
EsPlaylist v0.1.1.2 (2010/08/22) released.

Quote
Changelog:
  • changed/fixed : some behaivour of Searchbar.
  • changed : adjusted color of group header line(in case of custom color mode).
  • added : support auto-complete in inline tag editing .
  • added : %es_group_header%
  • fixed: some rendering issue.(v1.1.1)
  • changed: grouping layer depth is remembered.(v1.1.1)
  • improved keyboard navigation.(v1.1.2)
  • changed font-size of group-title and color of some parts in a particular case.(v1.1.2)


Download EsPlaylist v0.1.1.2 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-22 18:28:08
ssenna, the change you made to the group title color in v1.1.2 fixes the problem I had.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-08-22 21:31:58
EsPlaylist v0.1.1.2 (2010/08/22) released.

Quote
Changelog:
  • changed: grouping layer depth is remembered.(v1.1.1)


Download EsPlaylist v0.1.1.2 (http://foo2k.chottu.net/#esp)


Many thanks Ssenna!



This might be a bit harder to accomplish, but could we also have ESPlaylist remember the position as well, in Browse Library mode? (the same behavior is already used in playlist view)
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-08-23 02:37:31
Thanks for the keyboard navigation fixes. (shift+pageup/pagedown/home/end)

Now it would help a bit more if truncated cells would display the full text in a tooltip, like the Default UI playlist view does.
Title: [Not My Release] EsPlaylist
Post by: Benji99 on 2010-08-23 15:09:26
Hey guys, I've recently started using this plugin and also loving it.
I have a question/suggestion.

Is it possible to have an image in a custom column? Basically I want to have an image of a heart to represent if a Track was loved in last.fm.
It would quite a bit nicer than the ascii heart...

If this is not possible or planned, how about a new built-in column for this in esplaylist? Also it would be cool if you click on that column,esplaylist would interface with softplaylists and love the track on last.fm.

Thanks!
Title: [Not My Release] EsPlaylist
Post by: Copland on 2010-08-23 19:55:31
Thanks for this indispensable component! IMHO, it is high time this gets an official component in fb2k!

Just one little bug: The drop-down-field in the searchbar still has the wrong window colour...
Title: [Not My Release] EsPlaylist
Post by: stripe on 2010-08-24 03:12:45
Another suggestion:
Would it be possible to get rid of the automatic gap created for album art in the track list view, even when there is no album art?

(http://img203.imageshack.us/img203/8118/gapk.jpg)

It would make my playlists so much nicer. I have a lot of singles (that will never have album art) but like keeping them all in one list together with albums.

Thanks for all your work.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-24 18:04:51
I have another feature request.  Is it possible to show the selection rectangle when hovering over items in the playlist?  This would make the playlist more consistent with foobar2000's properties window, Windows Explorer, and Windows Media Player.  Ideally, this would be optional, so users who prefer the traditional method (i.e. Windows XP users) can have that.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: trebordean on 2010-08-25 13:07:53
I have the latest version of ESplaylist in a fully installed version of Foobar 1.1 (my main player) and, also in a portable version of Foobar 1.1 which I use for testing.

A strange thing happened when, in my portable version I inadvertently deleted the Group Info. column. I couldn't understand how to get it back so I deleted the .dll file and the config file and then reinstalled it. The Group Info. column still remained greyed out.

I then tried deleting my entire portable setup and reinstalled it  together with ESplaylist. The Group Info. column still remains greyed out.

Any ideas what's happening and, can I get a deleted preset column back?

Trebordean.
Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2010-08-25 13:44:08
See if "Reset Columns" helps.
Title: [Not My Release] EsPlaylist
Post by: trebordean on 2010-08-25 19:51:51
Tried it.

Group Info still greyed out.

Tried another version of portable Foobar V1.1, elsewhere, with redownload of latest EsPlaylist 0.1.2.2.

Still greyed out.

I think I've figured it out.  It depends where you select the column in EsPlaylist.

It is not greyed out if you right click on the very first column or the artist column. If you click on any other column instead it will be greyed out.

Does this make sense. Is it logical for this to happen?
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-08-26 11:10:08
I have found another little bug:

If you have 2 albums with folder names like that:

- Album
- Album (alternative version)

In windows, those two folders will appear in this order, but EsPlaylist will show this:

- Album (alternative version)
- Album

(even force sorted with %path%)

Can you please fix this bug in order that esplaylist follows the sort format of windows folders ?
Title: [Not My Release] EsPlaylist
Post by: dr_o_ on 2010-08-27 11:11:44
Great Plugin!

Just enable/add custom sort strings per column and it's almost perfect. (UI Element component)

thx a lot
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-27 20:27:08
Version 1.1.3 (2010/08/08) has been released. (http://foo2k.chottu.net/#esp)

Quote
Changelog:

    * rearranged some text rendering code and added support $tab()
    * added tooltip limitedly (Configure->Display tooltip in Flat View)
    * some minor bug fixes.


Thanks ssenna for the tooltip functionality.  Hopefully this gets expanded to the layered view in the future.
Title: [Not My Release] EsPlaylist
Post by: CVM87 on 2010-08-28 08:20:48
"&" doesn't show up in tool tip. not sure about other characters that may not show, that's just what i noticed off the bat
Title: [Not My Release] EsPlaylist
Post by: Empty_45 on 2010-08-28 08:59:03
Thanks ssenna for the tooltip functionality.  Hopefully this gets expanded to the layered view in the future.


Nice work Ssena, it's very useful !  Another bug, the tooltip seems to be limited by 80 characters. When clipped text is longer, the tooltip is created but is incomplete !
Title: [Not My Release] EsPlaylist
Post by: thuan on 2010-08-28 12:15:36
I'm using esplaylist 1.1.3 with foobar 1.1 DUI, is it intended that esplaylist does not remember Layered View level between session? I always have it at the top most group level on new session, did I miss a setting to set it otherwise? If esplaylist does not have this feature yet, please consider adding it.

Thanks.
Title: [Not My Release] EsPlaylist
Post by: WilB on 2010-08-28 12:32:47
Seeing as there have been a number of posts comparing the behaviour of es_playlist with the standard dui playlist, I thought I would point out that the selected text colour is different between the two.

In  the standard dui playlist, selected text seems to appears as white (255,25,255) or black (0,0,0) depending on the colour theme loaded. In es_playlist the selected text appears as the same colour as normal text and so does not always stand out as well as it could against the selection background. Perhaps this behaviour could be changed so it accurately reflects the dui theme colour. I know you can change the text colour of the playing item, but that is not the same thing.

Ssenna: thank you for your continued development of this plug-in.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-08-28 12:41:40
I'm using esplaylist 1.1.3 with foobar 1.1 DUI, is it intended that esplaylist does not remember Layered View level between session? I always have it at the top most group level on new session, did I miss a setting to set it otherwise? If esplaylist does not have this feature yet, please consider adding it.

Thanks.

As of version 1.1.2 it should automatically remember the layered view level.  I'm currently running 1.1.3 and it remembers it for me.  So there's possibly a bug somewhere.
Title: [Not My Release] EsPlaylist
Post by: dr_o_ on 2010-08-28 13:12:59
I find it very useful to have custom sort-scripts for playlist-columns like this:

Artist: %album artist% %date% %album% %discnumber% %tracknumber%
Album: %album% %discnumber% %tracknumber%
Origin: %origin% %artist% %album% %discnumber% %tracknumber%
...

As fas as I found out in EsPlaylist 1.1.x theres only possible to use custom sort-script per Grouping-Preset and not per Playlist-column.
Pls consider to add this request to your todo list ;)
Title: [Not My Release] EsPlaylist
Post by: watercolor on 2010-08-28 15:42:05
Why scroll to top position when playback new track?
this behavior is inexplicable.
or it occur only my environment?

It is not intended behaviour.
At least, I can't reproduce it.
Does scrolling occur when playback new track by double click(or Enter key) on EsPlaylist?
Could you provide more details?


I notice EsPlaylist is work fine on layout that put only EsPlaylist.
I think some component or something is cause,
but I use a lot of components.
I try research.


@ssenna
I found cause.

I use following TF because PSS drawing is not perfect on pertrack.
$movepanel_c(EsPlaylist,0,0,0,0)
$movepanel_c(EsPlaylist,$get(x),$get(y),$get(w),$get(h))

if use only "$movepanel_c(EsPlaylist,0,0,%_width%,%_height%)", pss cannot draw panel perfect.
when panel expand or shrink, remain some previous drawing.
but, use "$movepanel_c(EsPlaylist,0,0,0,0)", previous drawing is nothing.

EsPlaylist is scroll to top when run "$movepanel_c(EsPlaylist,0,0,0,0)".
Other playlist panels(Columns playlist, ELP, GB etc.) does not this behavior.

I think PSS is useful, but panel drawing is not perfect.
"$movepanel_c(EsPlaylist,0,0,0,0)" is but know-how.

Can you fix it?



Title: [Not My Release] EsPlaylist
Post by: thuan on 2010-08-28 19:05:24
As of version 1.1.2 it should automatically remember the layered view level.  I'm currently running 1.1.3 and it remembers it for me.  So there's possibly a bug somewhere.


No, it does not work that way for me, and yes it did work for sometime before.
Title: [Not My Release] EsPlaylist
Post by: kode54 on 2010-08-29 01:04:04
It happened again:
(http://img267.imageshack.us/img267/3281/masaharuiwatafinalfanta.png)

Switching playlists fixed it. Edit: NEIN means invalid playlist item. Either greater index than exists in the specified playlist, or possibly invalid playlist number.

I also had a case of desync, where right clicking on a track and selecting Properties would open the properties window for the same track index into a different playlist. Switching to another playlist and back corrected the issue. (Set to display active playlist, and the playlist it was opening properties on was neither the playing playlist nor the active playlist.)
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-08-29 08:08:05
Thanks for the report.
I found there is a bug regarding reordering playlists.

Edit:typo
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-09-02 15:00:25
@ssenna,

One bug:
In the browse library mode,  the grouping change when foobar is restarted (the bug was here in previous versions and was fixed in v. 1.1.3.2  but in 1.1.4 it happens again)

Two Suggestions:
- To be able to associate the browse library mode with a grouping setting (maybe it is already possible but I don't know how to do it)

- To be able to associate the columns which are shown/hidden with particular playlist (as with NGplaylist for CUI), for example the Group Info column is not really useful when there is no grouping.


Thanks again for this great component,

Decalicatan Decalicatan



Title: [Not My Release] EsPlaylist
Post by: Anomalous on 2010-09-03 14:19:25
$rgb() is nice but would it be possible to add support for > and < so colours can match the defaults?

Also tracks don't merge with other groups when you change the album (or whatever they're grouped by) to match.
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-09-06 09:29:01
@ssenna,

Thanks for the update,

One (more  suggestion:

For the Search bar: For now it works like a filter bar, which is good but could it be possible to add an optional "navigation-within-playlist" mode?

This mode would be similar to how the Search Playlist function (ctrl+F) works with normal playlist viewer in DUI (or NGPlaylist in CUI).
Hence, with this new mode activated, when pressing "enter" the esplaylist would automatically scroll down to the first result, and then I could see what are the titles playing before and after and I could know where in the playlist the results are located.


Thanks in advance,

Decalicatan Decalicatan
Title: [Not My Release] EsPlaylist
Post by: thuan on 2010-09-06 13:34:42
It seems like my problem of Es_playlist unable to remember group depth between sessions has been fixed in the latest version. I don't know if it was because I sent ssenna my config. Anyway, thank you.
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-09-06 20:29:09
@ssenna,

Thanks for the update,

One (more  suggestion:

For the Search bar: For now it works like a filter bar, which is good but could it be possible to add an optional "navigation-within-playlist" mode?

This mode would be similar to how the Search Playlist function (ctrl+F) works with normal playlist viewer in DUI (or NGPlaylist in CUI).
Hence, with this new mode activated, when pressing "enter" the esplaylist would automatically scroll down to the first result, and then I could see what are the titles playing before and after and I could know where in the playlist the results are located.


Thanks in advance,

Decalicatan Decalicatan



My bad    ,  a within-playlist-search-as-you-type-function is already implemented (with F5 / Shift+F5 to navigate within the results !). It may be not as powerful as the regular playlist search function (if you type Pumpkins it won't find The Smashing Pumpkins, although with the EsPlaylist Search Bar they appear) so most of the time il will be enough.

Thanks again for this excellent component ssenna.

Decalicatan Decalicatan
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-09-10 15:41:28
EsPlaylist v0.1.2.0 (2010/09/10) released.

Quote
Changelog:
  • added $es_highlight.
  • made typing search use partial matching.
  • fixed a minor IME issue.


Download EsPlaylist v0.1.2.0 (http://foo2k.chottu.net/#esp)

Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-09-15 01:26:55
  • made typing search use partial matching.


Senna, could we have an option to turn this off? Sometimes, especially in large libraries, it's actually nice just to search the beginning of values.
Title: [Not My Release] EsPlaylist
Post by: TehNomad on 2010-09-18 07:57:35
I love EsPlaylist, but I wish it supported drag+drop from the Album List dialog and from Windows Explorer.
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-09-19 19:07:24
EsPlaylist v0.1.2.1 (2010/09/20) released.

Quote
Changelog:
  • added typing search configuration.(Preferences->EsPlaylist->Behavirour->Typing search)


Download EsPlaylist v0.1.2.1 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-09-20 02:10:10
EsPlaylist v0.1.2.1 (2010/09/20) released.

Quote
Changelog:
  • added typing search configuration.(Preferences->EsPlaylist->Behavirour->Typing search)


Download EsPlaylist v0.1.2.1 (http://foo2k.chottu.net/#esp)


Many, many thanks, Ssenna!
Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-09-20 17:58:41
Album art question?

First off, I love this plug-in, thank you for the work Ssenna. Now on to my question, I am planning to use esplaylist on an UPnP controller (an old laptop running foobar, with the UPnP plug-in). The problem is the album art does not show up in esplaylist, when viewing tracks on my main rig. The album art does show up in the normal album art viewer pane of my DUI layout. Is there a way to adjust this or is it a known "no-go". The album art works fine in esplaylist for local libraries. The problem only occurs when viewing a remote library. As stated earlier, the remote artwork does appear in the normal album art viewer pane. I did a search first, but found no hits for this combination of items. Thanks again, Ssenna.
Title: [Not My Release] EsPlaylist
Post by: oscini on 2010-09-20 18:04:07
Album art question?

First off, I love this plug-in, thank you for the work Ssenna. Now on to my question, I am planning to use esplaylist on an UPnP controller (an old laptop running foobar, with the UPnP plug-in). The problem is the album art does not show up in esplaylist, when viewing tracks on my main rig. The album art does show up in the normal album art viewer pane of my DUI layout. Is there a way to adjust this or is it a known "no-go". The album art works fine in esplaylist for local libraries. The problem only occurs when viewing a remote library. As stated earlier, the remote artwork does appear in the normal album art viewer pane. I did a search first, but found no hits for this combination of items. Thanks again, Ssenna.

I'm not sure if it would make a difference, but are you using a folder.jpg (etc.) approach or file-embedded artwork?
Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-09-20 21:44:47
Album art question?

First off, I love this plug-in, thank you for the work Ssenna. Now on to my question, I am planning to use esplaylist on an UPnP controller (an old laptop running foobar, with the UPnP plug-in). The problem is the album art does not show up in esplaylist, when viewing tracks on my main rig. The album art does show up in the normal album art viewer pane of my DUI layout. Is there a way to adjust this or is it a known "no-go". The album art works fine in esplaylist for local libraries. The problem only occurs when viewing a remote library. As stated earlier, the remote artwork does appear in the normal album art viewer pane. I did a search first, but found no hits for this combination of items. Thanks again, Ssenna.

I'm not sure if it would make a difference, but are you using a folder.jpg (etc.) approach or file-embedded artwork?

    I have both, in a lot of cases (for compatibility with different plug-ins and portables). I have tested the problem by creating test folders, one with a non-embedded file and no folder.jpg, another with a folder.jpg and lastly one with an embedded file and no folder.jpg. But whether embedded only, folder only, none or both is a moot point, there is still no joy in esplaylist from a remote library. All 4 show versions display my stub “missing artwork” jpg as the art and the normal album art pane shows the correct art, if there is art to display (3 of the 4). Hope that helps.

    I'm a long time foo user, just want to use the album view of esplaylist for remote browsing and outputting from my main music library. So can esplaylist display remote artwork? Thanks again, Ssenna.

    Here are the versions of the plug-ins and such on both rigs:
foo – 1.0.3
ESP – Was 1.1.0 beta 4.1, now 1.2.1, as of today
UPnP/DLNA – 99.27
XP SP3
Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-09-21 15:09:51
Update: before someone asks, the name of the image file is also a non-issue. I tried folder.jpg, cover.jpg and front.jpg. Btw, I normally use cover.jpg and as stated before, for local access, esplaylist pulls the artwork great. Thanks.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-09-22 13:29:17
The problem is the album art does not show up in esplaylist, when viewing tracks on my main rig.

Could you try this?
This version outputs log messages to console.
if possible, please post console log whether displaying album art will be successful or not.

edit:fix typo
edit:remove attached file
Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-09-22 19:50:22
The problem is the album art does not show up in esplaylist, when viewing tracks on my main rig.

Could you try this? [attachment=6085:foo_uie_...t0.1.2.2.zip]
This version outputs log messages to console.
if possible, please post console log whether displaying album art will be successful or not.

edit:fix typo


Thank you, here you go...

Code: [Select]
Watching: C:\Documents and Settings\Lee\My Documents\My Music
Facet initialized in : 0:00.176
Facet initialized in : 0:00.175
Facet initialized in : 0:00.153
Facet initialized in : 0:00.237
Facet initialized in : 0:00.175
Facet initialized in : 0:00.155
Facet initialized in : 0:00.275
Facet initialized in : 0:00.165
Facet initialized in : 0:00.199
Facet initialized in : 0:00.152
Facet initialized in : 0:00.207
Facet initialized in : 0:00.285
Facet initialized in : 0:00.237
Facet initialized in : 0:00.312
Facet initialized in : 0:00.245
Facet initialized in : 0:00.227
Facet initialized in : 0:00.278
Facet initialized in : 0:00.171
Facet initialized in : 0:00.209
Facet initialized in : 0:00.296
Facet initialized in : 0:00.417
Facet initialized in : 0:00.315
Facet initialized in : 0:00.197
Facet initialized in : 0:00.371
Facet initialized in : 0:00.315
Facet initialized in : 0:00.370
Facet initialized in : 0:00.228
Facet initialized in : 0:00.155
Facet initialized in : 0:00.170
Facet initialized in : 0:00.184
Facet initialized in : 0:00.251
Facet initialized in : 0:00.256
foo_upnp: succesfully loaded file C:\Documents and Settings\Lee\Application Data\foobar2000\foo_upnp.xml
foo_upnp: initialized in 0.172s
Startup time : 0:11.571499
foo_upnp: created 15535 path registry entries in 2.969s
foo_upnp: loaded Media Library tree in 5.812s
query album art : http://192.168.1.4:56923/content/1a4615cce3259cece406422c2da26558.mp3
  opening1 : http://192.168.1.4:56923/content/1a4615cce3259cece406422c2da26558.mp3
query stub image
  opening : C:\Documents and Settings\Lee\My Documents\My Music\oops message.JPG
  done success
Opening track for playback: "http://192.168.1.4:56923/content/1a4615cce3259cece406422c2da26558.mp3"
query album art : http://192.168.1.4:56923/content/1a4615cce3259cece406422c2da26558.mp3
  opening1 : http://192.168.1.4:56923/content/1a4615cce3259cece406422c2da26558.mp3
query stub image
  opening : C:\Documents and Settings\Lee\My Documents\My Music\oops message.JPG
  done success
Audioscrobbler: Handshake successful.
Audioscrobbler: Submitting track...
Audioscrobbler: Submission succeeded.
query album art : http://192.168.1.4:56923/content/7520610b5dcc8bf8ff580bec87851586.mp3
  opening1 : http://192.168.1.4:56923/content/7520610b5dcc8bf8ff580bec87851586.mp3
query stub image
Opening track for playback: "http://192.168.1.4:56923/content/c6f1fa79b3a464f80bb080c8ad353f6c.mp3"
query album art : file://C:\Documents and Settings\Lee\My Documents\My Music\Kill Bill Volume 1 Soundtrack\10 - Woo Hoo.mp3
  get path : file://C:\Documents and Settings\Lee\My Documents\My Music\Kill Bill Volume 1 Soundtrack\10 - Woo Hoo.mp3
  opening1 : file://C:\Documents and Settings\Lee\My Documents\My Music\Kill Bill Volume 1 Soundtrack\10 - Woo Hoo.mp3
Opening track for playback: "C:\Documents and Settings\Lee\My Documents\My Music\Kill Bill Volume 1 Soundtrack\10 - Woo Hoo.mp3"



Remote
(http://img535.imageshack.us/img535/1264/remotey.th.jpg) (http://img535.imageshack.us/i/remotey.jpg/)


Local
(http://img535.imageshack.us/img535/6074/localt.th.jpg) (http://img535.imageshack.us/i/localt.jpg/)
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-09-22 20:29:39
Thanks.
It seems that no album arts are found.
Although I don't know the details about foo_upnp, I guess it provides only album art of the currently playing track.
I'd like to know whether normal album art viewer of DUI( and NG Playlist of CUI) will show your album arts correctly even if you check Preferences->Selection viewers->Prefer current selection.
Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-09-23 00:23:27
Thanks.
It seems that no album arts are found.
Although I don't know the details about foo_upnp, I guess it provides only album art of the currently playing track.
I'd like to know whether normal album art viewer of DUI( and NG Playlist of CUI) will show your album arts correctly even if you check Preferences->Selection viewers->Prefer current selection.


I use DUI and 'prefer current selection' is already checked and always was. Whatever track (remote or local) is highlighted (selected) in my playlist pane (not necessarily playing) displays in the normal album art viewer. Changing to 'prefer currently playing track' locked the album art to the playing track, as it should. Hope that helps. Thanks again.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-09-23 02:49:46
Thanks.
Honestly speaking, I don't know how to get the album art data in this situation that the standard album art API, album_art_manager_v2 doesn't return the valid result.
Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-09-23 04:11:02
Thanks.
Honestly speaking, I don't know how to get the album art data in this situation that the standard album art API, album_art_manager_v2 doesn't return the valid result.


Hey, it's not a deal breaker. I still love the plug-in. Just thought it would be really cool as the interface for a UPnP controller. Gives you something to look into, eh? Thanks for all of efforts so far.
Title: [Not My Release] EsPlaylist
Post by: muzack on 2010-09-23 09:41:22
hello,
Is it possible to sort/group in library mode descending?
Right know I sort/group for the %added% date like this

$year(%added%)-$month(%added%)

result in grouping

2007-10
2007-11
...
2010-08

I like to reverse this order to have new additions on top.
Any way to do this?
Title: [Not My Release] EsPlaylist
Post by: laite on 2010-09-23 09:52:07
I like to reverse this order to have new additions on top.
Any way to do this?


For example, you can put this to your sort: "$sub(2100,$year(%added%))$sub(12,$month(%added%))"
Title: [Not My Release] EsPlaylist
Post by: muzack on 2010-09-23 11:47:25
thanks you! works great, just had to add padded zero because month order were 10 11 3 then.
grouping script looks now like that:

Code: [Select]
$num($sub(2100,$year($meta(added))),2) - $num($sub(12,$month($meta(added))),2)

Title: [Not My Release] EsPlaylist
Post by: namg on 2010-09-23 17:17:22
Would it be possible to have an option to turn off playlist searching outside of the search bar? I ask this as some of the keyboard shortcuts I use such as for rating tracks result in esplaylist highlighting matching tracks. Thanks.
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-09-24 16:23:34
@ssenna,

Thanks again for all your excellent components and for taking our remarks into consideration,

The Group SideInfo column is not empty when the grouping preset is set to NONE (and then displays information about the first track of the playlist). (And I don't want to delete this column because I use it  most of the time but I have a special playlist for singles with no grouping set)

Do you think it may be possible to change that?

Thanks again,
Decalicatan_Decalicatan.
Title: [Not My Release] EsPlaylist
Post by: bubbleguuum on 2010-09-25 00:19:49
Thanks.
Honestly speaking, I don't know how to get the album art data in this situation that the standard album art API, album_art_manager_v2 doesn't return the valid result.



It should work if you're using album_art_manager_v2:

Code: [Select]
        metadb_handle_list list;
    // add some metadb_handle_ptr in list
    pfc::list_t<GUID> guids;
    guids.add_item(album_art_ids::cover_front);

    album_art_extractor_instance_v2::ptr extractor;
    try {
        extractor = static_api_ptr_t<album_art_manager_v2>()->open(list, guids, abort);
        album_art_data_ptr pdata = extractor->query(album_art_ids::cover_front, abort);
    } catch(exception_album_art_not_found) {
    }


The only restriction for the upnp album art provider to return something is that metadb_handle_ptr's in the list must reference the same album (ie have the same album tag). Otherwise you'll get a exception_album_art_not_found when invoking query(). The album art guids are unused and can be anything.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2010-09-25 04:00:06
It should work if you're using album_art_manager_v2:

Thank you very much for you help.
Maybe, my mistake was expecting that query_path returns the valid path.

@Brown Sound
Could you try this ? [attachment=6099:foo_uie_..._0.1.2.2.zip](this version ouputs no console log)
Title: [Not My Release] EsPlaylist
Post by: bubbleguuum on 2010-09-25 10:53:06
Could you try this ? [attachment=6099:foo_uie_..._0.1.2.2.zip](this version ouputs no console log)



It works .
Title: [Not My Release] EsPlaylist
Post by: dr_o_ on 2010-09-25 13:13:50
Considered about fixing sorting? A few weeks ago I reported these glitch already.
Here an example:
(http://img251.imageshack.us/img251/7667/capturer.th.gif) (http://img251.imageshack.us/i/capturer.gif/)
In my opinion the best solution is to add a custom sort string field right here:
(http://img824.imageshack.us/img824/8652/capture2.th.gif) (http://img824.imageshack.us/i/capture2.gif/)

thx
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-09-26 20:47:49
Just wanted to request multi-genre support in Library View, since that's the only thing that keeps this component from being 100% perfect for my needs!

Cheers,
FaintingGoat

Title: [Not My Release] EsPlaylist
Post by: ExtremeHunter on 2010-09-30 18:24:31
Hi ssenna! I have a text rendering question?
I made a screenshot to demonstrate ESPlaylist, ELPplaylist and Biography panel text rendering in a glass window.
All the colors are maxed out RGB 255.
ELPlaylist text is made by $drawstring aa and Biography panel text rendering is set to GDI.
and you can see in the screenshot that, when there is white background behind the foobar the ESPlaylist colors are washed away (or you can see thru them).

Screenshot (http://img80.imageshack.us/img80/4017/3009.png)

If you can do something about it (add GDI rendering option or something), I will be forever thankful to you!!

PS. And also it will be good if there was an option something like Highlight selected item enable/disable. To hide selected item background box.

Title: [Not My Release] EsPlaylist
Post by: Brown Sound on 2010-10-01 07:41:29
Could you try this ? [attachment=6099:foo_uie_..._0.1.2.2.zip](this version ouputs no console log)



It works .


Glad I checked back. Works great guys!!! Awesome plug-ins!!!
Title: [Not My Release] EsPlaylist
Post by: thuan on 2010-10-02 14:32:42
Can you change the Rating column behavior to something like this:
Song with 4 star rating -> double clicking on the forth star -> remove rating tag
Instead of the current behavior
Song with 4 star rating -> double clicking on the forth star -> set to 3 star rating
The current behavior is redundant considering you can simply set to 3 star rating by double clicking on the third star for the specific example here.
Title: [Not My Release] EsPlaylist
Post by: Red_Fat_Lazy_Cat on 2010-10-03 16:29:22
Definitely the best playlist! Thank you for writing and maintaining this amazing plugin, ssenna.

A small feature request: could you make shortcuts customizable? Oh and if you don't mind me asking: what does "es" stand for? "Extra-special"? Just curious.
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-10-03 18:43:07
EsPlaylist v0.1.2.3 (2010/10/02) released.

Quote
Changelog:
  • added custom sort setting of sorting on clicking column header.
  • added rating editing on double click.(Playback Statistics may be required)


Download EsPlaylist v0.1.2.3 (http://foo2k.chottu.net/#esp)

Title: [Not My Release] EsPlaylist
Post by: dr_o_ on 2010-10-04 08:32:54
thx for the update!

good work 
Title: [Not My Release] EsPlaylist
Post by: DeeKay on 2010-10-04 16:41:48
@ssenna,

The best plugin....absolutely love it...

A feature request: Is it possible to add multiple custom filters using title formatting for "Browse Library" (current default is ALL) in Preferences and make them selectable through the content menu?

I am sure many of us here have huge libraries (>25K songs). This will be a huge time saver in such cases.  This will also greatly enhance EsPlaylist's usability with touch screens.
Title: [Not My Release] EsPlaylist
Post by: Harm on 2010-10-05 09:50:34
I do have a request: I have some compilations which are stored in folders with cover art in folder.jpg, while the individual songs have as internal cover art the original release the song comes from. Now EsPlaylist seems to sometimes prioritize the folder.jpg file and sometimes the internal cover art. In my case I use EsPlaylist just to show albums, so I would like to be able influence this priority in such a way that it always chooses the folder.jpg file if available.
Title: [Not My Release] EsPlaylist
Post by: FaintingGoat on 2010-10-08 04:14:41
Bug: Tooltips are shown partially offscreen (to the right) if they're long enough. They're also shown below the windows taskbar (I keep mine to the right). Other tooltips show above the taskbar and their position is offset until they're fully visible. Hope this is fixable.

(http://img189.imageshack.us/img189/219/bugrk.jpg) (http://img189.imageshack.us/i/bugrk.jpg/)

For contrast:

(http://img709.imageshack.us/img709/681/normalul.jpg) (http://img709.imageshack.us/i/normalul.jpg/)
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-10-08 10:20:36
@ssenna

Do you think it could be possible for you to add an Pseudo-transparent background (or Change background color) option for the borders of the Search Bar?

thanks in advance,

Decalicatan_Decalicatan
Title: [Not My Release] EsPlaylist
Post by: thuan on 2010-10-16 04:56:20
Feature improvement:
Please add tooltip support for group header in flat view mode, currently it only works for items and not group header.
Thanks.
Title: [Not My Release] EsPlaylist
Post by: nglekhoi on 2010-10-16 06:21:42
I can't see any tooltip when i hover things in EsPlaylist (both in Layered or Flat mode) though i enabled it in "Options -> Configure..." .
Can you post a screenshot :-?
Title: [Not My Release] EsPlaylist
Post by: sanaa on 2010-10-16 12:02:00
Can someone indicate me how can to edit  Side Info ?

Thanks.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2010-10-16 13:58:58
file>preferences>EsPlaylist. on the "grouping" tab select which preset you want and then double click the entry under "preset setting".
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-10-16 17:04:32
@ssenna,

A suggestion, maybe it is already in your To-do list, to add bold, or italic command (as in your ElPlaylist function: $font(name,size,OPTIONS) ) for Side Info, or the Group info column...

Thanks in advance,

Decalicatan Decalicatan
Title: [Not My Release] EsPlaylist
Post by: sanaa on 2010-10-16 17:30:49
file>preferences>EsPlaylist. on the "grouping" tab select which preset you want and then double click the entry under "preset setting".


Thanks for helping (2nd time), did not thought about double clic.
Title: [Not My Release] EsPlaylist
Post by: thuan on 2010-10-17 04:11:25
I can't see any tooltip when i hover things in EsPlaylist (both in Layered or Flat mode) though i enabled it in "Options -> Configure..." .
Can you post a screenshot :-?

Text  has to be clipped in order for you to see any tooltip.
(http://thumbnails7.imagebam.com/10250/b6c5ae102496936.jpg) (http://www.imagebam.com/image/b6c5ae102496936)
Title: [Not My Release] EsPlaylist
Post by: ruebe on 2010-10-21 11:56:10
i have a couple of problems configuring esplaylist
i tried and tried and i can't figure out certain things
maybe someone can help me
here is a visual help for me to express my problems
(http://img821.imageshack.us/img821/7498/playlistviewvsesplaylis.jpg)

i'm using foobar 1.1 DUI and the latest esplaylist build

1. in playlistview when i add more columns a vertical scrollbar is automatically added when the columns don't fit the view (pls look at the picture, i dunno how to explain it better...)
that's not the case if i do the same with esplaylist

2. in esplaylist there is an empty column which i can't delete...what is it for and how do i get rid of it?
the only way so far i found was to simply drag another column over it which doesn't seem to be very elegant...

3. rating: i dunno how to add a column from scratch to esplaylist...so i chose the ratings column and configured it the same way i did with playlist view (something similar to $ifequal($meta(rating),1,$repeat(o,1),$ifequal($meta(rating),2,$repeat(●,1),)) ) but in esplaylist no rating is shown except for empty stars...so i chose another premade column (lenght i guess), did the same and the rating is shown...but in intergers and not in ●
i left the "Linked Meta-Field" blank...

4. the gap between artists is annoyingly big in esplaylist...anyway to make that gap smaller?
the same is true for tracks, which i could alter by right click > Options > Configure... > Row height
does this change the font size? i mean apparently if i change it from 22 (default) to 10 it does...but does it also change the font size if i set it to 18 (my font size for foobar) or something like 15?

5. whats the difference between right click > Options > View Style > Layered View and ... > Flat View (fixed) ?

6. is there any way to sort a playlist besides Preferences > esplaylist > Grouping > Sort-Format > Force-Sorted?

any help on any of this problems is highly appreciated!
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-10-21 15:54:12
EsPlaylist v0.1.3.0 (2010/10/09) released.

Quote
Changelog:
  • changed some behaviours of Searchbar.
  • added contextmenu "Search for same by".(requires setting of "Script for Contextmenu" of each searchbar mode)
  • improved drag & drop behaviour.


Download EsPlaylist v0.1.3.0 (http://foo2k.chottu.net/#esp)

Title: [Not My Release] EsPlaylist
Post by: Anomalous on 2010-10-22 00:44:13
2. in esplaylist there is an empty column which i can't delete...what is it for and how do i get rid of it?
the only way so far i found was to simply drag another column over it which doesn't seem to be very elegant...
That's for album art, which I would have thought was the main reason people use EsPlaylist. I personally hide the column header since the fields are self explanitory.

5. whats the difference between right click > Options > View Style > Layered View and ... > Flat View (fixed) ?
In Layered View you can double click the heading and go up a level (e.g. for the "Album Artist / Album" preset, double clicking an album would show only the albums, then double clicking an artist would show only the artists)
Flat view shows everything at one, similar to the album list with everything expanded.

6. is there any way to sort a playlist besides Preferences > esplaylist > Grouping > Sort-Format > Force-Sorted?
Edit > Sort

I'm not sure about the others. You might be better using Playlist View if it does everything you need.
Title: [Not My Release] EsPlaylist
Post by: ruebe on 2010-10-22 13:49:09
That's for album art, which I would have thought was the main reason people use EsPlaylist. I personally hide the column header since the fields are self explanitory.

i thought so...it's weird though that you can't remove that column...
removing the header unfortunately isn't an option for my...i change the sorting quite often...
the main reason for me to (ab)use esplaylist is because of the browse-mode feature...right now i have one panel locked to a sort of "now playing"-playlist which works fine
i wanted to lock another esplaylist panel to library view which doesn't quite work the way i want it to...

Quote
In Layered View you can double click the heading and go up a level (e.g. for the "Album Artist / Album" preset, double clicking an album would show only the albums, then double clicking an artist would show only the artists)
Flat view shows everything at one, similar to the album list with everything expanded.

thx for explaining!

Quote
Edit > Sort

when the esplaylist-panel is focused all options in the edit-thingy are greyed out...

Quote
I'm not sure about the others. You might be better using Playlist View if it does everything you need.

unfortunately not...i like the search (which i could kind of substitue with foo_quicksearch, but i like the esplaylist built-in better
and, as i said, the main reason for using esplaylist is the possibility to lock it to a particulary playlist wich is sadly not possible with playlist view...

anyway, thank you very much for your input
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-10-22 15:07:00
3. rating: i dunno how to add a column from scratch to esplaylist...so i chose the ratings column and configured it the same way i did with playlist view (something similar to $ifequal($meta(rating),1,$repeat(o,1),$ifequal($meta(rating),2,$repeat(?,1),)) ) but in esplaylist no rating is shown except for empty stars...so i chose another premade column (lenght i guess), did the same and the rating is shown...but in intergers and not in ?
i left the "Linked Meta-Field" blank...

3. rating: There's no need to do that!
Only use the predefined column "Rating" - here are the stars!
Do you have no TAG-field with name "Rating"? (%rating% - values 1 to 5)?
Title: [Not My Release] EsPlaylist
Post by: ruebe on 2010-10-22 15:35:31
no, i do not use the %rating%-tag field
on the one hand because i use a (kind of) two dimensional rating system: (i like, my girlfriend likes) aka (%myrating%, %herrating%)
on the other hand because every program uses the %rating% tag in an other way...some show it, some don't, some show integers from 1 to 100, some show integers +1/2 from 0 to 5, some show symbols, some ...
there is absolutely no consistency, not even within single programs...so i made up my own tag(s) with my own range (1 and 2, respectively only 1)
in playlist view this is absolutely no problem...in esplaylist it won't work...
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-10-22 15:42:41
Quote
name='ruebe' date='Oct 22 2010, 16:35' post= two dimensional rating system: (i like, my girlfriend likes) aka (%myrating%, %herrating%)

Try the predefined Rating-Field, "Edit Column", Format: try %myrating% instead of %rating".
Maybe that works, maybe not...
Title: [Not My Release] EsPlaylist
Post by: ruebe on 2010-10-22 15:57:12
that's what i did...two days ago i wouldn't work, today it does...whatever *shrug*

anyway, one problem less...
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-10-30 00:17:06
EsPlaylist v0.1.3.1 (2010/10/30) released.

Quote
Changelog:
  • misc changes.


Download EsPlaylist v0.1.3.1 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-11-03 05:27:40
Request: Adding context menu commands for going up or down in groups

ex: One command goes up from an album level to artist view, and one goes back down into album, and then perhaps to view tracks.



(would be nice for making keyboard shortcuts)
Title: [Not My Release] EsPlaylist
Post by: elefanc on 2010-11-05 06:00:15
A big thanks for this great addition.

Is it possible to have in layered view only the artwork, no text no title no anything, and in flat view the standart info (artist, album...) ?



E.
Title: [Not My Release] EsPlaylist
Post by: Reflection on 2010-11-05 22:39:56
Can anyone tell me if it's possible to have the currently playing track highlighted in esplaylist when I double click the status bar? Currently if I double click the status bar the track will be highlighted in playlist view(which is in another tab)
Title: [Not My Release] EsPlaylist
Post by: laite on 2010-11-12 10:27:19
Hi. Would it be possible to have option for refreshing the playlist after every song? I use dynamic album ratings in grouping title and it would be nice if it changed automatically when playing songs.

EDIT: Or if this is too much work, what about menu item for refreshing? I know there is one in context menu but it seems I can't assign keyboard shortcut for that :/
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2010-11-12 12:11:22
I know there is one in context menu but ... I can't assign keyboard shortcut for that

Keyboard shortcut for refreshing would be very nice.
Keyboard shortcut for changing Flat to Layered View too.

Title: [Not My Release] EsPlaylist
Post by: foofun on 2010-11-17 15:12:30
Glossy effect like in column ui would be very nice.

(http://yuo.be/images/Columns%20UI%200.3.6%20-%20Busy.sm.png)
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-11-17 16:41:38
EsPlaylist v0.1.3.2 (2010/11/13) released.

Quote
Changelog:
  • added support for displaying tooltip in Layered view.
  • added some mainmenu commands.(View->EsPlaylist)


Download EsPlaylist v0.1.3.2 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-11-17 20:59:26
Ssenna: Best plugin developer of ALL TIME.
Title: [Not My Release] EsPlaylist
Post by: daymen on 2010-11-20 16:41:33
Hi all, my first post. 8)

I wanted to share a little script for Columns Playlist and for EsPlaylist. I made it to show in the #album column the name of the online radio or the stream, if the file relates to an folder on 'http://'. It does not work, if you are trying to access real files online and not a stream.

It will show something like this in the album column if the file relates to http: "Stream: TechnoBase.fm"

Put the code, if you use EsPlaylist, through the option 'edit this column' via right clicking the #album column. For the normal ui_columns playlist, put it where ever it belongs.  There will be NO Change if the file does not access 'http://' folders.

$if($strcmp($left(%_path_raw%,7),'http://'), 'Stream: '$if(%url%,$replace(%url%,'http://www.',' '),$puts(numbersinurl,$substr(%_path_raw%,8,$add(7,$strchr($substr(%_path_raw%,12,99),'.'))))$ifequal($get(numbersinurl),0,$replace($directory(%path%),'www.',' '),' '%filename%)),%album%)
Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2010-11-20 16:58:44
EsPlaylist v0.1.3.3 (2010/11/20) released.

Quote
Changelog:
  • fixed a bug about "Go to up/down layer" commands in Flat view (fixed).


Download EsPlaylist v0.1.3.3 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: laite on 2010-11-22 19:28:33
Thanks for the refresh option, works nicely! And to my next concern... 

When using keyboard typing to scroll to artist scandinavian keys (åäö) don't work (nothing happens when pressed). Since I have a lot of finnish bands where these are common it's a bit annoying. Is there anything that can be done to this?
Title: [Not My Release] EsPlaylist
Post by: foofun on 2010-12-02 07:13:41
Senna: Please make all mainmenu commands hidden by default (inclusiv View -> EsPlaylist -> ....) . Thanks
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-12-07 13:01:09
EsPlaylist v0.1.3.5 (2010/12/02) released.

Quote
Changelog:
  • fixed (perhaps): non-ASCII key didn't work in typing search (without using IME).
  • いい加減日本語の説明を追加。(保守するか不明)


Download EsPlaylist v0.1.3.5 (http://foo2k.chottu.net/#esp)


For those who can't read Japanese, the google translation of the second bullet is: "Add a description of the Japanese already. (Unknown or maintenance)"

@ssenna, thank you very much for the pseudo-transparency option for the search toolbar, I don't know since which version it is implemented, as I 've just found it



Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2010-12-08 03:02:05
@ssenna, thank you very much for the pseudo-transparency option for the search toolbar, I don't know since which version it is implemented, as I 've just found it


Where is this option?
Title: [Not My Release] EsPlaylist
Post by: PrimulaRosea on 2010-12-08 04:15:32
right click -> options -> configure
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-12-08 08:38:08
Where is this option?


First    right click in the playlist -> options -> configure -> activate pseudo transparent then another pseudo-transparent option will be available if you click on the search toolbar button
Title: [Not My Release] EsPlaylist
Post by: TheNickromancer on 2010-12-09 11:12:53
Feature request:

Either...

a.) The ability to define your own the typefind parameters. I am trying to achieve a layer where I can see all of my albums (album art only), but being able to typefind via album artist instead of album title (e.x. typing "Metallica" would take me to the first album in my library by Metallica, rather than the first album named "Metallica"). I can circumvent this by including the album artist in the Title field of the grouping, but that ends up cutting off the album titles. Which leads me to an alternative request...

b.) The ability to use $crlf() within the Title field of the album. This would allow me to include the album artist in the title, thus being able to typefind by album artist. I wouldn't have to worry about the album title being truncated, as it would be on a new line. I could also include more information under the album artwork should I choose to. Alternatively, it would be useful to be able to display the Side Info below the album artwork.

If there are any solutions to this problem that are already implemented, please post them!

Thanks ssenna for this awesome component!
Title: [Not My Release] EsPlaylist
Post by: elefanc on 2010-12-15 20:48:27
How could i change the distance between two artworks ? There are too much pixels for me between each artwork, weight and height.


E.
Title: [Not My Release] EsPlaylist
Post by: freetochoose on 2010-12-18 12:10:19
Hi:

I have been using ELPlaylist for a long time and most of the time it works great.
But from time to time, album covers are not displayed in the playlist. To get covers back,
I have to exit foobar2000 and restart foobar2000 again. Any idea?

Thanks.

ftc
Title: [Not My Release] EsPlaylist
Post by: freetochoose on 2010-12-18 12:11:24
Sorry. I just put the above question under the wrong topic.
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-18 19:47:51
This plugin has pushed foobar2000 ten years forwards in terms of UI - thanks so much! It was truly the only thing missing

I wonder about two things:
I would also like to ask, if you might implement smooth scrolling in the up-level 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.

You might consider reducing the white-space in the up-level 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.

Thanks!
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-20 03:47:43
Here is another suggestion!

How about making the max height of the Group Info column match the max height of either the artwork or the group itself?

The way it is now, all text beneath the edge of the cover art gets cut off. This text could easily be displayed as long as the group was higher (i.e. had more items/lines).

With this plugin I aim for the DRY principle - don't repeat yourself. I have weeded out all columns that repeated the same info throughout the group. However, I am having a little trouble fitting some albums' multitude of genres in the side info column, as the info gets cut off (unless I make the artwork column very big) 
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-12-20 20:39:32
Hey, I know you've been getting a lot of feature requests lately, but can you consider implementing one more?  I'd just like a main menu command to focus the search bar (similar to clear query and show/hide display).  This way I can map CTRL+F to playlist search.  Thanks.
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-12-20 22:11:29
Hey, I know you've been getting a lot of feature requests lately, but can you consider implementing one more?  I'd just like a main menu command to focus the search bar (similar to clear query and show/hide display).  This way I can map CTRL+F to playlist search.  Thanks.


F6 maybe ?
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2010-12-21 02:51:33
Thanks, I didn't know about that.  That more or less takes care of my need, but the ability to remap it to another key would be nice too.
Title: [Not My Release] EsPlaylist
Post by: xScaryKidx on 2010-12-23 20:12:44
I've got one problem I'd like to know how to fix:

The text next to the album art was black from the beginning so I wanted to change it. So I changed the color for "EsPlaylist" element first, I chose white.
Then I went on to change the color of the Group Titles to white as well (both selected and all the other), all the albums that are not selected, the text for them is white.
Though... the Group Title for the SELECTED item is black, even though I've chosen WHITE in the preferences.

Any one who knows anything about this and how to fix it?
Title: [Not My Release] EsPlaylist
Post by: xScaryKidx on 2010-12-24 09:37:23
Strange. Today when I started Foobar2000 again... this problem was gone. Ah well.
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-26 00:00:59
A few more corrections to the component:
Title: [Not My Release] EsPlaylist
Post by: foofun on 2010-12-26 00:38:04
When the playlist has been auto-filled by Facets the commands (go to up-layer/down-layer) don't work before something is selected

confirm.
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-26 10:42:56
I'd still really like to get these two answered:
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-12-26 13:52:33
I'd still really like to get these two answered:
  • Like asked before, what does the last item on the Artwork selection list ("icon") mean?
  • What difference does it make which item is crossed of (if any) under Preferences -> Preset setting??

* AFAIK, the "icon" is for an embedded icon for the codec but it may only implemented in FLAC

* AFAIK, the crossed item is the default grouping level when you select a preset grouping: for example if you have a preset with 2 grouping level: the upper one for the artist and the lower for the album. The latter is the one checked. Then the first time you select this grouping, the EsPlaylist will show the album grouping level

Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-26 22:26:25
* AFAIK, the "icon" is for an embedded icon for the codec but it may only implemented in FLAC
* AFAIK, the crossed item is the default grouping level when you select a preset grouping: for example if you have a preset with 2 grouping level: the upper one for the artist and the lower for the album. The latter is the one checked. Then the first time you select this grouping, the EsPlaylist will show the album grouping level

The last one is definitely true - thank you  With "embedded icon" do you mean embedded cover art? This is pretty normal with mp3 files as well.

Which leads me to another feature request: It would be great to be able to choose a special image like a "folder image" to display with groups that have no natural cover art (like "main genre")! Right now I have pointed my top level groups to the Artist art and have chosen a nice placeholder image for artist under Display preferences. But the moment one of my albums gets an image called artist.jpg in its folder, the group will of course display that image instead...
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2010-12-27 08:34:34
The last one is definitely true - thank you  With "embedded icon" do you mean embedded cover art? This is pretty normal with mp3 files as well.


http://www.hydrogenaudio.org/forums/index....st&p=592289 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=66359&view=findpost&p=592289) : Icon would be used only when an image marked as "file icon" is embedded in file's metadata.

But I don't know what this exactly means
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-27 19:29:22
The last one is definitely true - thank you  With "embedded icon" do you mean embedded cover art? This is pretty normal with mp3 files as well.


http://www.hydrogenaudio.org/forums/index....st&p=592289 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=66359&view=findpost&p=592289) : Icon would be used only when an image marked as "file icon" is embedded in file's metadata.

But I don't know what this exactly means

Thank you. My wish for setting a specific icon for groups at one layer still stands, then.

I have yet another feature request/correction: 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. Thanks for listening
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2010-12-28 21:50:24
Most important request:

Could you make typing in the Search bar overrule the keyboard shortcuts? I believe that is the only thing missing from being able to use the spacebar and arrow keys for playback control.

Title: [Not My Release] EsPlaylist
Post by: deldens on 2010-12-31 10:44:47
@Senna GREAT PLUGIN!!!


simple Feature request
Would be great if "hold left mouse button and move mouse down" would scroll down in library view (instead of selecting the albums as is the case now).

This would make it more compatible with windows 7 touchscreens

Thanks
Title: [Not My Release] EsPlaylist
Post by: deldens on 2010-12-31 13:07:48
@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

Title: [Not My Release] EsPlaylist
Post by: Zelphar on 2011-01-04 04:08:34
(http://vteam.org.cn/main/zelphar/wp-content/blogs.dir/2/files/blog-temp/foobar.jpg)
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?
Title: [Not My Release] EsPlaylist
Post by: Dan Popescu on 2011-01-04 05:45:59
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?
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-01-07 20:09:46
EsPlaylist v0.1.3.5.1(2011/01/08) (http://foo2k.chottu.net/foo_uie_esplaylist.zip) released.

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

Download EsPlaylist v0.1.3.5.1 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: empoert on 2011-01-07 20:47:14
Well, its a easy question but im not able to find a solution:

(http://666kb.com/i/bpwtvzh06dnhaysji.gif)

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
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-01-07 20:53:04
Well, its a easy question but im not able to find a solution:

(http://666kb.com/i/bpwtvzh06dnhaysji.gif)

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
Title: [Not My Release] EsPlaylist
Post by: empoert on 2011-01-07 20:56:34
thanks a lot. Is there a way to change the colour from white and grey to blue and green for example?
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-01-08 03:14:58
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:

I am extremely grateful for this plugin already, so no pressure  Anyway, happy coding!
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-01-08 10:54:00
It is possible that text in brackets  to appears dimmed, useful for "Artist (feat. another artist)" or "Title (some remix)".
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-01-08 11:04:48
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.
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-01-08 13:53:50
Thanks, I forgot that there is documentation in the zip.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2011-01-09 09:43:37
  • 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.
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-01-12 18:12:51
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 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-01-12 18:41:52
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
Title: [Not My Release] EsPlaylist
Post by: Anomalous on 2011-01-12 21:54:09
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.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-01-12 23:32:11
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%')']
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2011-01-13 02:49:03
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.
Title: [Not My Release] EsPlaylist
Post by: Hitchhiker427 on 2011-01-13 17:07:58
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 (http://foo2k.chottu.net/#esp)

Thanks ssenna!
Title: [Not My Release] EsPlaylist
Post by: WilB on 2011-01-17 19:40:05
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?

(http://img687.imageshack.us/img687/8638/136oq.png)


(http://img703.imageshack.us/img703/5535/1351.png)



Title: [Not My Release] EsPlaylist
Post by: Kilcaragh on 2011-01-21 13:52:10
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?

(http://img687.imageshack.us/img687/8638/136oq.png)


(http://img703.imageshack.us/img703/5535/1351.png)




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

Title: [Not My Release] EsPlaylist
Post by: Bollerkopp on 2011-01-21 14:18:09
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 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-01-21 15:35:08
Thanks ssenna! Especially for "changed: made mainmenu commands hide."
Title: [Not My Release] EsPlaylist
Post by: Nowings69 on 2011-01-23 00:21:55
(http://img127.imagevenue.com/loc18/th_41197__1_122_18lo.jpg) (http://img127.imagevenue.com/img.php?image=41197__1_122_18lo.jpg)
   

%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
Title: [Not My Release] EsPlaylist
Post by: Nowings69 on 2011-01-23 12:02:58
It works again in v0.1.3.6.2 (http://foo2k.chottu.net/#esp)(2011/01/23)
Well,I would love to talk to him in Japanese
http://www.lastfm.jp/user/asajan (http://www.lastfm.jp/user/asajan)
Title: [Not My Release] EsPlaylist
Post by: Nowings69 on 2011-01-23 12:13:18
It works again in v0.1.3.6.2(2011/01/23?
Well,I would love to talk to him in Japanese
http://www.lastfm.jp/user/asajan (http://www.lastfm.jp/user/asajan)

sorry like this

(http://img235.imagevenue.com/loc524/th_84658_01_122_524lo.jpg) (http://img235.imagevenue.com/img.php?image=84658_01_122_524lo.jpg)
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2011-01-23 21:31:52
My album covers wont show in EsPlaylist (I use the setting that cover.jpg in the same map as the file shall be the cover). Can this be fixed?

EDIT: Wait... What? It suddenly showed... Maybe it didn't had time to update, nevermind.
Title: [Not My Release] EsPlaylist
Post by: Nowings69 on 2011-01-23 22:09:28
My album covers wont show in EsPlaylist (I use the setting that cover.jpg in the same map as the file shall be the cover). Can this be fixed?

EDIT: Wait... What? It suddenly showed... Maybe it didn't had time to update, nevermind.


Try this and lets say Thank you very much

  (http://img28.imagevenue.com/loc456/th_20224_01_122_456lo.jpg) (http://img28.imagevenue.com/img.php?image=20224_01_122_456lo.jpg)
   
Title: [Not My Release] EsPlaylist
Post by: Xyzzy on 2011-02-03 13:04:36
Hello

What is the purpose of checkboxes next to items on Preset settings list in Preferences?

TIA
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-02-03 13:13:34
What is the purpose of checkboxes next to items on Preset settings list in Preferences?

This has been answered a couple of pages back:
* AFAIK, the crossed item is the default grouping level when you select a preset grouping: for example if you have a preset with 2 grouping level: the upper one for the artist and the lower for the album. The latter is the one checked. Then the first time you select this grouping, the EsPlaylist will show the album grouping level

Title: [Not My Release] EsPlaylist
Post by: amish on 2011-02-03 22:59:51
Is there any way of putting the information next to the album art UNDER the album art instead?

Thanks

Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-02-03 23:10:24
Is there any way of putting the information next to the album art UNDER the album art instead?

Thanks

There isn't, no - sorry.
Title: [Not My Release] EsPlaylist
Post by: amish on 2011-02-03 23:31:14
Darn. OK thanks anyway. What would be the best way to go around getting it underneath. Obviously not using ESplaylist, is there another method?
Title: [Not My Release] EsPlaylist
Post by: zradu on 2011-02-06 12:22:06
Crash raport
Code: [Select]
[code]Illegal operation:
Code: AA67913Ch, flags: 00000001h, address: 768CB727h
Bug check

Call path:
entry=>app_mainloop=>main_thread_callback::callback_run=>on_items_removed

Code bytes (768CB727h):
768CB6E7h: C0 89 45 B8 C7 45 BC CF B6 8C 76 39 45 14 74 23
768CB6F7h: 8B 45 10 83 F8 0F 76 03 6A 0F 58 89 45 C0 C1 E0
768CB707h: 02 50 FF 75 14 8D 45 C4 50 E8 0D A9 02 00 83 C4
768CB717h: 0C EB 03 89 45 C0 8D 45 B0 50 FF 15 6C 11 8C 76
768CB727h: C9 C2 10 00 CC CC CC CC CC 8B FF 55 8B EC 56 8B
768CB737h: 75 08 83 FE F4 72 18 83 FE F6 77 13 8D 45 08 50
768CB747h: 6A 00 56 E8 DD 02 00 00 85 C0 74 03 8B 75 08 56
768CB757h: FF 15 3C 10 8C 76 5E 85 C0 7C 05 33 C0 40 EB 08

Stack (0035E5DCh):
0035E5BCh: 00000000 FFFFFD34 000002E4 FFFFFD34
0035E5CCh: 000002CC 00000019 00000000 0035E5DC
0035E5DCh: AA67913C 00000001 00000000 768CB727
0035E5ECh: 00000000 0DC6444F FFFFFFFE 76F9E1CC
0035E5FCh: 76F9DF32 01535C14 049A8028 00000018
0035E60Ch: 00000001 0035E6D8 01535C38 00000001
0035E61Ch: 01535C58 00000000 0035E6D8 00000000
0035E62Ch: 0035E668 73F5270F AA67913C 00000001
0035E63Ch: 00000000 00000000 053324F0 053324E8
0035E64Ch: 00000001 0035E644 0035E1B0 0035E698
0035E65Ch: 73F68068 73F6E5D8 00000000 0035E67C
0035E66Ch: 01440774 014C8B3D 01250000 00000000
0035E67Ch: 0035E6A4 0147CB15 053324F0 0000591B
0035E68Ch: 01535C14 053324E8 01534F94 0035E6BC
0035E69Ch: 014DC8E0 00000001 0035E6C8 0147D195
0035E6ACh: 053324E8 00000001 049A8028 053324E8
0035E6BCh: 0035E6E8 014DF8DB 00000000 0035E6F4
0035E6CCh: 72DE9FC3 0035E6D8 00000001 01535C14
0035E6DCh: 049A8018 00000000 01535C14 0035E7C4
0035E6ECh: 72E17855 00000000 0035E7D0 72E148D6

Registers:
EAX: 0035E5DC, EBX: 00000001, ECX: 01534F94, EDX: 01440720
ESI: 053324E8, EDI: 053324F0, EBP: 0035E62C, ESP: 0035E5DC

Crash location:
Module: KERNELBASE
Offset: B727h
Symbol: "RaiseException" (+58h)

Loaded modules:
foobar2000 loaded at 01390000h - 01580000h
ntdll loaded at 76F70000h - 770F0000h
kernel32 loaded at 756E0000h - 757E0000h
KERNELBASE loaded at 768C0000h - 76906000h
COMCTL32 loaded at 72B70000h - 72D0E000h
msvcrt loaded at 76430000h - 764DC000h
GDI32 loaded at 75550000h - 755E0000h
USER32 loaded at 755E0000h - 756E0000h
ADVAPI32 loaded at 75450000h - 754F0000h
sechost loaded at 751F0000h - 75209000h
RPCRT4 loaded at 76A80000h - 76B70000h
SspiCli loaded at 74AE0000h - 74B40000h
CRYPTBASE loaded at 74AD0000h - 74ADC000h
LPK loaded at 767E0000h - 767EA000h
USP10 loaded at 76740000h - 767DD000h
SHLWAPI loaded at 76910000h - 76967000h
DSOUND loaded at 73EB0000h - 73F22000h
ole32 loaded at 74F20000h - 7507C000h
WINMM loaded at 72B30000h - 72B62000h
POWRPROF loaded at 73F80000h - 73FA5000h
SETUPAPI loaded at 765A0000h - 7673D000h
CFGMGR32 loaded at 751C0000h - 751E7000h
OLEAUT32 loaded at 769F0000h - 76A7F000h
DEVOBJ loaded at 76850000h - 76862000h
UxTheme loaded at 720E0000h - 72160000h
SHELL32 loaded at 757E0000h - 76429000h
zlib1 loaded at 5A4C0000h - 5A4D4000h
shared loaded at 73F50000h - 73F7B000h
imagehlp loaded at 75210000h - 7523A000h
dbghelp loaded at 73560000h - 7364B000h
COMDLG32 loaded at 76970000h - 769EB000h
Secur32 loaded at 74430000h - 74438000h
CRYPT32 loaded at 74CA0000h - 74DBC000h
MSASN1 loaded at 74DD0000h - 74DDC000h
gdiplus loaded at 733D0000h - 73560000h
IMM32 loaded at 767F0000h - 76850000h
MSCTF loaded at 74B40000h - 74C0C000h
CLBCatQ loaded at 76510000h - 76593000h
MMDevApi loaded at 73E70000h - 73EA9000h
PROPSYS loaded at 732D0000h - 733C5000h
dwmapi loaded at 729B0000h - 729C3000h
foo_burninate loaded at 10000000h - 10040000h
foo_freedb2 loaded at 73E30000h - 73E70000h
foo_input_alac loaded at 00240000h - 0025D000h
foo_input_ofr loaded at 00370000h - 003AD000h
OptimFROG loaded at 00460000h - 00492000h
foo_input_monkey loaded at 00F30000h - 00F78000h
foo_run loaded at 01040000h - 0109F000h
foo_vst loaded at 73DE0000h - 73E0E000h
MSVCP90 loaded at 73D00000h - 73D8E000h
MSVCR90 loaded at 73690000h - 73733000h
foo_converter loaded at 73250000h - 732CB000h
foo_input_tak loaded at 73200000h - 73244000h
tak_deco_lib loaded at 00FE0000h - 01000000h
foo_cdda loaded at 731B0000h - 731FE000h
foo_fileops loaded at 73160000h - 731A7000h
foo_input_tta loaded at 03110000h - 03152000h
foo_playcount loaded at 73120000h - 7315C000h
foo_uie_wsh_panel_mod loaded at 73050000h - 73112000h
Msimg32 loaded at 72A60000h - 72A65000h
foo_chacon loaded at 73660000h - 73684000h
foo_input_std loaded at 72EF0000h - 73045000h
foo_albumlist loaded at 72E90000h - 72EED000h
foo_rgscan loaded at 72E40000h - 72E8D000h
foo_uie_esplaylist loaded at 72DD0000h - 72E38000h
foo_r128scan loaded at 71CE0000h - 71D22000h
foo_ui_std loaded at 718F0000h - 71A08000h
AUDIOSES loaded at 72D80000h - 72DB6000h
SXS loaded at 74270000h - 742CF000h
WindowsCodecs loaded at 71A10000h - 71B0B000h
jscript loaded at 717B0000h - 71862000h
VERSION loaded at 72750000h - 72759000h
CRYPTSP loaded at 718B0000h - 718C6000h
rsaenh loaded at 71870000h - 718AB000h
RpcRtRemote loaded at 71D80000h - 71D8E000h
wshom loaded at 72D50000h - 72D71000h
MPR loaded at 729D0000h - 729E2000h
ScrRun loaded at 71D50000h - 71D7A000h
sud loaded at 71270000h - 7132B000h
ADVPACK loaded at 71B90000h - 71BBE000h
DUI70 loaded at 71480000h - 71532000h
avrt loaded at 740B0000h - 740B7000h
msxml3 loaded at 74130000h - 74262000h
mshtml loaded at 6FAF0000h - 700A7000h
PSAPI loaded at 75440000h - 75445000h
urlmon loaded at 75080000h - 751B5000h
iertutil loaded at 75240000h - 7543A000h
msls31 loaded at 71B60000h - 71B8A000h
ntmarta loaded at 71C80000h - 71CA1000h
WLDAP32 loaded at 76870000h - 768B5000h
IEFRAME loaded at 6E1F0000h - 6EC6F000h
OLEACC loaded at 71230000h - 7126C000h
msxml6 loaded at 6F990000h - 6FAE7000h
winhttp loaded at 74320000h - 74378000h
webio loaded at 742D0000h - 7431F000h
WS2_32 loaded at 74DE0000h - 74E15000h
NSI loaded at 76F40000h - 76F46000h
credssp loaded at 743E0000h - 743E8000h
mswsock loaded at 74510000h - 7454C000h
wshtcpip loaded at 74800000h - 74805000h
wship6 loaded at 743D0000h - 743D6000h
mlang loaded at 715B0000h - 715DE000h
DNSAPI loaded at 74550000h - 74594000h
IPHLPAPI loaded at 744D0000h - 744EC000h
WINNSI loaded at 74500000h - 74507000h
rasadhlp loaded at 743C0000h - 743C6000h
fwpuclnt loaded at 740F0000h - 74128000h
apphelp loaded at 71430000h - 7147B000h
WININET loaded at 74E20000h - 74F14000h
Normaliz loaded at 74DC0000h - 74DC3000h
profapi loaded at 71C70000h - 71C7B000h
explorerframe loaded at 71620000h - 7178F000h
DUser loaded at 71540000h - 7156F000h
actxprxy loaded at 70170000h - 701BE000h
ieproxy loaded at 70140000h - 7016B000h

Stack dump analysis:
Address: 768CB727h (KERNELBASE+B727h), symbol: "RaiseException" (+58h)
Address: 76F9E1CCh (ntdll+2E1CCh), symbol: "RtlInitUnicodeString" (+164h)
Address: 76F9DF32h (ntdll+2DF32h), symbol: "RtlAllocateHeap" (+ACh)
Address: 01535C14h (foobar2000+1A5C14h)
Address: 01535C38h (foobar2000+1A5C38h)
Address: 01535C58h (foobar2000+1A5C58h)
Address: 73F5270Fh (shared+270Fh), symbol: "uBugCheck" (+20h)
Address: 73F68068h (shared+18068h), symbol: "uFormatSystemErrorMessage" (+DAD7h)
Address: 73F6E5D8h (shared+1E5D8h), symbol: "uFormatSystemErrorMessage" (+14047h)
Address: 01440774h (foobar2000+B0774h)
Address: 014C8B3Dh (foobar2000+138B3Dh)
Address: 0147CB15h (foobar2000+ECB15h)
Address: 01535C14h (foobar2000+1A5C14h)
Address: 01534F94h (foobar2000+1A4F94h)
Address: 014DC8E0h (foobar2000+14C8E0h)
Address: 0147D195h (foobar2000+ED195h)
Address: 014DF8DBh (foobar2000+14F8DBh)
Address: 72DE9FC3h (foo_uie_esplaylist+19FC3h)
Address: 01535C14h (foobar2000+1A5C14h)
Address: 01535C14h (foobar2000+1A5C14h)
Address: 72E17855h (foo_uie_esplaylist+47855h), symbol: "foobar2000_get_interface" (+13105h)
Address: 72E148D6h (foo_uie_esplaylist+448D6h), symbol: "foobar2000_get_interface" (+10186h)
Address: 755F6941h (USER32+16941h), symbol: "gapfnScSendMessage" (+979h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F6901h (USER32+16901h), symbol: "gapfnScSendMessage" (+939h)
Address: 755FCD1Ah (USER32+1CD1Ah), symbol: "GetWindow" (+21Ah)
Address: 01535CB4h (foobar2000+1A5CB4h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 755F6F8Fh (USER32+16F8Fh), symbol: "IsThreadDesktopComposited" (+95h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 755F701Bh (USER32+1701Bh), symbol: "GetWindowLongW" (+2Eh)
Address: 755F7027h (USER32+17027h), symbol: "GetWindowLongW" (+3Ah)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 72E177ACh (foo_uie_esplaylist+477ACh), symbol: "foobar2000_get_interface" (+1305Ch)
Address: 72DFE346h (foo_uie_esplaylist+2E346h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 755F9B79h (USER32+19B79h), symbol: "PostThreadMessageW" (+D0Bh)
Address: 755F6238h (USER32+16238h), symbol: "gapfnScSendMessage" (+270h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 755F68EAh (USER32+168EAh), symbol: "gapfnScSendMessage" (+922h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 755F6899h (USER32+16899h), symbol: "gapfnScSendMessage" (+8D1h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 75600AB0h (USER32+20AB0h), symbol: "FillRect" (+110h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 75600AD6h (USER32+20AD6h), symbol: "CallWindowProcW" (+1Bh)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 72BA450Eh (COMCTL32+3450Eh), symbol: "DPA_Sort" (+18Dh)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 72BA463Dh (COMCTL32+3463Dh), symbol: "DefSubclassProc" (+92h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 72BA44F4h (COMCTL32+344F4h), symbol: "DPA_Sort" (+173h)
Address: 72DFE1B0h (foo_uie_esplaylist+2E1B0h)
Address: 755F71BEh (USER32+171BEh), symbol: "GetWindowLongW" (+1D1h)
Address: 72C9720Eh (COMCTL32+12720Eh), symbol: "Ordinal234" (+B5h)
Address: 72BA45F1h (COMCTL32+345F1h), symbol: "DefSubclassProc" (+46h)
Address: 72B9FA37h (COMCTL32+2FA37h), symbol: "ImageList_GetIcon" (+2A4h)
Address: 72BA463Dh (COMCTL32+3463Dh), symbol: "DefSubclassProc" (+92h)
Address: 72B9F9FBh (COMCTL32+2F9FBh), symbol: "ImageList_GetIcon" (+268h)
Address: 755F71BEh (USER32+171BEh), symbol: "GetWindowLongW" (+1D1h)
Address: 72C9720Eh (COMCTL32+12720Eh), symbol: "Ordinal234" (+B5h)
Address: 72BA46E1h (COMCTL32+346E1h), symbol: "DefSubclassProc" (+136h)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 72C9720Eh (COMCTL32+12720Eh), symbol: "Ordinal234" (+B5h)
Address: 755F6238h (USER32+16238h), symbol: "gapfnScSendMessage" (+270h)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 755F68EAh (USER32+168EAh), symbol: "gapfnScSendMessage" (+922h)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 75565689h (GDI32+15689h), symbol: "DeleteObject" (+0h)
Address: 755F6899h (USER32+16899h), symbol: "gapfnScSendMessage" (+8D1h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F7177h (USER32+17177h), symbol: "GetWindowLongW" (+18Ah)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 75565689h (GDI32+15689h), symbol: "DeleteObject" (+0h)
Address: 72B9F7FDh (COMCTL32+2F7FDh), symbol: "ImageList_GetIcon" (+6Ah)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F72F1h (USER32+172F1h), symbol: "GetDC" (+ABh)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 76F800E6h (ntdll+100E6h), symbol: "KiUserCallbackDispatcher" (+2Eh)
Address: 76F80070h (ntdll+10070h), symbol: "KiUserApcDispatcher" (+48h)
Address: 72BA469Dh (COMCTL32+3469Dh), symbol: "DefSubclassProc" (+F2h)
Address: 76FA2432h (ntdll+32432h), symbol: "RtlReleaseSRWLockShared" (+29h)
Address: 75601BAEh (USER32+21BAEh), symbol: "SetFocus" (+15h)
Address: 71992554h (foo_ui_std+A2554h)
Address: 71992C68h (foo_ui_std+A2C68h)
Address: 719923E9h (foo_ui_std+A23E9h)
Address: 71994BAAh (foo_ui_std+A4BAAh)
Address: 76FA243Dh (ntdll+3243Dh), symbol: "NtdllDefWindowProc_W" (+0h)
Address: 719ABD28h (foo_ui_std+BBD28h), symbol: "foobar2000_get_interface" (+12458h)
Address: 719DE6A0h (foo_ui_std+EE6A0h), symbol: "foobar2000_get_interface" (+44DD0h)
Address: 718FD980h (foo_ui_std+D980h)
Address: 755F6238h (USER32+16238h), symbol: "gapfnScSendMessage" (+270h)
Address: 755F68EAh (USER32+168EAh), symbol: "gapfnScSendMessage" (+922h)
Address: 75565689h (GDI32+15689h), symbol: "DeleteObject" (+0h)
Address: 755F6899h (USER32+16899h), symbol: "gapfnScSendMessage" (+8D1h)
Address: 755F6901h (USER32+16901h), symbol: "gapfnScSendMessage" (+939h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F7177h (USER32+17177h), symbol: "GetWindowLongW" (+18Ah)
Address: 75565689h (GDI32+15689h), symbol: "DeleteObject" (+0h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F7182h (USER32+17182h), symbol: "GetWindowLongW" (+195h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F72F1h (USER32+172F1h), symbol: "GetDC" (+ABh)
Address: 76F800E6h (ntdll+100E6h), symbol: "KiUserCallbackDispatcher" (+2Eh)
Address: 76F80070h (ntdll+10070h), symbol: "KiUserApcDispatcher" (+48h)
Address: 76FA2432h (ntdll+32432h), symbol: "RtlReleaseSRWLockShared" (+29h)
Address: 76FA247Bh (ntdll+3247Bh), symbol: "RtlDllShutdownInProgress" (+11h)
Address: 75601E83h (USER32+21E83h), symbol: "DestroyWindow" (+15h)
Address: 72DDEEA6h (foo_uie_esplaylist+EEA6h)
Address: 72DDECDEh (foo_uie_esplaylist+ECDEh)
Address: 72E08040h (foo_uie_esplaylist+38040h), symbol: "foobar2000_get_interface" (+38F0h)
Address: 72E1791Bh (foo_uie_esplaylist+4791Bh), symbol: "foobar2000_get_interface" (+131CBh)
Address: 72DF91F3h (foo_uie_esplaylist+291F3h)
Address: 72DFBE11h (foo_uie_esplaylist+2BE11h)
Address: 72E17A2Dh (foo_uie_esplaylist+47A2Dh), symbol: "foobar2000_get_interface" (+132DDh)
Address: 72DE9809h (foo_uie_esplaylist+19809h)
Address: 72E1EB9Ch (foo_uie_esplaylist+4EB9Ch), symbol: "foobar2000_get_interface" (+1A44Ch)
Address: 72DE2BD3h (foo_uie_esplaylist+12BD3h)
Address: 72E1F2E4h (foo_uie_esplaylist+4F2E4h), symbol: "foobar2000_get_interface" (+1AB94h)
Address: 72E1F2E4h (foo_uie_esplaylist+4F2E4h), symbol: "foobar2000_get_interface" (+1AB94h)
Address: 72E180B9h (foo_uie_esplaylist+480B9h), symbol: "foobar2000_get_interface" (+13969h)
Address: 72DE8F65h (foo_uie_esplaylist+18F65h)
Address: 72E2A704h (foo_uie_esplaylist+5A704h), symbol: "foobar2000_get_interface" (+25FB4h)
Address: 72E2A704h (foo_uie_esplaylist+5A704h), symbol: "foobar2000_get_interface" (+25FB4h)
Address: 72DEB796h (foo_uie_esplaylist+1B796h)
Address: 72E2A704h (foo_uie_esplaylist+5A704h), symbol: "foobar2000_get_interface" (+25FB4h)
Address: 72E1EBBCh (foo_uie_esplaylist+4EBBCh), symbol: "foobar2000_get_interface" (+1A46Ch)
Address: 72E1EBBCh (foo_uie_esplaylist+4EBBCh), symbol: "foobar2000_get_interface" (+1A46Ch)
Address: 72E1EBBCh (foo_uie_esplaylist+4EBBCh), symbol: "foobar2000_get_interface" (+1A46Ch)
Address: 72E1EBBCh (foo_uie_esplaylist+4EBBCh), symbol: "foobar2000_get_interface" (+1A46Ch)
Address: 76F9DF32h (ntdll+2DF32h), symbol: "RtlAllocateHeap" (+ACh)
Address: 72E1EE74h (foo_uie_esplaylist+4EE74h), symbol: "foobar2000_get_interface" (+1A724h)
Address: 72E1EBF4h (foo_uie_esplaylist+4EBF4h), symbol: "foobar2000_get_interface" (+1A4A4h)
Address: 72E1EBF4h (foo_uie_esplaylist+4EBF4h), symbol: "foobar2000_get_interface" (+1A4A4h)
Address: 72E1EBF4h (foo_uie_esplaylist+4EBF4h), symbol: "foobar2000_get_interface" (+1A4A4h)
Address: 72E1ECD4h (foo_uie_esplaylist+4ECD4h), symbol: "foobar2000_get_interface" (+1A584h)
Address: 72E1ECD4h (foo_uie_esplaylist+4ECD4h), symbol: "foobar2000_get_interface" (+1A584h)
Address: 72E1ECD4h (foo_uie_esplaylist+4ECD4h), symbol: "foobar2000_get_interface" (+1A584h)
Address: 72E1EBBCh (foo_uie_esplaylist+4EBBCh), symbol: "foobar2000_get_interface" (+1A46Ch)
Address: 72E1EE18h (foo_uie_esplaylist+4EE18h), symbol: "foobar2000_get_interface" (+1A6C8h)
Address: 72E1EE18h (foo_uie_esplaylist+4EE18h), symbol: "foobar2000_get_interface" (+1A6C8h)
Address: 72E1EBF4h (foo_uie_esplaylist+4EBF4h), symbol: "foobar2000_get_interface" (+1A4A4h)
Address: 72E1F430h (foo_uie_esplaylist+4F430h), symbol: "foobar2000_get_interface" (+1ACE0h)
Address: 72E1ECD4h (foo_uie_esplaylist+4ECD4h), symbol: "foobar2000_get_interface" (+1A584h)
Address: 72E1EBF4h (foo_uie_esplaylist+4EBF4h), symbol: "foobar2000_get_interface" (+1A4A4h)
Address: 72E1F458h (foo_uie_esplaylist+4F458h), symbol: "foobar2000_get_interface" (+1AD08h)
Address: 01535B40h (foobar2000+1A5B40h)
Address: 72E19A78h (foo_uie_esplaylist+49A78h), symbol: "foobar2000_get_interface" (+15328h)
Address: 72DEA9D2h (foo_uie_esplaylist+1A9D2h)
Address: 72E1EBACh (foo_uie_esplaylist+4EBACh), symbol: "foobar2000_get_interface" (+1A45Ch)
Address: 72E1EBD8h (foo_uie_esplaylist+4EBD8h), symbol: "foobar2000_get_interface" (+1A488h)
Address: 72E1EE64h (foo_uie_esplaylist+4EE64h), symbol: "foobar2000_get_interface" (+1A714h)
Address: 72E1ECD4h (foo_uie_esplaylist+4ECD4h), symbol: "foobar2000_get_interface" (+1A584h)
Address: 730682F2h (foo_uie_wsh_panel_mod+182F2h)
Address: 72DEA7E3h (foo_uie_esplaylist+1A7E3h)
Address: 72E19A9Ah (foo_uie_esplaylist+49A9Ah), symbol: "foobar2000_get_interface" (+1534Ah)
Address: 72DEFC3Ah (foo_uie_esplaylist+1FC3Ah)
Address: 72DEF876h (foo_uie_esplaylist+1F876h)
Address: 01435BE1h (foobar2000+A5BE1h)
Address: 01538352h (foobar2000+1A8352h)
Address: 72E1ED98h (foo_uie_esplaylist+4ED98h), symbol: "foobar2000_get_interface" (+1A648h)
Address: 01432E9Bh (foobar2000+A2E9Bh)
Address: 014DB5A2h (foobar2000+14B5A2h)
Address: 014416A7h (foobar2000+B16A7h)
Address: 01538353h (foobar2000+1A8353h)
Address: 01538353h (foobar2000+1A8353h)
Address: 014FEF18h (foobar2000+16EF18h)
Address: 014FEF18h (foobar2000+16EF18h)
Address: 014DCCD8h (foobar2000+14CCD8h)
Address: 013B796Ah (foobar2000+2796Ah)
Address: 014FEF20h (foobar2000+16EF20h)
Address: 01505EA4h (foobar2000+175EA4h)
Address: 013B9E50h (foobar2000+29E50h)
Address: 01500520h (foobar2000+170520h)
Address: 01502E00h (foobar2000+172E00h)
Address: 0150F38Ch (foobar2000+17F38Ch)
Address: 014E3028h (foobar2000+153028h)
Address: 013B7B1Fh (foobar2000+27B1Fh)
Address: 01401732h (foobar2000+71732h)
Address: 014DB0F1h (foobar2000+14B0F1h)
Address: 014018C1h (foobar2000+718C1h)
Address: 01401830h (foobar2000+71830h)
Address: 014D8EF8h (foobar2000+148EF8h)
Address: 01515058h (foobar2000+185058h)
Address: 755F6238h (USER32+16238h), symbol: "gapfnScSendMessage" (+270h)
Address: 01401830h (foobar2000+71830h)
Address: 01401830h (foobar2000+71830h)
Address: 755F68EAh (USER32+168EAh), symbol: "gapfnScSendMessage" (+922h)
Address: 01401830h (foobar2000+71830h)
Address: 755F6899h (USER32+16899h), symbol: "gapfnScSendMessage" (+8D1h)
Address: 76F800E6h (ntdll+100E6h), symbol: "KiUserCallbackDispatcher" (+2Eh)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F7D31h (USER32+17D31h), symbol: "LoadStringW" (+11Fh)
Address: 01401830h (foobar2000+71830h)
Address: 755F7E92h (USER32+17E92h), symbol: "GetMessageW" (+0h)
Address: 756F1199h (kernel32+11199h), symbol: "SetLastError" (+0h)
Address: 013FDE99h (foobar2000+6DE99h)
Address: 755F7E92h (USER32+17E92h), symbol: "GetMessageW" (+0h)
Address: 75610155h (USER32+30155h), symbol: "DdeQueryStringW" (+6D7h)
Address: 755F7DFAh (USER32+17DFAh), symbol: "DispatchMessageW" (+Fh)
Address: 01401830h (foobar2000+71830h)
Address: 013FDFC1h (foobar2000+6DFC1h)
Address: 013FEE72h (foobar2000+6EE72h)
Address: 014FB7E8h (foobar2000+16B7E8h)
Address: 014FB7E8h (foobar2000+16B7E8h)
Address: 0150D968h (foobar2000+17D968h)
Address: 0150D94Ch (foobar2000+17D94Ch)
Address: 00383539h (foo_input_ofr+13539h), symbol: "foobar2000_get_interface" (+BD29h)

Environment:
App: foobar2000 v1.1.2
OS: Windows 6.1.7600 x64
CPU: Intel® Xeon® CPU E3110 @ 3.00GHz, features: MMX SSE SSE2 SSE3 SSE4.1
Audio: Speakers (USB Audio DAC )
UI: Default User Interface 0.9.5

Components:
Core (2011-01-22 00:03:02 UTC)
foobar2000 core 1.1.2
foo_albumlist.dll (2011-01-22 00:01:28 UTC)
Album List 4.5
foo_burninate.dll (2010-01-18 15:10:44 UTC)
Audio CD Writer 3.0.2
foo_cdda.dll (2011-01-22 00:01:02 UTC)
CD Audio Decoder 3.0
foo_chacon.dll (2010-08-16 08:30:12 UTC)
Chacon 3
foo_converter.dll (2011-01-22 00:00:36 UTC)
Converter 1.5
foo_fileops.dll (2011-01-21 23:59:40 UTC)
File Operations 2.1.3
foo_freedb2.dll (2011-01-21 23:59:42 UTC)
freedb Tagger 0.6.3
foo_input_alac.dll (2010-08-31 12:55:58 UTC)
ALAC Decoder 1.0.6
foo_input_monkey.dll (2010-08-16 08:30:22 UTC)
Monkey's Audio Decoder 2.1.4
foo_input_ofr.dll (2008-11-29 07:48:04 UTC)
OptimFROG Lossless/DualStream Decoder 1.21b
foo_input_std.dll (2011-01-22 00:00:58 UTC)
Standard Input Array 1.0
foo_input_tak.dll (2010-08-16 08:30:52 UTC)
TAK Decoder 0.4.4
foo_input_tta.dll (2010-11-02 03:45:18 UTC)
TTA Audio Decoder 3.2
foo_playcount.dll (2010-10-12 15:40:04 UTC)
Playback Statistics 3.0.1
foo_r128scan.dll (2011-01-31 01:40:03 UTC)
EBU R128 Gain scanner 1.20
foo_rgscan.dll (2011-01-22 00:00:36 UTC)
ReplayGain Scanner 2.0.9
foo_run.dll (2010-08-16 08:31:16 UTC)
Run services 0.3.7
foo_ui_std.dll (2011-01-22 00:00:58 UTC)
Default User Interface 0.9.5
foo_uie_esplaylist.dll (2011-01-23 10:54:46 UTC)
EsPlaylist 0.1.3.6.2
foo_uie_wsh_panel_mod.dll (2011-01-13 18:22:54 UTC)
WSH Panel Mod 1.4.2
foo_vst.dll (2011-01-08 17:36:22 UTC)
VST 2.4 adapter 0.8.0.1

Recent events:
cddb request via http: http://tracktype.org/~cddb/cddb.cgi?cmd=cd...6.3&proto=6
cddb response: 200 classical 08123f14 Various / Best Violin 100
found match: classical 08123f14 Various / Best Violin 100
cddb request via http: http://tracktype.org/~cddb/cddb.cgi?cmd=cd...6.3&proto=6
cddb response: 210 classical 08123f14
Saving foobar configuration... OK
Opening track for playback: "D:\Music\ByArtist\Nicola Benedetti\(2009) Fantasie\03. Introduction and Rondo Capriccioso in A Minor.m4a"
Last.fm submission: Scrobbled 1 track(s)... OK
Last.fm submission: Now playing... OK
Saving foobar configuration... OK
Title: [Not My Release] EsPlaylist
Post by: thuan on 2011-02-06 16:06:03
@Ssenna: The crash report in zradu's post was actually posted by me with some more information in this thread (http://www.hydrogenaudio.org/forums/index.php?showtopic=86613&hl=). Please take a look.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2011-02-07 15:56:34
The crash report in zradu's post was actually posted by me with some more information in this thread (http://www.hydrogenaudio.org/forums/index.php?showtopic=86613&hl=).
I released the new version.
I'm not 100% sure whether the crash is fixed.
Title: [Not My Release] EsPlaylist
Post by: thuan on 2011-02-07 16:56:57
I tested it, seems like it's fixed. Thanks.
Title: [Not My Release] EsPlaylist
Post by: amalone on 2011-02-12 16:33:14
With 0.1.3.6.3, if I switch to a theme that uses ES Playlist from one that uses a regular playlist, it is blank. I have to choose the theme a second time for the tracks to appear. Same thing if I switch from a theme that uses a regular playlist to one that uses ES Playlist.

Switching between themes that all use ES Playlist works fine still. It did not happen with 0.1.3.6.2. Is it just my machine? Thanks.
Title: [Not My Release] EsPlaylist
Post by: ssenna on 2011-02-18 13:16:52
With 0.1.3.6.3, if I switch to a theme that uses ES Playlist from one that uses a regular playlist, it is blank. I have to choose the theme a second time for the tracks to appear. Same thing if I switch from a theme that uses a regular playlist to one that uses ES Playlist.

Maybe it is not a bug of EsPlaylist.
(it seems to be a problem of "Playlist Tab".  related topic (http://www.hydrogenaudio.org/forums/index.php?showtopic=79030&view=findpost&p=698401))
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-02-18 21:25:44
EsPlaylist v0.1.3.7(2011/02/19) released.

Quote
  • added edge style.(ContextMenu->Options->Configure->Edge style)
  • some minor changes.
[/li][/list]

Download EsPlaylist v0.1.3.7 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: amalone on 2011-02-18 23:47:21
ssenna thank you for replying. I think you are right, it is something else causing it. It is does not happen every time, and it has happened with 0.1.3.6.2 also. Just installed 0.1.3.7. The edge styles are very nice, and it is not happening right now. Must be something on my machine. Thank you for this great playlist.
Title: [Not My Release] EsPlaylist
Post by: Bryter on 2011-02-21 21:42:55
I want to change the color of the ratings inside the column to yellow. Can someone please provide me the code?
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-02-21 22:13:25
I want to change the color of the ratings inside the column to yellow. Can someone please provide me the code?

You can't change text color without using Columns UI which is something you probably don't want to get into, as it would mean replacing your entire user interface. Learning to customize Columns UI is a pretty big project...
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-02-21 22:21:02
You can't change text color without using Columns UI which is something you probably don't want to get into, as it would mean replacing your entire user interface. Learning to customize Columns UI is a pretty big project...


wrong. EsPlaylist has full $rgb support inside default UI.

however, this isn't even relevant to Bryter's question. this component has it's own special rating column which not only displays stars but allows you to set ratings by double clicking them. you can't change the colour of these stars.
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-02-21 23:30:49
You can't change text color without using Columns UI which is something you probably don't want to get into, as it would mean replacing your entire user interface. Learning to customize Columns UI is a pretty big project...


wrong. EsPlaylist has full $rgb support inside default UI.

That sounds cool  Maybe you could explain how to use it? A little while ago I spent a few hours plowing through all the info on $rgb() I could find, but to no avail. I even asked somewhere on this board but ended up with the conclusion above.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-02-21 23:41:34
first of all i'm going to assume you know how to use RGB colour codes? $rgb(255,0,0) is red for example....

if you want to change everything in the column to one colour, you simply put the colour code at the start

Code: [Select]
$rgb(255,0,0)%artist%


or maybe you want to put 2 fields in one column with different colours.

Code: [Select]
$rgb(255,0,0)%artist%$rgb() %title%


notice the 2nd $rgb has no colour specified so all it's doing is resetting the colour back to default.

but if i wanted the title to be blue, i could do this...

Code: [Select]
$rgb(255,0,0)%artist%$rgb(0,0,255) %title%


Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-02-22 10:51:46
It's working fine - I wonder how I could not have figured it out before 
Title: [Not My Release] EsPlaylist
Post by: Xyzzy on 2011-02-22 23:03:55
I am pretty sure that below is not possible, so it is a feature request rather I think...

OK, the problem is that in layered mode, for large groupings (like 1st letter of artist), everything that is displayed is large, empty tile with one letter inside. I could of course make tile smaller, but then on album level grouping, where I would like to see a cover, I would have to make tile bigger again (not to say that I would need to display headers before in my setup) :/

So, my suggestion is as follows:
Enable displaying groups in layered mode as group headers (that means group name with a line; the same way a group header is displayed now), one item per line.

That means, that display for grouping A-Z / Album Artist / Album would be as follows (layered view, display focused group only) :

>Top level
A-----------------
B-----------------
C-----------------
>Drill down A (fe. double click)
A-HA------------
ABBA------------
Atomic Kitten---
>Drill down ABBA (fe. double click)
Now you see the standard tiles

Title: [Not My Release] EsPlaylist
Post by: metal_termite on 2011-02-27 17:36:18
I like this extension a lot, but I have a few issues with it that. If they seem reasonable please consider rectifying these points in future releases.

Columns


Inline editing

If inline editing is enabled, the ability to double click a track to play it is disabled. I don't understand why this has to be either-or. In my opinion it should parallel the inline editing behavior of the operating system. A slow double click executes inline editing, a fast double click executes (plays) the track.
Title: [Not My Release] EsPlaylist
Post by: Decalicatan_Decalicatan on 2011-03-01 15:44:10
@ssenna,

A few suggestions for your excellent component

- to be able, in the View menu, to select between Follow Active Playlist / Follow NowPlaying Playlist / Browse Library  (Then I could add a button in my layout with PSS to switch between them, or add keyboard shorcuts)

- Now we can use the search bar to create a playlist with the result of the query, maybe to add the possibility to "create an autoplaylist"


Thanks in advance,

Decalicatan Decalicatan
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-03-01 16:46:43
Now we can use the search bar to create a playlist with the result of the query, maybe to add the possibility to "create an autoplaylist"

I definitely second that motion (which is to say yes, that would be great ). Now one has to use Library View or the regular search in order to create autoplaylists - I would like to be able to rely only on Facets and EsPlaylist.
Title: [Not My Release] EsPlaylist
Post by: neothe0ne on 2011-03-08 08:14:28
Does this plugin support this function:
$rgb(r1,g1,b1,r2,g2,b2)
Sets the color for text. r1, g1 and b1 are the red, green and blue component of the color for unselected text. r2, g2 and b2 are the red, green and blue component of the color for selected text.

I know it works for $rgb(r1,g1,b1), but with white vs. black, changing the selected text color is important too...
Title: [Not My Release] EsPlaylist
Post by: keflex on 2011-03-16 01:32:47
Hey guys, apologies in advance if this question has been answered in the past but my searching hasn't returned anything conclusive.

Basically, I'm trying to set up two instances of EsPlaylist; one that shows my contemporary music, and one that shows my classical. This is due to the difference in tagging style between the two types of music. I cannot seem to find a way to script EsPlaylist to conditionally show tracks based on criteria; the foobar IF statement doesn't seem to allow for this. Am I right in that assumption? Is there a way to enable something like what I'm looking to do?

Here is a screenshot that shows how I have EsPlaylist (and foobar in general) looking at the moment (theme is a slightly modified Metro (http://fanco86.deviantart.com/art/Metro-163447843) by fanco86), and may shed some light onto why some alternative solutions would prove cumbersome:

http://img846.imageshack.us/i/sshot2a.png/ (http://img846.imageshack.us/i/sshot2a.png/)

(I've fixed up a lot of the tags since this was taken, thank God)

Any help on this would be much appreciated, thanks guys.
Title: [Not My Release] EsPlaylist
Post by: muzack on 2011-03-21 19:37:42
Can anyone confirm performance issues in "Browse Library" Mode, especially when monitoring Media Library is on and any File Operation action like "Move" is used.

In this case foobar hangs for 5-10 seconds.

Is it possible make "Browse Library" mode as fast as Foobar2000 internal Album list tree?
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-03-23 15:21:14
EsPlaylist v0.1.3.7.1(2011/03/23) released.

Quote
  • some changes of searchbar.
  •     fixed some minor issues.

Download EsPlaylist v0.1.3.7.1 (http://foo2k.chottu.net/#esp)
Title: [Not My Release] EsPlaylist
Post by: ruebe on 2011-04-13 16:36:01
i'm using esplaylist (latest build, foobar 1.0) and i encounter a strange behaviour...dunno if it's intended or a bug...
i set up a the following grouping:
%artist% - %album%
force sorted is unchecked
disabled only on some playlist

in the panel itself i chose "follow the active playlist"

whenever i change to another playlist, the grouping is changed too...
and it's always changed to the same grouping (the first in the context menu @ grouping > )

is this behavior intended? if so, why?
is there any way too prevent esplaylist from behaving like this?
it is very annoying because i believe that whenever i change the playlist it seems that a grouping is chosen which has force-sorted checked, messing up any sorting i did that does not rely on any specific pattern


btw: feature request:
it would be really nice if it was possible to add a vertical scrollbar such that i can add any number of columns without having to squeeze them too much

edit: is there anyway to prevent esplay list to show a specified playlist? "disable on" doesn't do the trick because the grouping gets changed to another grouping
Title: [Not My Release] EsPlaylist
Post by: Sandrine on 2011-04-14 00:07:39
A question, because I'm probably doing something wrong. I'm using EsPlaylist with Facets. I have set artist=%artist% for Facets.

Let's take the example where %albumartist% is something like "A feat. B". Now in %artist%, I set it to "A; B". The expected behaviour for me would be that both A and B show up separately in the ARTIST filter box, which is what I want. Instead, they show up like "A, B", which kind of defeats the purpose. Using the default artist=%<albumartist>% shows "A feat. B" which doesn't help me either. How do I achieve separating all participating artists?
Title: [Not My Release] EsPlaylist
Post by: SoundOfMuzak on 2011-04-18 21:56:10
I have just discovered this plugin, i'd like to use it instead of the chronflow which is very unstable.
But i have few question about this dll...
Why is very very slow to show the thumbnails? it shows the embedded image or that in the folder of the tracks?
I've seen that can show many different view of the library...how i can configure them ordering them by artist and album?
I need something similar to the chronflow/graphical browser...i cannot find the bubble cover flow...

Thanks!
Title: [Not My Release] EsPlaylist
Post by: SoundOfMuzak on 2011-04-18 22:04:19
I have just discovered this plugin, i'd like to use it instead of the chronflow which is very unstable.
But i have few question about this dll...
Why is very very slow to show the thumbnails? it shows the embedded image or that in the folder of the tracks?
I've seen that can show many different view of the library...how i can configure them ordering them by artist and album?
I need something similar to the chronflow/graphical browser...i cannot find the bubble cover flow...

Thanks!
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-04-24 16:53:51
Still loving EsPlaylist - this plugin is really an inexpensible part of foobar!  Today, though, I realized something about a small issue that I've mentioned before:

When clicking-and-holding on a playlist item that isn't already selected the default behavior is making a new selection. However, in Windows I am used to being able to grab files and move them around without selecting them first! Because of this I get slightly irritated every time I try to move stuff around in foobar and it doesn't "stick" but get selected instead.

I never use EsPlaylist's method of selecting things as it is not intuitive to me. So -- could you maybe make this behavior optional?
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-04-24 18:22:11
All in all, there's still the issue with items not "sticking" when dragging them with the mouse quickly...

Try grabbing a group header or an item fast and move it to a different playlist - a lot of times it just stays. The deciding factor is the amount of time the mouse stays over the item after holding down the mouse button.

If, for instance, the mouse is moved horizontally across the item for a little while, the chance of it actually ending up being dragged is bigger than if the mouse is moved upwards (exiting the selection more quickly).
Title: [Not My Release] EsPlaylist
Post by: Chibicon on 2011-04-28 04:08:46
Is it possible to change the color of the stars in the rating column?
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-04-28 09:14:52
Is it possible to change the color of the stars in the rating column?

If you make your own rating column instead of the built in, you can put $rgb(240,240,0) (for instance) before the title formatting. I recommend you install the playback statistics component (nice plugin) and use this tf:
Code: [Select]
$rgb(240,240,0)[%rating_stars%]
Title: [Not My Release] EsPlaylist
Post by: Fractal_Mortality on 2011-04-28 23:17:52
All in all, there's still the issue with items not "sticking" when dragging them with the mouse quickly...


Yeah, I'd love if we could get a fix for this
Title: [Not My Release] EsPlaylist
Post by: Nassoo on 2011-04-29 11:18:03
The best plugin for foobar! Thank you, ssenna!

I have a few questions and/or request... I'm not sure if the functions I need are not supported or I just can't manage to activate them

1. On the first page of this topic I saw a layout, looking like this:
(http://i.imgur.com/e7v57.png)
How could I put this information at the right side of the cover? When I put additional column, how could I force multiple genre info to be displayed in separate rows, like in the screenshot?

2. Is it possible to implement in future release the $crlf() function in the title field? It would be great to be able to organize the group header in more then one row.

3. When I switch to "layered view", with "Hide non-focused groups" unchecked, the albums are no more grouped by %artist album%, as in "flat view". Is it possible this level of grouping to be kept in "layered view"?

4. Is it possible to have optional level of grouping? I mean for example if there is metatag for %disc number%, a third level of grouping to be active, otherwise - not. I'v tried to put something like this "$if2(%disc number%)" or "[%disc number%]" in "Grouping field", but it didn't worked - the third level always appears (empty when there's no %disc number%, but the line still stands).

Thank you in advance!

Title: [Not My Release] EsPlaylist
Post by: Chibicon on 2011-05-02 07:01:37
Is it possible to change the color of the stars in the rating column?

If you make your own rating column instead of the built in, you can put $rgb(240,240,0) (for instance) before the title formatting. I recommend you install the playback statistics component (nice plugin) and use this tf:
Code: [Select]
$rgb(240,240,0)[%rating_stars%]


Thanks.
Title: [Not My Release] EsPlaylist
Post by: foofun on 2011-05-02 11:09:32
EsPlaylist v0.1.3.8(2011/05/02) released.

Quote
  • added drawing a border between each column ( ColumnHeader->Column Options->Show Border )
  • changed title position of group header when the preset has multiple grouping layers in Flat view(fixed) mode.

Download EsPlaylist v0.1.3.8 (http://foo2k.chottu.net/#esp)


Note: translation from japan EsPlaylist site

Facet and similar features in the new SimPlaylist so it seems possible, given that it played a role, which may be final version. (Barring bugs).
Title: [Not My Release] EsPlaylist
Post by: foo_peter on 2011-05-02 12:15:58
@Senna GREAT PLUGIN!!!

The Best of Times
Title: [Not My Release] EsPlaylist
Post by: Nassoo on 2011-05-02 15:07:57
In Flat view double click on a group title sands the songs to the playback queue. Is there a way to stop this behavior - I want double click on the title just to start play from the first song in the group, without adding the group in the playback queue. Is that possible? I'll be very grateful if someone could tell how exactly to deactivate this function...
Title: [Not My Release] EsPlaylist
Post by: vogliadicane on 2011-05-02 22:43:20
^^ preferences/Tools/ES Playlist/Tab: Behaviour
Title: [Not My Release] EsPlaylist
Post by: Nassoo on 2011-05-03 07:04:17
^^ preferences/Tools/ES Playlist/Tab: Behaviour

I'v tried this first, but you can't control this behaviour from there - no matter what options are choosed, it still adds the group to the playback queue... or I miss something...
Title: [Not My Release] EsPlaylist
Post by: im0not on 2011-05-13 02:32:41
Absolutely amazing plugin!! Thank you!!

There is one importante setting, that could make it best plugin of all - multiline info below the  Album Art..

I had found two comments in this thread about it:

Quote
The ability to use $crlf() within the Title field of the album. This would allow me to include the album artist in the title, thus being able to typefind by album artist. I wouldn't have to worry about the album title being truncated, as it would be on a new line. I could also include more information under the album artwork should I choose to. Alternatively, it would be useful to be able to display the Side Info below the album artwork.


Quote
Is it possible to implement in future release the $crlf() function in the title field? It would be great to be able to organize the group header in more then one row.


Im telling about this (i made it in Graphical Browser):

[a href="http://imageshack.us/photo/my-images/14/multiline.gif/" target="_blank"]
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-05-13 03:09:36
Facet and similar features in the new SimPlaylist so it seems possible, given that it played a role, which may be final version. (Barring bugs).

Thanks for the update  (Even though there wasn't anything particularly useful for me ) I didn't understand that last part of your post, though - could you elaborate a bit? I've tried SimPlaylist, but it doesn't seem half as well-designed as EsPlaylist.

You really caught my attention mentioning the word "facet"... the Facets component, while it is still an inexpensible part of foobar, does need either an update or a replacement - it is so sad to see that it (apparently) has been abandoned without the author leaving any source code
Title: [Not My Release] EsPlaylist
Post by: tpijag on 2011-05-13 03:27:25


Not sad, not abandoned (http://www.hydrogenaudio.org/forums/index.php?showtopic=88410&st=0)
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-05-13 03:28:31
Wow....!!!!
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-05-13 18:18:13
Ssenna, you should really consider making a Flattr profile so I can donate to you.
Title: [Not My Release] EsPlaylist
Post by: im0not on 2011-05-13 22:01:42
Ssenna, you should really consider making a Flattr profile so I can donate to you.


That is good idea 
Title: [Not My Release] EsPlaylist
Post by: Nassoo on 2011-05-14 16:56:34
I saw a strange bug... In EsPlaylist the sorting looks like this:

1969|Led Zeppelin II
1969|Led Zeppelin
1970|Led Zeppelin III

I use the following script for forced sorting:
$stripprefix(%album artist%)|%date%|%album%[|%disc number%]|%tracknumber%
The same script sorts correctly the albums everywhere else (Filters, Album Library etc.), but in EsPlaylist they are sorted in this strange way... My bag to Ssenna is to check if this is a bug (and eventually consider to fix it in future release) or there's something wrong with my script.
Thank you in advance!

P.S. The same situation is with the artist sorting - "Frank Zappa & The Mothers Of Invention" is sorted before "Frank Zappa" and again this behavior is only in EsPlaylist (the same script sorts it correctly everywhere else i'v tried).
Title: [Not My Release] EsPlaylist
Post by: elefanc on 2011-05-15 01:24:58
Please Ssenna or anyone, how could i change length between each lines and colones ? I really don't like the distance between each artwork, i really would like someting like facets, more close.

See my picture :
(http://img713.imageshack.us/img713/2528/fondsfoobaravecfleches.th.jpg) (http://imageshack.us/photo/my-images/713/fondsfoobaravecfleches.jpg/)




E.
Title: [Not My Release] EsPlaylist
Post by: Hotze on 2011-05-15 03:31:20
I think it's the best foobar DUI plugin ever! Anyway, everything can be improve, so there go my suggestions:

- Statistics in groups, just like the Facets plugin (for example, the average rating of an album, the number of tracks in a folder, etc...)
- Set different image size in each level.
- Show more of one image in a group. When there is an entire album in the playlist, there is enough space to put the front cover and the back cover below, even with group details below.
Title: [Not My Release] EsPlaylist
Post by: mhru154 on 2011-05-29 10:12:25
http://foo2k.chottu.net/#esp (http://foo2k.chottu.net/#esp)

v0.1.3.9(2011/05/28)

fixed : a crash when the opening clipboard fails.
fixed : a faint white line around borders of album arts.(GDI+ issue)
Removed the constraint of height of the group info column.
Typing Searchでローマ字のままで日本語検索する機能を追加。(Preferences->Behaviour->Search Japanese using roman letters)(WinXPで動作するかは不明)
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-05-29 10:22:22
I think it's the best foobar DUI plugin ever!

Couldn't agree more!

Quote
- Statistics in groups, just like the Facets plugin (for example, the average rating of an album, the number of tracks in a folder, etc...)

There are actually group statistics! For instance, number of tracks in group, total duration. Don't know about average rating, but since ESPlaylist has a custom ratings column, it wouldn't surprise me

Quote
- Set different image size in each level.

This is definitely one of my top wishes too!! I would like to have much more covers on my screen at one time when in an upper level view - smaller distance between them and smaller images. I guess it would entail different column widths in each level.
Title: [Not My Release] EsPlaylist
Post by: im0not on 2011-05-29 18:55:32
Thanks for new version!! 
Can someone explain me, what and where is "group info column"? 
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-05-29 19:51:07
Can someone explain me, what and where is "group info column"? 

To show the group info column, you need to right click on the first column header - then you can choose 'Group Info' under 'Insert Column'. This column can have multiple lines. You get this from writing $crlf() in you column script. Here's an example:

Code: [Select]
$if(%tracknumber%,$if2($meta_sep(album artist,', ',' & '),$meta_sep(artist,', ',' & ')),$meta_sep(artist,', ',' & '))$crlf()$puts(lr,$ifgreater($len(%released%),7, $left($right(%released%,8),3),))$ifgreater($put(r,$right(%released%,4)),%date%,%date% '('$get®$get(lr)')',%date%$get(lr))$if(%tracknumber%,,[ '('%album%')'])$crlf()$if(%discogs_release_id%,,?)[ $crlf()%genre%$crlf()][%publisher%$crlf()][%country%$crlf()]
Title: [Not My Release] EsPlaylist
Post by: im0not on 2011-05-29 20:08:15
Many thanks, dalgard
Title: [Not My Release] EsPlaylist
Post by: Hotze on 2011-05-30 23:29:59
Maybe I'm missing something. I don't know how to display the number of tracks in a group, or the total lenght, or the average bitrate, even using the "info group column". In fact, in that column, i'm only able to show information of the first track of the whole group. The same thing happens when I tray to display group statistics into the Side Info panel. 

Anybody can help me? Thanks in advance!
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-05-31 04:19:31
you could try reading the text file that's bundled in the zip with the component. 
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-06 18:21:19
Absolutely amazing plugin!! Thank you!!

There is one importante setting, that could make it best plugin of all - multiline info below the  Album Art..

I had found two comments in this thread about it:

Quote
The ability to use $crlf() within the Title field of the album. This would allow me to include the album artist in the title, thus being able to typefind by album artist. I wouldn't have to worry about the album title being truncated, as it would be on a new line. I could also include more information under the album artwork should I choose to. Alternatively, it would be useful to be able to display the Side Info below the album artwork.


Quote
Is it possible to implement in future release the $crlf() function in the title field? It would be great to be able to organize the group header in more then one row.


Im telling about this (i made it in Graphical Browser):

[a href="http://imageshack.us/photo/my-images/14/multiline.gif/" target="_blank"]


Seconded (thirded / fourthed?)

This feature would be really great.

Also, thank you thank you thank you for such an amazing CUI component.
Title: [Not My Release] EsPlaylist
Post by: vogliadicane on 2011-06-06 23:12:47
^^ an old but very good request.

I would absolutely like to see this feature, too.
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-11 14:06:23
Just to clarify, this is my usage:

(http://i51.tinypic.com/jv6sfm.png)


ColumnsUI: filter(s) - Esplaylist - NG Playlist

the Esplaylist instance is set to follow active playlist, layered view, double-click sends selection (entire album) to active playlist and plays.

the NG Playlist instance on the right side shows the entire list of songs in the library, and moves around to highlight whatever the active selection is.

Basically this setup allows you to browse your collections primarily as a bunch of albums, and not as single tracks.  The filter lets you filter by Album Artist (as opposed to Artist, which would lead to an overpopulation of one-off compilation tracks), Genre, Year, the same way you would organize a physical collection of CDs.

As such, Esplaylist is the central component for browsing.  As you can see, however, since it's not possible to include ctrlf$ in the grouping title, it's just not possible to get all of the information necessary underneath the album cover (really only two lines would be necessary - album artist and title of album, perhaps year).  Switching back to using side info is of course a possibility, but it really breaks up the cover-centric approach by introducing more white space and text to the overall presentation.

I've tried working with Foo UIE Graphical Browser, but it's just not as polished as Esplaylist (ie, I can change the thumnail size on the fly by enabling clolumn header with Esplaylist, no scripting required, everything is handled through context menus, etc.)

The above roughly approximates the Zune Software interface which is one of the few mass market pieces of music software to break the itunes/collection-presented-as-excel-spreadsheet model.  It would be great to be able to put in the finishing touch and show the album titles correctly.  I think it would really make Esplaylist THE plugin that advances the foobar browsing mechanism the most.


Title: [Not My Release] EsPlaylist
Post by: maXelo on 2011-06-11 21:51:28
Nice config you got there, but how did you center the album title beneath the albumart?
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-13 13:08:22
Nice config you got there, but how did you center the album title beneath the albumart?


Under ESPlaylist's grouping presets properties, go into the grouping preset you are using and unclick "side info".  Since there is no longer side info, the "title" field will now display below the artwork instead of next to it.  Problem is, you cannot use the $crlf() function in the "title" field just yet, so a longer title (such as artist name and album name) get placed on one line which gets truncated/cut off.

I'm half tempted to return to the side info just to avoid getting the information cut off, but that somewhat fundamentally changes the look.
Title: [Not My Release] EsPlaylist
Post by: Tilpo on 2011-06-13 19:11:26
I wonder if there is any way to obtain data from multiple tracks when using the Group Info column.
For example, when I uses %bitrate% in the Group Info column, it displays the bitrate of the first track.
This is fine when the entire album is the same bitrate, but this is never the case when using lossless formats such as FLAC.

What I'd like is a way to compute the average bitrate of the entire album, instead of the first track. Thanks!

Another awesome application of this would be having a '%playback_time%/%length%' for an entire album, instead of single tracks.

(sorry for not being so active on this forum. I spend almost all my time on Head-Fi, and I keep forgetting to visit this awesome forum.)
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-06-13 19:38:12
Another awesome application of this would be having a '%playback_time%/%length%' for an entire album, instead of single tracks.

Read the text file that comes with the component.
Title: [Not My Release] EsPlaylist
Post by: Tilpo on 2011-06-13 20:51:03
Another awesome application of this would be having a '%playback_time%/%length%' for an entire album, instead of single tracks.

Read the text file that comes with the component.

I read it from top to bottom before your post, and a second time after it. I didn't find anything that would answer my question.
What I want is to have some sort of way to have a list of different values of a tag from all the members of a group.

E.g. I want the values for bitrate of a certain group. What I want to get somehow is a list similar to the following:
Code: [Select]
657; 584; 893; 475; 937; 543

These could be the bitrate values of all the members of a group (an album in this case) encoded in FLAC.

Then simply using the add() and divide() functions I could calulate the average bitrate of the album.
Title: [Not My Release] EsPlaylist
Post by: dalgard on 2011-06-13 20:53:33
Another awesome application of this would be having a '%playback_time%/%length%' for an entire album, instead of single tracks.

Read the text file that comes with the component.

I read it from top to bottom before your post, and a second time after it. I didn't find anything that would answer my question.
What I want is to have some sort of way to have a list of different values of a tag from all the members of a group.

E.g. I want the values for bitrate of a certain group. What I want to get somehow is a list similar to the following:
Code: [Select]
657; 584; 893; 475; 937; 543

These could be the bitrate values of all the members of a group (an album in this case) encoded in FLAC.

Then simply using the add() and divide() functions I could calulate the average bitrate of the album.

As you know that isn't possible, not least because title formatting doesn't have lists or arrays - however, I find that the most useful group stats such as group duration is already available.
Title: [Not My Release] EsPlaylist
Post by: Tilpo on 2011-06-13 22:58:12
That's unfortunate to hear.
I had hoped it was possible, though I had my doubts it would be. Hopefully foobar2000 title formatting will have support for loops and arrays sometime; it could be useful.

Thanks for the fast response, btw!
Title: [Not My Release] EsPlaylist
Post by: maXelo on 2011-06-16 16:19:56
how can i change the artwork width to 60px on ES PLAYLIST?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-06-16 16:22:26
you can drag the column header to change the size. you might need to squint a bit if you want to set it to exactly 60 pixels.
Title: [Not My Release] EsPlaylist
Post by: Phobos99 on 2011-06-20 11:58:55
Hi, I was wondering, is there a way to display the index (the order in which it appears in the playlist) of a specific item (e.g. artist, or album, or song)?
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-22 03:35:10
Any plans for any further updates to this component?
Title: [Not My Release] EsPlaylist
Post by: tpijag on 2011-06-22 03:52:42
Last update was less than 30 days ago. Should author be more attentive? 
Title: [Not My Release] EsPlaylist
Post by: im0not on 2011-06-22 08:00:04
Author updates this plugin ones per month or two month for last few month. So you should wait.
Maybe he'll updates it, maybe not.
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-23 16:59:13
Perhaps that came off wrong ... I think the component is on of the best for foobar so I was just curious what if anything might be in store 
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-24 13:19:10
(http://i51.tinypic.com/30my5w6.jpg)

I have a (hopefully simple) question about the %es_list_index% value being returned.  When active playlist is Filter Results, I have Esplaylist return a list grouped by album (so it shows entire albums only), with side info disabled (leaving a typical album art browsing situation).  When I select a specific playlist, as illustrated above, I have Esplaylist return a list grouped by title (so it shows the individual songs) with side info enabled.

I've added a field to the side info to display the playlist index number of the track in question.  As it turns out, Esplaylist returns a "0" value for the first entry - so each of the entries is 1-off from the index value displayed by NG Playlist, on the sidebar to the right.

Is there any titleformatting magic I can do to make it display %es_list_index% value plus 1?

Here is the title formatting I am using for the side info:

Code: [Select]
$if($stricmp(%genre%,classical),%composer%$crlf()%album artist% '('%performer%')'$crlf()%album%$crlf()%date%$crlf()%genre%,%album artist%$crlf()%album%$crlf()%date%$crlf()%genre%)$crlf()Playlist Track No. %es_item_index%

Is %es_list_index% a value that can be manipulated in this way?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-06-24 15:29:23
http://wiki.hydrogenaudio.org/index.php?ti...4add.28a.2Cb.29 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Title_Formatting_Reference#.24add.28a.2Cb.29)
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-06-24 17:56:33
http://wiki.hydrogenaudio.org/index.php?ti...4add.28a.2Cb.29 (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Title_Formatting_Reference#.24add.28a.2Cb.29)



Thank you.  I should have attempted to use those functions before posting here.  I wasn't sure if they applied w/ the special esplaylist tags.  Appreciate your kindness.  I've got it working beautifully now.
Title: [Not My Release] EsPlaylist
Post by: harumscarum on 2011-07-08 20:07:47
great component! use it as primary playlist now.
unfortunately albumart caching works only until restart ((
Title: [Not My Release] EsPlaylist
Post by: godrick on 2011-07-19 20:06:53
A great component!  There's something I'd like to do that I can't figure out:

I can't seem to get any album art to display when I group by "album artist /album" and just the album artists are displayed in a grid.  I realize there are multiple album covers under most of the artists - I was hoping the component would just take one of the album covers for each artist so that the grid view would show more than just the album artist names.

When I double click on any album artist or the empty space above it, I like how the display then switches to display all of the album covers for each album artist, by album artist, so no issues there.

Thanks for any suggestions.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2011-07-19 20:40:05
2 possible solutions.

right click>grouping>preferences>highlight %album artist%, click edit. now change the artwork to cover front.

or secondly you could stick with the default and that is to use artist art. if you've used my thumbs scripts, you should have a collection of artist art growing already. you can configure foobar (and therefore other components) to use it as a source.

file>preferences>display>artist tab

you need to type in the full path to your foobar profile folder (or fooobar folder if portable). at the end you need to put wsh_lastfm\$crc32(%album artist%)\*.*

an example being...

Code: [Select]
d:\applications\foobar2000\wsh_lastfm\$crc32(%album artist%)\*.*
Title: [Not My Release] EsPlaylist
Post by: godrick on 2011-07-19 20:58:56
Ahhh, I think I've got it - very impressive flexibility and ease-of-use for this.  Thanks again!
Title: [Not My Release] EsPlaylist
Post by: godrick on 2011-07-21 23:10:43
I either need help or have two feature suggestions. 

#1 - When I'm browsing album covers that are displayed as the active playlist in my EsPlaylist panel, I'd like to be able to right-click on a selection and add the selection to the playlist currently playing (without wiping out the current playlist that is playing).  I've tried all of the Behaviour options and right click selections and can't find a satisfactory solution.

#2- When I right click on a selection while browsing in the active EsPlaylist and operations>play, this adds the selected files to the queue in addition to playing the files.  If I double-click while library browsing (which is set to "send to Active Playlist"), instead of clearing the queue and just playing my new selection, or even adding the files to the active playlist or queue, the queue just increments to the next song already in the queue, and otherwise ignores my action.  I'd like to be able to have the queue cleared when I send a new selection to be played, or hav ethe ability to play a selection with a right click that does not also add teh files to the queue.

Thanks for any suggestions.
Title: [Not My Release] EsPlaylist
Post by: parameter on 2011-07-27 22:37:53
Is there a way to play the current group only? I have my music sorted by albums and I want it to play one album then stop, not jump to the next album and keep playing.
Title: [Not My Release] EsPlaylist
Post by: q-stankovic on 2011-07-27 22:54:59
Either
    create a new playlist with the selection of your albums
Or
    do what i would do: add your selection of the album to the playback queue and enable "stop after queue" which is provided here (http://www.saunalahti.fi/cse/foobar2000/)
Title: [Not My Release] EsPlaylist
Post by: parameter on 2011-07-28 19:43:30
Either
    create a new playlist with the selection of your albums
Or
    do what i would do: add your selection of the album to the playback queue and enable "stop after queue" which is provided here (http://www.saunalahti.fi/cse/foobar2000/)


Could you write a little guide on how to make either option work? I can't get it to work. 
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2011-07-28 21:22:41
Either
    create a new playlist with the selection of your albums
Or
    do what i would do: add your selection of the album to the playback queue and enable "stop after queue" which is provided here (http://www.saunalahti.fi/cse/foobar2000/)

Or
Stop after album v3.0  (foo_stopafteralbum) does it too (and many more): here (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=83743&view=findpost&p=758086)
Title: [Not My Release] EsPlaylist
Post by: godrick on 2011-07-30 00:29:06
Again I either need help or have a feature suggestion:

I use layered views while library browsing and have a few levels for each of genre and album artist groupings.  Double-clicking works great to drill down to each level, but I can't figure out an equally convenient way to back up one level.  I currently can only start over at the top level of any group by right-clicking and selecting my grouping again.  While that's not too bad, I wish I could program a button to just go back one level in the existing group.  I know how to create a custom button and where to enter the command for the button, but my desires exceed my command knowledge.

Any help on the command I'd need to enter to associate with such a button, or another convenient way to back up one level, is appreciated.
Title: [Not My Release] EsPlaylist
Post by: marcomayerdneto on 2011-08-13 23:00:32
How do I make the title under the album art on ESPlaylist to be only the album title?


I know nothing about code BTW.


(http://i.imgur.com/HnYDe.png)
Title: [Not My Release] EsPlaylist
Post by: godrick on 2011-08-13 23:25:25
File>Preferences>Tools>EsPlaylsit>Grouping, then select the grouping you want to edit under Preset, then highlight the level you want to edit under Present setting, then hit edit.

A popup box will appear.  Enter your desired setting (in this case, %album%) in the Title box.
Title: [Not My Release] EsPlaylist
Post by: marcomayerdneto on 2011-08-13 23:32:48
Thanks. I actually had created a new level and copied all settings from the Default level but changed the title to %album% and ticked the box to the side of the new level but nothing happened.
Title: [Not My Release] EsPlaylist
Post by: dyermaker on 2011-09-09 14:45:27
hey.. firstly thanks for this great component!

basically im just wondering why when ive deleted a folder manually from my music library it still appears in the EsPlaylist view.. my understanding was that the media library now refreshes automatically.. when i come across an item/album thats been removed i get a popup about missing files and this will then skip through all the tracks repeating the same message.

so my question is, how do i remove the dead folders from my library?

thanks in advance
Title: [Not My Release] EsPlaylist
Post by: dyermaker on 2011-09-09 17:07:32
scratch that.. i realised i was looking at individual playlists that id created of my music folders which are sorted by genre, so i just need to update those.

pardon the double post.. cant edit previous.
Title: [Not My Release] EsPlaylist
Post by: Jac74 on 2011-10-22 14:49:05
Hi! This is a very nice component that is becoming my standard playlist viewer. However, I couldn't find how to add a new column from scratch (i.e. not by modifying an existing one). Is it possible to do this? If not, I'd like to see this in forthcoming releases (or at least increase the number of available columns, like blank columns).

Thanks in advance
Title: [Not My Release] EsPlaylist
Post by: Dukedudez on 2011-10-27 02:05:17
Whenever I double click any song in any playlist, it doesn't play.  It only opens the field for editing that track.  I have to right click the track and select play.  How do I fix this?
Title: [Not My Release] EsPlaylist
Post by: tpijag on 2011-10-27 02:12:37
Glad you found the correct thread    I am confident you can figure this out on your own.
Have you looked in Preferences for a esplaylist listing? I very much expect mouse button behavior to be pretty damn explicitly shown.

Good luck

EDIT: Ok, I loaded this and have figured it out for you. You have set a option for inline editing. Remove it. Right click > Options.

As a heads up, whether in Foobar2000 itself or various components it will always be informative to use the right click context menu. It is heavily used throughout the program
Title: [Not My Release] EsPlaylist
Post by: Dukedudez on 2011-10-27 03:21:41
You sir are the man!!  I'm pretty new to Foobar as you can tell, and your tip is very useful.  Thank you such much!
Title: [Not My Release] EsPlaylist
Post by: tpijag on 2011-10-27 03:27:16
You are welcome.
By the way, the context menu can get quite busy so not all options are always visible. Same with the main menu. Shift right click [context menu], shift left click [main menu] will oftentimes show more options.
Title: [Not My Release] EsPlaylist
Post by: Dukedudez on 2011-10-27 03:32:15
Ahh, i never knew that.  That should come in handy.  Thanks
Title: [Not My Release] EsPlaylist
Post by: Blodoffer on 2011-11-09 04:16:21
Is there way to change the way it displays track titles? Currently it just shows %title%. I only found a way to change the way it displays album titles from the preferences.
Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-02 03:56:00
i have many song or album have Multiple Artist
and i tag artist tag use foobar' Multiple var
like  artistname1;artistname1;artistname3

if i use %album artist% only can show have album' artist
if use %artist% will show  "artistname1;artistname1;artistname3" name 1 group = =

so...
i can only group use %<artist>% or %<album artist>%  (not %artist%  or %album artist% This is not the same)

now
i can see all  artistname1  artistname1 artistname3 on Different groups is ok

But a problem now

"Can not show artist image"    .........

in display / artist
i try setting this

E:\artist\%artist%.*  but only can show on this artist have album or only 1 artist.... 

so i try setting this

E:\artist\%<artist>%.*

but not work.........


How can successful artists picture it?



.
Title: [Not My Release] EsPlaylist
Post by: einstein on 2011-12-02 07:36:02
if i understood you correctly you separated the 3 artists in separate groups and want to display artist.jpg for each of the groups? ... try $meta(artist,0)

Edit: ofc i mean E:\artist\$meta(artist,0).jpg  ... to use your example
Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-02 09:21:52

50% is OK ^^...

all can show first artist photo on all

but artist2 ,3,.... not worK

$meta(artist,0)  is a array Selected ?
i try $meta(artist,1) all show  artist2 photo

so ... i need a for() function to show artists2 ,3, 4, 5.... ? 

but foobar not have for()...
or have but i don't know?




if i understood you correctly you separated the 3 artists in separate groups and want to display artist.jpg for each of the groups? ... try $meta(artist,0)

Edit: ofc i mean E:\artist\$meta(artist,0).jpg  ... to use your example

Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-02 10:57:27

use
$if($and($meta(artist,2),%artist%),E:\artist\$meta(artist,2).*,)
$if($and($meta(artist,1),%artist%),E:\artist\$meta(artist,1).*,)
$if($and($meta(artist,0),%artist%),E:\artist\$meta(artist,0).*,)
not work too

i think %artist% can be check $meta(artist,2)
$meta(artist,2) == %artist%
but not


if artist  tag  is  Amy; Kelly; john
$meta(artist,1) => Kelly
$meta(artist,2) => john

and now is show Kelly's Group = meta(artist,1)

$if($and($meta(artist,2),%artist%),E:\artist\$meta(artist,2).*,)
$if($and($meta(artist,1),%artist%),E:\artist\$meta(artist,1).*,)

So it should be

$if($and($meta(artist,2),%artist%),E:\artist\$meta(artist,2).*,)  john != kelly
$if($and($meta(artist,1),%artist%),E:\artist\$meta(artist,1).*,) kelly  == kelly

but  show  john.jpg    not kelly.jpg 




.




Title: [Not My Release] EsPlaylist
Post by: einstein on 2011-12-02 12:57:56
sry ... i don't understand your post. I read it 3 times now ... still no luck 

here (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Title_Formatting_Reference#Metadata_2) is the official explanation for $meta-commands. Give it a go please

hth ... eini

Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-02 14:56:45
you can

1.
get any 1 music file
and type
Amy; Kelly; john
in this file "artist" tag

2.
file --> preferencns --> DISPLAY --> ALBUM ART ->ARTIST
type

$if($and($meta(artist,2),%artist%),E:\artist\$meta(artist,2).*,)
$if($and($meta(artist,1),%artist%),E:\artist\$meta(artist,1).*,)
$if($and($meta(artist,0),%artist%),E:\artist\$meta(artist,0).*,)


3.
make 3 photo name
Amy.jpg
Kelly.jpg
john.jpg



4.
in ESplayplist make a GROUP
GROUP by %<artist>%  (not %artist%)


now,
you can see 1file , 3 artist GROUP on esplaylist
but only show 1 photo


(http://i.imgur.com/hAGMu.png)

(http://i.imgur.com/2Xj64.png)
Title: [Not My Release] EsPlaylist
Post by: Tigermess on 2011-12-02 22:09:28
Just going around... qawzs, I suppose your problems rise out of using nested $if syntax.
$if(A,B,$if(C,D...)) means that program performs next $if only if it didn't succeed in finding image with current pattern. When it finds the image, the $if is terminated and foobar doesn't search for other artists.

Solution - instead of nesting $if(A,B,$if(C,D...)), use simple chain
Code: [Select]
$if(A,B,C)
$if(D,E,F)
...

and everything should be fine

btw is does .* actually work?? Is it a specialty of ESPlaylist or ColumnsUI?
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-02 22:35:47
Asterisk does work in the art tab as shown in the screenshot.
Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-03 12:15:14
THX ^^ but not work= =...


foobar title format function have this?

if (x=abc){then,else}

i need try "x=abc" to check artist name


Just going around... qawzs, I suppose your problems rise out of using nested $if syntax.
$if(A,B,$if(C,D...)) means that program performs next $if only if it didn't succeed in finding image with current pattern. When it finds the image, the $if is terminated and foobar doesn't search for other artists.

Solution - instead of nesting $if(A,B,$if(C,D...)), use simple chain
Code: [Select]
$if(A,B,C)
$if(D,E,F)
...

and everything should be fine

btw is does .* actually work?? Is it a specialty of ESPlaylist or ColumnsUI?
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-03 13:45:46
Foobar does have that if-function exactly like you say, but as Tigermess pointed out, it will terminate to search for more files when artist a is found. So the if function the way you write it, will not give you the desired results (artist b and c will not show up).
Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-03 14:30:17
1.
yes, i try long time and i think so...

but i try any way... not a way can show all .....


2.
and i see  Foobar2000:Title Formatting Reference

$ifequal(n1,n2,then,else)
Compares the integer numbers n1 and n2, if n1 is equal to n2, the then part is evaluated and its value returned. Otherwise the else part is evaluated and its value returned.

$ifgreater(n1,n2,then,else)
Compares the integer numbers n1 and n2, if n1 is greater than n2, the then part is evaluated and its value returned. Otherwise the else part is evaluated and its value returned.

$iflonger(s1,s2,then,else)
Compares the length of the strings s1 and s2, if s1 is longer than s2, the then part is evaluated and its value returned. Otherwise the else part is evaluated and its value returned.

not see a function can check  x=abc (x is Variable ; abc is string)

if i want to check a strings , how can?

Foobar does have that if-function exactly like you say, but as Tigermess pointed out, it will terminate to search for more files when artist a is found. So the if function the way you write it, will not give you the desired results (artist b and c will not show up).
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-03 14:52:04
Maybe combining $if with $and could work, look here for reference: TF help. (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference)
Title: [Not My Release] EsPlaylist
Post by: qazws on 2011-12-03 16:13:59

i have try $and()

but $and($mate(artist,2),%artist%)  = $and(true,true)

so Always return true

i find $stricmp() can check this
so use this

$if($stricmp(%artist%,$meta(artist,2)),$meta(artist,2),false)
$if($stricmp(%artist%,$meta(artist,1)),$meta(artist,1),false)


but not work ...
Always return false
$stricmp(a,a) ==> true
$stricmp(%artist%,$meta(artist,2) ==> false

(http://i.imgur.com/u5FiX.png)




Maybe combining $if with $and could work, look here for reference: TF help. (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Titleformat_Reference)

Title: [Not My Release] EsPlaylist
Post by: WilB on 2011-12-03 16:14:10
$strcmp(s1,s2)
Performs a case-sensitive comparison of the strings s1 and s2.

$stricmp(s1,s2)
Performs a case-insensitive comparison of the strings s1 and s2.

These should work

Edit: too late

I suggest you check each element of your code to see what is being returned to debug it, e.g %artist% and $meta(artist,2)
Title: [Not My Release] EsPlaylist
Post by: Zilberlex on 2011-12-03 19:14:21
Hello, ive gotten this plugin recently and already made allot of twicks to it, i wanna save the complete configuration i have done since i need to remove it and put it twice under two tabs(one would be for active playlist following while the other tab will be for library browsing).
So how exactly do i save the configuration for EsPlaylist?

A side question, whats the "library selection" playlist is for?
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-03 20:14:55
In your user profile (W7) or under documents & settings/username (wxp) there is a folder called application data or similar (dont have an english OS here), there you'll find a folder foobar. There is one folder with all cfg files from all plugins.
In addition to that, you might want to look at foo jesus, which is an automatic backup addon.

The library mode is for browsing your library independently from playlists and playback. Never use it, but thats how I understood it.
Title: [Not My Release] EsPlaylist
Post by: Zilberlex on 2011-12-06 00:01:13
Under the Rating column column options there is an "Enable rating editing" option, i tried to use it but to no avail, any help on that?
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2011-12-06 04:49:55
Under the Rating column column options there is an "Enable rating editing" option, i tried to use it but to no avail, any help on that?

Enabling says you can rate by doubleclicking at the stars.
Title: [Not My Release] EsPlaylist
Post by: Zilberlex on 2011-12-06 07:35:23
Under the Rating column column options there is an "Enable rating editing" option, i tried to use it but to no avail, any help on that?

Enabling says you can rate by doubleclicking at the stars.


Actually the only way it works for me is to disable "Rating editing" and enable the global inline tag editing(any other variation wont let me to edit the rating), weird. and thanks.
Title: [Not My Release] EsPlaylist
Post by: Erich_2 on 2011-12-06 08:18:50
Under the Rating column column options there is an "Enable rating editing" option, i tried to use it but to no avail, any help on that?

Enabling says you can rate by doubleclicking at the stars.

Actually the only way it works for me is to disable "Rating editing" and enable the global inline tag editing(any other variation wont let me to edit the rating), weird. and thanks.

Maybe you need another adjustment:

Install Quick Tagger and add it to Keyboard Shortcuts.  Use such as Ctrl 1 for Tagging /  Quick Tagger / Set <Rating> to/1
In Preferences > EsPlaylist > Behaviour you should put "Rating Editing" commands then.
For example: Star: 1  Command: Quick Tagger / Set <Rating> to/1

Hope that helps.
Title: [Not My Release] EsPlaylist
Post by: Zilberlex on 2011-12-06 09:37:25
Under the Rating column column options there is an "Enable rating editing" option, i tried to use it but to no avail, any help on that?

Enabling says you can rate by doubleclicking at the stars.

Actually the only way it works for me is to disable "Rating editing" and enable the global inline tag editing(any other variation wont let me to edit the rating), weird. and thanks.

Maybe you need another adjustment:

Install Quick Tagger and add it to Keyboard Shortcuts.  Use such as Ctrl 1 for Tagging /  Quick Tagger / Set <Rating> to/1
In Preferences > EsPlaylist > Behaviour you should put "Rating Editing" commands then.
For example: Star: 1  Command: Quick Tagger / Set <Rating> to/1

Hope that helps.


Thanks allot that exactly what i needed. One more thing though, each time i try to change a rating using this method he pops a pop up asking me if im sure, can i get rid of that and make him do it without asking?
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-06 11:46:26
That could be the restriction in editing files from Quicktagger - go to:
Preferences ->  Tagging -> Quicktagger
There is an option how many track editings require a confirmation.

The preferences are sorted alphabetically and though it might be intimidating or confusing at first, most things can be changed there (also, take a look at the Advanced page: lots of "hidden" settings there too!
Another good starting point to search for info on the diverse components in foobar is here. (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components) You can click on most components which leads you to the respective documentation.

Hth
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-12-06 13:23:46
Author updates this plugin ones per month or two month for last few month. So you should wait.
Maybe he'll updates it, maybe not.


Since this post was 4.5 months ago, does anyone know for sure if development on this plugin has stopped or stalled?

There were a variety of requests/suggestions out there, notably a few people had suggested making it possible to use a $crlf() to permit a second line of text underneath the album covers (with the obvious intended effect of placing the artist name and the album name on two separate lines so as to avoid the album name being cut off).

This is a great plugin even if development is officially dead.  Does anyone know if there's anything left in store?
Title: [Not My Release] EsPlaylist
Post by: Zilberlex on 2011-12-06 14:34:23
That could be the restriction in editing files from Quicktagger - go to:
Preferences ->  Tagging -> Quicktagger
There is an option how many track editings require a confirmation.

The preferences are sorted alphabetically and though it might be intimidating or confusing at first, most things can be changed there (also, take a look at the Advanced page: lots of "hidden" settings there too!
Another good starting point to search for info on the diverse components in foobar is here. (http://wiki.hydrogenaudio.org/index.php?title=Foobar2000:Components) You can click on most components which leads you to the respective documentation.

Hth


Thank you very much once again, that cleared that bit out, and the url you gave me goes straight to my favorites. Nothing seems really intimidating for me, some is just things i had nothing to do with before trying foobar so im inexperienced(have it under a week enjoying every second and learning allot in the process)
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-08 14:37:06
Zilberlex, I hear you  I was also hooked from the first minute I realized how powerful foobar is.
Especially EsPlaylist is one of my favourite addons, since the possibilities of the playlist views are so customizable: fixed view, layered view plus all the possibilities with custom info displayed. Also it comes with its own TF tags, these are mentioned in the included readme. A little difficult to understand, since 80% of the readme is japanese LOL, but worth while trying it out.

kt748, I am not around long enough to really know, but I cant imagine this developer disappears or drops development without any note. I could image he is just very busy at the moment. Thats just my personal idea, I have no contact with him.
Title: [Not My Release] EsPlaylist
Post by: kt748 on 2011-12-10 04:03:47
kt748, I am not around long enough to really know, but I cant imagine this developer disappears or drops development without any note. I could image he is just very busy at the moment. Thats just my personal idea, I have no contact with him.


I hope you're right, this plugin is exceptional and with some final refinement, it could be perfect.
Title: [Not My Release] EsPlaylist
Post by: plissk3n on 2011-12-12 11:32:35
i have many song or album have Multiple Artist
and i tag artist tag use foobar' Multiple var
like  artistname1;artistname1;artistname3

if i use %album artist% only can show have album' artist
if use %artist% will show  "artistname1;artistname1;artistname3" name 1 group = =

so...
i can only group use %<artist>% or %<album artist>%  (not %artist%  or %album artist% This is not the same)

now
i can see all  artistname1  artistname1 artistname3 on Different groups is ok

But a problem now

"Can not show artist image"    .........


Same problem here. Have you found a way to display the different artist images?
I've stored multiple artists in the %album artist% tag, like "Ella Fitzgerald; Louis Armstrong"

My artist images are in one directoy and have the name of the artists. So c:\...\Ella Fitzgerald.jpg and c:\...\Louis Armstrong.jpg

When using C:\...\%album artist%.jpg it doesn't work because there isn't a "Ella Fitzgerald, Louis Armstrong.jpg"
When using:
C:\...\$meta(album artist,0).jpg
C:\...\$meta(album artist,1).jpg
It displays the Ella Fitzgerald.jpg for both artists because it's both times true. I really don't know how to solve this problem. Any idea?


Also I got another problem with this great plugin I just started to discover. Because as you can see above I use multiple artists I have to activate the option: "Browse Library" beacuse multiple artists aren't supported for "Follow active playlist".
Now I do not understand the behaviour of the plugin anymore. When I set the behavior to "Play" it plays the song clicked but doesn't jump to the next song when it's over but stops.
I would like that it plays the next song also when I browsed to somewhere else. Any idea how I can realise this behaviour?!

Also since I switched to "Browse Library" every shortcut I use is activated with the song which is playling and not with the one selected.
So when I press alt+Enter to get into the property menu I get the property menu of the playing song and not the one I selected. To get to the properties menu of the selected song I have to use the mouse and use the contextmenu. Can I change this behaviour?!

I would be very gratefull for some answers. 

greetings plissk3n!
Title: [Not My Release] EsPlaylist
Post by: Katam on 2011-12-20 11:06:26
Hello everyone! I've having trouble to get this totally working for me, I've came acrossed it with the Metro theme (Great one by the way) but the display is by square and i want it to be a simple list, see the screenshot ( http://imageshack.us/photo/my-images/525/sanstitrelxq.jpg/ (http://imageshack.us/photo/my-images/525/sanstitrelxq.jpg/) ) for better understanding ^^. How can i do to get a simple artist list ? Thank you in advance !
Title: [Not My Release] EsPlaylist
Post by: Emerelle on 2011-12-20 17:22:38
Katan, you have to right click into the panel and choose a display option of your liking.
Title: [Not My Release] EsPlaylist
Post by: godrick on 2011-12-31 23:41:26
I am struggling with filtering my library and seeing the results in EsPlaylist - if anyone has any advice I'd appreciate it.  I have EsPlaylist set to "browse library", and I've tried to filter my library view by using either Library>Search and entering a filter expression, or using the "filter search" toolbar and entering the same filtering expression. 

When I try either approach with any filtering attempt, I do not see any filtering results in my "browse library" view or any other EsPlaylist view - I continue to see the unfiltered library at all levels of the library.  I believe my filtering expressions have the correct syntax because the use of the same expressions in CUI without the use of EsPlaylist results in my expected results.

Is anyone else experiencing this in EsPlaylist, and if so, is there anything I'm doing incorrectly?  If I'm not doing anything incorrectly, is there a workaround?  thanks
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2012-01-01 00:01:28
you need to use the search box built-in to EsPlaylist if you want to filter the library view. right click>options>appearance>show search bar.
Title: [Not My Release] EsPlaylist
Post by: godrick on 2012-01-01 00:27:47
That worked.  Thanks!
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2012-03-18 19:33:25
Recently I've noticed that I no longer can write Space when searching (just typing while EsPlaylist is active). I've always been able to do this, but now when I for example type letter P, Space, P, then the search string becomes 'PP' and not 'P P'.

How does your EsPlaylist react when searching like this? Am I the only one experiencing this? 
Title: [Not My Release] EsPlaylist
Post by: kumbbl on 2012-06-05 14:36:53
In the txt-file of esPlaylist there is a remark, that esplaylist is running with Windows Vista+... so: Are there restrictions when running with Foobar under Windows XP SP3 oder doesn't it work anyway?
Title: [Not My Release] EsPlaylist
Post by: ustas on 2012-06-19 18:17:45
Hi, All.
Want to make string after each album in the list will displayed an editable value containing comments (%comment%) from CUE file, are is possible?
(http://img11.imageshack.us/img11/4656/123123123123a.png)
Regards,
ustas

Title: [Not My Release] EsPlaylist
Post by: Vomitus on 2012-09-02 13:18:05
Hi, everyone.

I've updated some components (see update log (https://dl.dropbox.com/u/957715/temp/foobar2000%20Automatic%20Updater%20Log.htm)) and EsPlaylist stopped showing 'nocover' image:
(http://img7.imageshack.us/img7/1200/nonocoverespl.th.png) (http://imageshack.us/photo/my-images/7/nonocoverespl.png/)
However, NGPlaylist is still showing that image:
(http://img594.imageshack.us/img594/8192/yesnocoverngpl.th.png) (http://imageshack.us/photo/my-images/594/yesnocoverngpl.png/)
I failed to find any option regarding default 'nocover' image, can anyone point me to the heart of the problem?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2012-09-03 13:50:52
that nocover image is built into columns UI.

you can specify one that Esplaylist (and any other art display panels) will use under file>preferences>display>album art>stub image path.
Title: [Not My Release] EsPlaylist
Post by: Vomitus on 2012-09-03 21:19:35
that nocover image is built into columns UI.

you can specify one that Esplaylist (and any other art display panels) will use under file>preferences>display>album art>stub image path.

Thanks, that helped - it actually virtual disk b: that was missing, to where image path was specfied.
Title: [Not My Release] EsPlaylist
Post by: sokeking on 2012-10-16 15:49:56
Hey guys,

i'm pretty new to foobar and i got 2 questions:

1. there is no way of using this great playlist panel with the column ui filters in library view mode, right? there is also no similar component?

2. this plugin is the only way of having a separated library view playlist, right?


so if there is no way of circumvent the lacking feature in 1., i've got to use the plugin anyway because of its advantages in 2. :-)


thank you very much :-)
Title: [Not My Release] EsPlaylist
Post by: earlypaperboy on 2012-12-24 16:25:46
How to enable playback according to album currently the playback is according to the default path, since i am having several albms inside a folder but the playback in ESPlaylist is according to their default path not according to the album in the same playlist. This results in track jump from one album to another in some cases. Though i am not sure that it is the playlist specific issue but never faced such issue in default playlist and simplaylist till now.
Title: [Not My Release] EsPlaylist
Post by: suf1864 on 2012-12-30 11:23:02
Hi,
I'm currently using this addon for foobar2000, EsPlaylist.

With your great addon, it is possible to define a action to add contents to a specified playlist, but the field "specify playlist name" is static.
(in the screenshot, it will add to the playlist named "%title%", this expression is not evaluated)

It is possible to add variable evaluation and a new variable linked to the title of the selected grouping layer ?

(http://img62.imageshack.us/img62/1585/ecr.png)


Thanks for the reply.
If you no longer develop on this addon, did you want to put your addon on open-source to let community enhanceyour work and not let it die ?



Now, i using two instances of this addon as below:

(http://img805.imageshack.us/img805/7904/87540665.png)

I would like to use 3 instances to replace the playlist switcher in middle of both instances.
Title: [Not My Release] EsPlaylist
Post by: Vomitus on 2013-01-05 14:18:35
Thanks for the reply.
If you no longer develop on this addon, did you want to put your addon on open-source to let community enhanceyour work and not let it die ?

I beleive you should consider find contact of real author somewhere here: http://foo2k.chottu.net/ (http://foo2k.chottu.net/)
Title: [Not My Release] EsPlaylist
Post by: pulha on 2013-02-13 22:18:26
shortly: I need this to NOT add the songs to the playback queue

I'm using two esplaylists panels. One of them following the now playing playlist and the other one for a recent added albuns autoplaylist visualization. And also an album list panel for the complete library. 
When i double-click (or press enter) so i can listen to an album on the recent added playlist, it plays it, but it also adds it to the playback queue, which becomes a problem when i decide i want to listen something else and try to play someting from the album list panel. Instead of playing and sending it to the default playlist (as it does otherwise) it just plays the next queued track.

Any way of solving this?
Thanks
Title: [Not My Release] EsPlaylist
Post by: questberg on 2013-04-04 18:38:30
hi there
How can I show/hide the search bar in the EsPlaylist?
I originally had one on the bottom but it disappeared somehow.,.

EDIT: nvm I found it there, it was posted already: right click>options>appearance>show search bar
Title: [Not My Release] EsPlaylist
Post by: amiti on 2013-05-24 16:13:28
I have just started using this playlist panel but my albums' cover art keeping coming on and off the display. Is there a way to show all art constantly without parts of it disappearing?
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2013-07-19 14:01:04
I have just started using this playlist panel but my albums' cover art keeping coming on and off the display. Is there a way to show all art constantly without parts of it disappearing?


What do you mean by "coming on and off the display"? My album art is always shown, both in my album art box, and in my EsPlaylist. Like this:
(http://spunit.tk/x/scrn2_4.jpg)
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2013-07-19 14:05:14
Anyone who knows if it's possible to type search for both Artist and Title? Normally it's just searching for Artist.

Any ideas?
Title: [Not My Release] EsPlaylist
Post by: Andreasvb on 2013-07-19 15:21:43
You can enable search in a specific column.
Right click on the column header for one you want to search in and select Column Options > Enable Typing Search.
Title: [Not My Release] EsPlaylist
Post by: maXelo on 2013-10-16 05:17:09
Is it possible to change the font size and style like $font(Segoe UI,9,Normal)? in the Title of the Grouping Layer Settings of EsPlaylist
$rgb(0,102,213)$if2(['('Halo $num(%HALO%,2)')' ]['('Null $num(%NULL%,2)')' ]['('Sigil $num(%SIGIL%,2)')' ]['('%date%')' ],)[['('Online Radio')' %url%][%album%]]
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-10-16 05:24:20
IIRC, you can change it if you're using columns UI. it should be in the main CUI font preferences.

if you're using default UI, then no.
Title: [Not My Release] EsPlaylist
Post by: harumscarum on 2013-10-31 10:13:48
i'm using Esplaylist as autoplaylist - is it possible to make ONLY currently played album visible in separate panel?
here is illustration below:
(http://joxi.ru/uploads/prod/2013/10/31/48a/08f/88dc2ae86758c04f85ce8ef4a824d49ff7ab4c56.jpg)
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-10-31 10:50:26
you could configure the your large panel to show your entire library. (right click>browse>browse library). then the playlist at the bottom could be standard playlist and it can be populated by whatever you configure under the EsPlaylist behaviour preferences. (right click>grouping>preferences>behaviour tab)

if you want to filter the library, you can right click>options>apearance and enable show search bar.
Title: [Not My Release] EsPlaylist
Post by: Hoyticus on 2013-11-23 01:28:08
Okay, I'm using the following value for grouping and title in my Album Artist preset:

$puts(ini,$left($stripprefix(%album artist%),1))$select($es_char_type($get(ini)),0-9,$caps($get(ini)),$get(ini),Others)

As I understand it, the checking order for %album artist% is "album artist", "artist", "composer", "performer."

2 Predicaments:

Predicament 1:
If I have 2 album artists (like in a Split EP), how would I be able to separate the two album artists in the "Album Artist" grouping?
My goal is to have them appear as two different album artists, but upon clicking either artist, produce the split album in which they both appear.

Example:
Album: Bright Eyes/Squad Car 96
Album Artist: Bright Eyes; Squad Car 96
I want to be able to click on Bright Eyes and see the album "Bright Eyes/Squad Car 96" listed, and upon clicked the album from this second menu, see that all the songs by Squad Car 96 from the aforementioned album are there.

Predicament 2:
If I do not have an album artist, but rather 2 artists in the "artist" field, I would like my sorting to do the same thing.

Predicament 1 is more of a priority than Predicament 2.
My best guess in solving both of these predicaments is the utilization of the $meta() function, but I wouldn't know where to start, given my current grouping code.
Title: [Not My Release] EsPlaylist
Post by: Solynth on 2013-12-03 10:05:31
When I select artists from my entire library, it will only show albums by that artist in the EsPlaylist (Which is what I want).
But when I select artists from a playlist it will select all the albums by that artist, but still shows all the other albums by other artists.

(http://i.imgur.com/WywRJvB.jpg)

(http://i.imgur.com/fzzlW3G.jpg)

Is there any way to make it so it only shows the selected artist's albums?
Title: [Not My Release] EsPlaylist
Post by: BenB on 2013-12-03 17:13:42
Preferences > Tools > EsPlaylist > Grouping tab

Select the appropriate entry under Preset setting, click the Edit button, tick the box next to Show only focused group, click OK, click Apply and then OK.
Title: [Not My Release] EsPlaylist
Post by: Solynth on 2013-12-03 23:20:50
Preferences > Tools > EsPlaylist > Grouping tab

Select the appropriate entry under Preset setting, click the Edit button, tick the box next to Show only focused group, click OK, click Apply and then OK.


Sweet, just what I wanted. Thanks Ben.
Title: [Not My Release] EsPlaylist
Post by: stmr on 2013-12-04 01:05:17
Hello,
I wonder if there is a way to get this behavior:
For example - I have Michael Jackson discography in MJ playlist playing and playlist tabs on top of EsPlaylist, i change to another playlist to edit it.
Actual behavior i have - on song change, selected playlist starts to play instead of already playing one. When i check 'Follow currently playing' option, playlist tabs stop working.


Is there a way to be able to edit playlist while playing another one with EsPlaylist?
Thanks
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-12-04 01:45:10
Playback menu>untick playback follows cursor.
Title: [Not My Release] EsPlaylist
Post by: Solynth on 2013-12-04 08:25:25
Preferences > Tools > EsPlaylist > Grouping tab

Select the appropriate entry under Preset setting, click the Edit button, tick the box next to Show only focused group, click OK, click Apply and then OK.


Sweet, just what I wanted. Thanks Ben.


Wait, I messed up. I tested this out at work, but I forgot that I don't have any playlists at work, just the library section. So I thought it was working.

I'm trying it at home again, and just like before the library selection works, but if I go into a playlist like favourites it still just selects the albums, but still shows everything else.

(http://i.imgur.com/JMwAkIf.jpg)
Title: [Not My Release] EsPlaylist
Post by: stmr on 2013-12-04 14:38:40
Playback menu>untick playback follows cursor.


Awesome, thanks a lot.

I found another detail that I'd like to change - when I have album art that's not exactly a square EsPlaylist vertically align it to the middle of a square created by longer edge of the image.
Image will say more:
(http://s5.postimg.org/64gez6m2b/foob.jpg) (http://postimg.org/image/64gez6m2b/)

Is there a way to have all images on the top like it is with the Forever Michael album?

Thanks again
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-12-04 15:13:46
nope.
Title: [Not My Release] EsPlaylist
Post by: Solynth on 2013-12-05 02:00:10
Quote
Maybe not bug.
it seems that you should disable "Preferences->Media Library->Library Viewer Selection Playlist->Enabled"


Ahh this did the trick. I dunno why I didn't have this enabled. Thanks for the help too Ben.

EDIT: NOPE. Still not working.
Title: [Not My Release] EsPlaylist
Post by: BenB on 2013-12-05 03:50:47
I'm sorry. I forgot to tell you that you'll also have to switch Facets from playlist mode to library mode.
Title: [Not My Release] EsPlaylist
Post by: Solynth on 2013-12-05 10:18:06
I'm sorry. I forgot to tell you that you'll also have to switch Facets from playlist mode to library mode.


But if I do that then it will show every artist in my library even if I'm in a playlist. I want it to show only the artists of that playlist so I have it on auto. It's not too bad really. I'd just rather see only the albums by the selected artist but I guess it's impossible on a playlist.
Title: [Not My Release] EsPlaylist
Post by: stmr on 2013-12-11 22:17:18
I've tried a several things and I wonder if there's a way to make certain grouping rules optional.
(Tried $if(%discnumber%, %discnumber%))

I have several albums divided in two discs and if the discnumber is present, I'd like to create another subgroup, possibly with different album art for each disc (but behavior like this will be enough) (http://wiki.hydrogenaudio.org/images/f/fb/Foobar2000-SimPlaylist-Groups-v1.png)
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-12-11 22:24:03
i think you're in the wrong thread. that sure looks like simplaylist.
Title: [Not My Release] EsPlaylist
Post by: stmr on 2013-12-11 23:21:52
i think you're in the wrong thread. that sure looks like simplaylist.


No, I'm using EsPlaylist, that was just for demonstration. I'm not able to get this behavior with EsPlaylist. So back to my previous post, is this possible with EsP?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-12-12 00:06:43
no. subgroups are either on or off.

but you could put the album/date/other info in the subgroup instead so single disc albums would look alright. i know it's not as elegant as simplaylist...

(https://dl.dropboxusercontent.com/u/22801321/2013/december/esp.png)


Title: [Not My Release] EsPlaylist
Post by: stmr on 2013-12-12 00:19:05
Wow! Thats exactly what i want to achieve, how did you split album into discs? using %discnumber% as grouping option and showing album name in title instead of grouping by %album%?
Thanks
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-12-12 00:22:04
(https://dl.dropboxusercontent.com/u/22801321/2013/december/esp%202.png)
Title: [Not My Release] EsPlaylist
Post by: stmr on 2013-12-12 01:05:02
Awesome, thanks again
Title: [Not My Release] EsPlaylist
Post by: YumeYao on 2013-12-30 20:04:03
Anyone has clues about how to contact the author now? The mail address on the release page has been invalid.

Here is several problem problems I can't work out, and I think they should be bugs / missing features / design fails:

1. Select something in the library.
2. Play something in the generated playlist (L​ibrary View Selection).
3. Select something else in the library.
4. If the new playlist also contains the song being played(for example, choose All Music), Other playlist UI plugins (including the official playlist view) will show playing icon and %playback_time%(in case it's showed in some column) are displayed correctly. But EsPlaylist can't do this.
Also, when the new playlist does not contain the song, switching back or switching to another library item which contains the song being played, they are displayed in other playlist UI plugins, but EsPlaylist can't do it, either.


1. Select something in the library
2. Select something in the generated playlist (L​ibrary View Selection).
3. Select something else in the library, which also contains the selection in step 2.
4. Other playlist UI plugins will scroll the playlist to center the selection.


1. Select something in other playlist view(which contains same playlist, for example, the active playlist)
2. All playlist views(except for playlist views using by EsPlaylist) should notice the selection change, if the selection is not within window range, they will scroll the playlist to center the selection.

So does anyone have clues on this issue or about the author's contact? Please help me.

In case the author is in this forum, here is the japanese text with almost same content(about the issue):
EsPlaylist Playlist(L​ibrary View Selection)​はライブラリで切り替​え後の動作に関して

タイトル通り、以下の操作より:
1. ライブラリで何かを選択
2. プレイリストで何かを再生
3. ライブラリで他の何かを選択、プレイリストの内容が変わるはず
4. 新たなプレイリストが再生中の曲を含む場合は、他のPlaylist UI Plugin(オフィシャルのPlaylist Viewも込み)は該当項目の再生中アイコンまたは%playback_time%(カラムに入った場合)を正しく表示する。EsPlaylistはその項目に対して何の動作もない。


1. ライブラリで何かを選択
2. プレイリストで何かを選択
3. ライブラリでプレイリストの選ぶ項目を含む他の何かを選択
4. 他のPlaylist UI Pluginはプレイリスト該当項目を中心してスクロールする。


1. 同じプレイリスト(例えば、アクティブプレイリスト)を表示する他のPlaylist viewで何かを選択
2. 他のPlaylist UI Pluginはプレイリスト該当項目を中心してスクロールする。


どうかご調査お願いいたします。ありがとうございます!

--EDIT--
The playlist is scrolled to center the selection, not the song being played.
Also about the selection, when the selection changes(in another playlist view or something), the new selection should also be centered.
The post above is therefore edited.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2013-12-30 20:40:07
this is the developer's forum account: http://www.hydrogenaudio.org/forums/index.php?showuser=50309 (http://www.hydrogenaudio.org/forums/index.php?showuser=50309) - last seen february 2012. the project has obviously been abandoned.
Title: [Not My Release] EsPlaylist
Post by: YumeYao on 2013-12-30 20:56:20
what a pity!

So kinda off-topic, but do you have any other recommendations about playlist UI component, which is customizable, and most important, with the killing feature EsPlaylist has, to specify a playlist to show? DUI is preferable.
Title: [Not My Release] EsPlaylist
Post by: jahtimes on 2014-03-20 11:37:52
Is it possible that when we are scrolling in album art mode like this :

(http://i.imgur.com/o700NyL.png)

When we double click on Donato Dozzy album for example, to not open in tracklist like this :

(http://i.imgur.com/PTDlvoV.png)

I would like that it stays in Covert Art mode....
Title: [Not My Release] EsPlaylist
Post by: pulha on 2014-03-20 15:09:29
shortly: I need this to NOT add the songs to the playback queue

I'm using two esplaylists panels. One of them following the now playing playlist and the other one for a recent added albuns autoplaylist visualization. And also an album list panel for the complete library.
When i double-click (or press enter) so i can listen to an album on the recent added playlist, it plays it, but it also adds it to the playback queue, which becomes a problem when i decide i want to listen something else and try to play someting from the album list panel. Instead of playing and sending it to the default playlist (as it does otherwise) it just plays the next queued track.

Any way of solving this?
Thanks
Title: [Not My Release] EsPlaylist
Post by: BenB on 2014-03-20 16:47:49
Is it possible that when we are scrolling in album art mode like this :

When we double click on Donato Dozzy album for example, to not open in tracklist like this :

I would like that it stays in Covert Art mode....

You cannot prevent this behavior, only modify it.

Go to Preferences > Tools > EsPlaylist > Behaviour tab. In the "Browse playlist action" section, tick the box next to Open/close group with middle click instead of double click. Now double-clicking will engage playback instead of opening the group.

Another workaround is to press Enter to engage playback after selecting the group i.e. album.

shortly: I need this to NOT add the songs to the playback queue
...
Any way of solving this?
Thanks

The behavior cannot be changed, but it's simple to prevent. Do not engage playback on a group. Open the group to the track listing (or use the flat view instead of the layered view) and engage playback on a track (note that engaging playback on a group header instead of a track will still cause the playback queue to be used). Playback will now use the playlist instead of using the playback queue.

edited for further clarification
Title: [Not My Release] EsPlaylist
Post by: radi0n on 2014-03-22 19:33:49
I use the latest version of EsPlaylist. Every time when i go to any playlist, album art covers load very very slowly. Anyone have this issue?
Title: [Not My Release] EsPlaylist
Post by: wasmachien on 2014-04-15 16:51:19
A simple question that I somehow can't seem to answer myself...how do I remove the column headers? Unticking the option in Columns UI > Playlist View doesn't work... Also, where do I change what info is displayed in the album art playlist?
Title: [Not My Release] EsPlaylist
Post by: mjm716 on 2014-04-15 17:11:05
A simple question that I somehow can't seem to answer myself...how do I remove the column headers? Unticking the option in Columns UI > Playlist View doesn't work... Also, where do I change what info is displayed in the album art playlist?



right-click > options > appearance > show column header
Title: [Not My Release] EsPlaylist
Post by: wasmachien on 2014-04-15 17:56:18
Thanks, that was probably harder to find than it should have been...One last question, how do I change the content of the album title field? (See here: http://imgur.com/zuPNZlj (http://imgur.com/zuPNZlj))
Title: [Not My Release] EsPlaylist
Post by: trout on 2014-04-15 18:24:44
how do I change the content of the album title field?

Preferences > Tools > EsPlaylist > Grouping tab
Title: [Not My Release] EsPlaylist
Post by: wasmachien on 2014-04-15 18:45:11
Perfect, thanks!
Title: [Not My Release] EsPlaylist
Post by: musikomaniak on 2014-04-15 21:25:06
Preferences > Tools > EsPlaylist > Grouping tab
  • select the grouping Preset
  • select the Preset setting
  • click Edit button
  • change Title field
  • OK, Apply


From yesterday I'm searching for this information!
But, I do not understand exactly how to change.
I my Preset I have Artist/Album.
When editing there is the same code for  Grouping and Title :
Code: [Select]
$if2(%album artist%,...)


Which field can be changed?
And below there is "Side Info". What is it ?
Sorry, I did not find any tutorial for EsPlaylist
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2014-04-15 21:52:30
Which field can be changed?


either/both. when using other playlist views, you're forced to group by whatever is displayed. with this, you can customise the grouping code independently of what is displayed in the title (group header).

side info is only shown when groups are collapsed  - useful when it's set to browse your library instead of a playlist.
Title: [Not My Release] EsPlaylist
Post by: musikomaniak on 2014-04-16 07:15:25
Thanks Marc2003. I start to understand
Under Artist/Album I also have
Code: [Select]
[%date% - ]$if2(%album%,...)[ '('CD%discnumber%')']

I unchecked it, removed [%date%] because I don't like when the date is shown with album title, but the date is still there :-(
Title: [Not My Release] EsPlaylist
Post by: Mizuiro on 2014-08-08 02:10:14
Hi
Have one problem with ES playlist build-in search and i hope i can find some help here. I'm using "Hide non-focused groups" to have only active playlist and use cover-flow to switch them but found that i can search only in active playlist. When i disable "Hide non-focused groups" i can search fine in entire playlist but i got long list of all albums/tracks that i dont want to see. Can this be somehow changed and allow to search in entire playlist while displaying only focused one?
Title: [Not My Release] EsPlaylist
Post by: BenB on 2014-08-08 03:14:19
Can this be somehow changed and allow to search in entire playlist while displaying only focused one?

No.
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2014-10-23 00:25:37
Somehow I'm not able to type Space when searching in ESPlaylist any more... I've always been able to do this before... What could be wrong?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2014-10-23 02:29:37
space works for me but other keys are "broken". i can't use backspace/del or move left/right with the cursor keys. maybe it's because i'm stuck on bloody XP.
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2014-10-23 21:45:23
Well, maybe those keys are not supposed to work, since some of them interact with ESPlaylist instead, like left / right. and there is no marker to move eater.

But so strange about my Space key... I'm absolutely certain it have worked before...
Title: [Not My Release] EsPlaylist
Post by: spuuunit on 2014-10-24 10:26:22
Somehow I managed to find an older foobar2000 portable folder that I had backuped. In this, Space worked as it should. So, I then imported all the important things from my current folder to this backuped one, and decided to go with this one instead.

After all fixing, Space and the rest worked out as it should. I may never know what happened to that ESPlaylist, but now my situation is solved at least. But strange it was.

Anyhow, thanks for the heads up marc2003. It's always good to know other people's experiences as well.
Title: [Not My Release] EsPlaylist
Post by: adrien.ha on 2014-11-29 17:31:25
Hi all,

i heard it was possible to use EsPlaylist both as a Library browser and as a playlist viewer.
So that in foobar i would have two "instances" of EsPlaylist.

Do you know how to do that? I'm using the Default User Interface (DUI).

Cheers,

Adrien
Title: [Not My Release] EsPlaylist
Post by: MachineHead on 2014-11-29 20:54:36
Hi all,

i heard it was possible to use EsPlaylist both as a Library browser and as a playlist viewer.
So that in foobar i would have two "instances" of EsPlaylist.

Do you know how to do that? I'm using the Default User Interface (DUI).

Cheers,

Adrien


In DUI it's easy to create a test layout with a scratchbox. The one thing that is kind of annoying with that method is right click options. They will not work because it's the same thing scratchbox uses to edit the elements. So, if for example, you wanted to have two instances of EsPlaylist side by side to note the various options with a right click you're only going to bring up the scratchbox edit menu.

Sometimes it's just easier to create a portable install and use layout editing mode. That way you can place things and un-tick the mode and get to the elements right click options. In EsPlaylists case, there are several near the top of the menu that can alter how it looks and behaves. Further options are located in preferences that can change what happens with a double click, etc.
Title: [Not My Release] EsPlaylist
Post by: Nerevarine on 2014-12-16 15:26:36
I'm using EsPlaylist as a library viewer with artist images, together with ELPlaylist to view selection. It works brilliant the way I have got it set up, fits my needs. And looks pretty much the way I want it.

Only thing bugging me is that EsPlaylist visibly loads the artist images every time I have a fresh startup. At least after a computer reebot. This is only done for currently visible artists and is somewhat slow. It has options to expand the cache, so it clearly caches the images. Is it possible to set/force it to load all the images directly on startup, so I don't get slow loading images when browsing? The way I do it now is slowly scroll through the entire list, but it is very inconvenient. Once all have been "read" once they seem to be loaded into the memory. And memory isn't an issue, I have 16 gigs physical.

Also seems ELPlaylist have gotten slower with loading its cover art. Used to be instant, now there is a slight delay.

Any help with this?

Current look:
(http://s3.postimg.org/dgvjxlvep/foobar2000_custom_skin_1.png)
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2014-12-16 17:39:04
Is it possible to set/force it to load all the images directly on startup, so I don't get slow loading images when browsing?


given you haven't found the option to enable it, i think it's fair to say it doesn't exist.
Title: [Not My Release] EsPlaylist
Post by: Nerevarine on 2014-12-16 18:36:17
given you haven't found the option to enable it, i think it's fair to say it doesn't exist.

Figures. That would have been too convenient and useful.... Considering how outdated or limited support everything I seem to need to make foobar2k both technically useful (bit-perfect WASAPI) and aesthetically pleasing (Es/ELPlaylist etc) is I might just give up and try something else. Still very few options with real WASAPI support out there though. Hard to be a HiFi nerd living in the digital era, since ALL software is just made for the masses who could not care less about sound quality. iTunes was almost attractive if it wasn't for the fact that the "WASAPI" they support is fake, and locks sample rate, and still has the mixer active. And the latest release made the store more focused than the library, so that is now off the list.

jRiver, next to ry for a while. That seems to have the support I need, and more extensive options for configuring WASAPI. Such as silence/fade options to remove pops/clicks that foobar's WASAPI has some issues with when starting a new track. Also seems to handle cached art better. I know it's a completely different thing than foobar2k, but I'm only looking for a good music library player with bit-perfect playback. And some decent cover/artist art viewer. The rest I can adapt to (probably).
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2014-12-16 18:45:09
musicbee seems to be popular on a few other forums i frequent. http://getmusicbee.com/ (http://getmusicbee.com/)

a quick google suggests it has WASAPI support but i've never used it myself.
Title: [Not My Release] EsPlaylist
Post by: Nerevarine on 2014-12-16 20:20:37
musicbee seems to be popular on a few other forums i frequent. http://getmusicbee.com/ (http://getmusicbee.com/)

a quick google suggests it has WASAPI support but i've never used it myself.

TYVM for tip! Will look into it. =)
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 02:49:34
I'm using an EsPlaylist panel as a library viewer and it works fine except for the filter search box: it has the same forecolour of the panel (or the global forecolour), which has to be white in my layout and since the background colour of the search box is white as well and cannot be changed, I can't see what I type in it.
Has anybody come across the same problem and possibly found a way to work around it?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-18 11:37:15
Quote
since the background colour of the search box is white as well and cannot be changed


that is not the case for me. it changes automatically whenever you change the default background in the preferences.

(https://dl.dropboxusercontent.com/u/22801321/images/esp.png)

although the screenshot is columns UI, i tested in default UI as well and it works just the same there.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 11:47:32
Quote
since the background colour of the search box is white as well and cannot be changed


that is not the case for me. it changes automatically whenever you change the default background in the preferences.


Managed! Sorry for the stupid question  , I was so tired yesterday night that I didn't remember my background colour was not from the preferences settings, but from a rectangle drawn with PSS, which leads me to another question (whether it is possible to get the custom colours with titleformatting), but I will ask in the PSS thread.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 11:57:43
How does the EsPlaylist know where to find the artwork for the grouping?

I use CUI and in the preferences I wrote the titleformatting for the artwork paths for each kind of artwork, but EsPlaylist only seems to recognize the front cover.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-18 12:07:35
do not use the columns UI artwork preferences. use the main preferences under file>preferences>display>album art.

if you've already done that, make sure to check file>preferences>tools>esplaylist>grouping. double click the preset setting and there will be a drop down for the type of artwork.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 12:36:57
do not use the columns UI artwork preferences. use the main preferences under file>preferences>display>album art.


Now I'm confused. I checked the album art settings and I already had info written for the front cover, but not as a complete path, just the file name and type (i.e. "folder.jpg"). So, in which directory does foobar look for the folder.jpg? I keep them in the album folder which is a fair guess, but for the back cover I'm trying to get foobar to actually show me pictures related to the genre (%genre%.jpg) that I keep all in the same directory. I wrote the complete path (C:\directory\folder\%genre%.jpg) in the back cover pattern and set EsPlaylist accordingly to show me the back cover for the genre grouping, but still no image appears in the layered view.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-18 12:50:29
did you make sure the preset you wanted to modify was selected in the presets dropdown under tools>esplaylist>grouping? the dialog can be a bit buggy when switching presets so sometimes you need to close it then open it again. once settings are set they do stay set and work perfectly.

using just a filename does mean the image must be in the same folder as the current audio file.

and yes, you should set an absolute path for your genres panel because it's not relative to the path of the audio files at all. i do something very similar for my artist panel...

Code: [Select]
f:\Applications\foobar2000\wsh_data\artists\%album artist%\*.*


(https://dl.dropboxusercontent.com/u/22801321/images/esp2.png)

Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 14:04:37
did you make sure the preset you wanted to modify was selected in the presets dropdown under tools>esplaylist>grouping? the dialog can be a bit buggy when switching presets so sometimes you need to close it then open it again. once settings are set they do stay set and work perfectly.


Yes, I noticed the bug and I always re-select the preset I want to edit before I double-click on the grouping. Everything in the grouping layer setting window looks like yours, except I don't have any side info, but I don't think it makes any difference.

To be honest I lied a little  well, let's say I made it simple: it is not really the %genre% tag that I am using, but a custom tag from foo_customdb related to the genre, which I called %genre_class%. EsPlaylist seems to have no problem in reading the tag and displaying it in the grouping title, but perhaps it's foobar that cannot accept the cutomtag in the albumart path?
I'll make some tests tonight when I get back home. Thanks for the moment 
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 14:34:13
(https://dl.dropboxusercontent.com/u/22801321/images/esp2.png)


Marc, I noticed the %es_subgroup_count% field in your titleformatting. I won't ask you what it is because it's pretty intuitive, but since it is not in the title formatting reference page (http://wiki.hydrogenaud.io/index.php?title=Foobar2000:Title_Formatting_Reference), nor in tha PPS' (http://wiki.hydrogenaud.io/index.php?title=Foobar2000:Components_0.9/Panel_Stack_Splitter_%28foo_uie_panel_splitter%29) and there is no EsPlaylist reference page as far as I know, how did you learn about it? I mean, very often I come across titleformatting reference I know nothing about, which is not on the wiki pages and I have to learn about them by searching in the forum, but I wonder if I'm missing some essential online resource.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-18 14:56:58
and there is no EsPlaylist reference page as far as I know, how did you learn about it?


it's in the .txt file bundled with the component. given it's prefixed with %es_ you should know it's something only available in this component. the same developer does similar with %el_ for ELplaylist and %ps_ for panel stack splitter.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 15:25:56
and there is no EsPlaylist reference page as far as I know, how did you learn about it?


it's in the .txt file bundled with the component. given it's prefixed with %es_ you should know it's something only available in this component. the same developer does similar with %el_ for ELplaylist and %ps_ for panel stack splitter.


I have a proble with those documents. Here is what they look like in my notepad:(https://lh6.googleusercontent.com/-qGYwobzeol0/VVn19tRqLuI/AAAAAAAAA_U/2rgf2liqtxY/w1127-h609-no/immagine.jpg)
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-18 15:48:53
it looks like you've opened foo_uie_esplaylist_j.txt which is the japanese version. there is also foo_uie_esplaylist.txt. there are a few odd characters in it but it's perfectly legible for the most part.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-18 20:41:58
did you make sure the preset you wanted to modify was selected in the presets dropdown under tools>esplaylist>grouping? the dialog can be a bit buggy when switching presets so sometimes you need to close it then open it again. once settings are set they do stay set and work perfectly.


Yes, I noticed the bug and I always re-select the preset I want to edit before I double-click on the grouping. Everything in the grouping layer setting window looks like yours, except I don't have any side info, but I don't think it makes any difference.

To be honest I lied a little  well, let's say I made it simple: it is not really the %genre% tag that I am using, but a custom tag from foo_customdb related to the genre, which I called %genre_class%. EsPlaylist seems to have no problem in reading the tag and displaying it in the grouping title, but perhaps it's foobar that cannot accept the cutomtag in the albumart path?
I'll make some tests tonight when I get back home. Thanks for the moment 


Now, this is weird. The first thing I did to check if it was a problem with the custom tags was changing the settings for the artwork in the lower level group, based on the proper %genre% tag to the same back cover of the higher leve, and the result was that the %genre_class% picture showed up. So I changed the settings of the %genre% group back to no artwork and the pic of the %genre_class% was still there. So now it works, but I don't know why, or at least I don't know why it didn't work this morning. I swear I was not stoned.

Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-18 21:24:35
changes made in the main foobar preferences don't take effect immediately. you need to right click EsPlaylist>options>refresh (or restart foobar).
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-19 00:08:38
do not use the columns UI artwork preferences. use the main preferences under file>preferences>display>album art.

if you've already done that, make sure to check file>preferences>tools>esplaylist>grouping. double click the preset setting and there will be a drop down for the type of artwork.


What about the "icon" option in the EsPlaylist grouping settings, though? I thought it would pick the embedded artwork, but it doesn't. Is there a way to define an icon path, other than the four basic ones (front, back, disc, artist)?

I don't know if the author reads this forum, but in case I have a request: since there are no limits apparently to the number of grouping levels, I would love if it were possible to define the artwork path in the Esplaylist grouping settings, without being limited to the options in the album art preferences.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-19 11:17:31
the icon option only applies to embedded art in files with id3v2 tags (usually just mp3).

also, the developer hasn't posted here in years. besides, what you're asking for is pointless. there is nothing limiting about setting all artwork paths in the main foobar preferences.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-19 11:59:33
besides, what you're asking for is pointless. there is nothing limiting about setting all artwork paths in the main foobar preferences.


I'm sorry, I don't understand. In the EsPlaylist grouping layer settings I only see 5 options for the artwork: cover front, cover back, disc, artist, icon. How can I use the foobar preferences to add one more?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-05-19 13:16:35
apologies....i've been skim reading posts (again) and not comprehending them properly. i understand what you mean now but it's all irrelevant as nothing can be done about it.

since development was abandoned years ago and the source was never released, you'll have to make do with it as it is. and even if it was still developed, i honestly couldn't see anyone adding support for more artwork types than are already available. you could always try your luck asking for foobar itself to support more types. see how far you get....
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-05-19 17:28:08
the icon option only applies to embedded art in files with id3v2 tags (usually just mp3).


I only have mp3 files, but I thought you could only embed on pcture per file. I never noticed you can embed multiple pictures and that there is a 'specific' icon frame. This is probably obvious for most people, but I'm writing it for the benefit of the heedless like me.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-06-08 13:16:22
As I said I'm using the component as a library viewer and I set up grouping levels by %album artist% first, than by %album% %discnumber%. This means that discs in multiple disc sets are always shown separately. I tried grouping them by adding one more grouping level as follows: %album artist%; %album%; %discnumber%. This is of course a little annoying for most albums which have just one disc, because it takes a useless double step to show the album tracks. So, I was wondering if it is possible to have a conditional grouping pattern in order to group by discnumber only those albums where multiple discs are present.
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-06-08 14:45:35
the answer to your question is no. also, what's wrong with including discnumber on the same level as album? i'd just avoid displaying it unless %totaldiscs% is more than 1.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-06-08 16:46:52
also, what's wrong with including discnumber on the same level as album?


Nothing really, just playing around with different options.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-06-11 01:02:34
I have no idea what happened. Windows was totally stuck and I had to force shut down. When I restarted it the browse library mode was not working and there's no way I can fix it. I reimported the CUI theme, but nothing changed. The latest backup I have was made just before the PC crashed and it's got the same problem. The previous backup is pretty old and I made too many changes since than, so I'd really like to fix the last version. I tried removing the EsPlaylist together with its config file, than I reinstalled it and rewrote every script, but still it didn't work. Therefore I suppose the problem is not in the EsPlaylist itself, but in some other component that Esplaylist uses for the browse library mode (playlist mode works perfectly). If I knew which one it is I could try overwriting the config file from the last functioning backup.

Can somebody help me out?
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-06-11 03:24:53
Eventually I realized that the EsPlaylist was working properly, it couldn't browse the library because there was no library anymore! 
I tried to add the folders back again, but I got an error message and a crash. So finally I managed to rebuild my set up from scratch in a new installation by overwriting the config files one by one, in order to check which one contained the bug, but it seems the they were all ok.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-11-01 17:00:06
Using EsPlaylist as a library viewer, I'm trying to split the values with the syntax %<%artist>% in the grouping settings, but it doesn't work, it only messes everything up. Has anybody managed?
Title: [Not My Release] EsPlaylist
Post by: Phixion on 2015-11-16 20:58:01
Is there any way to change the font colour of certain columns in this?
Title: [Not My Release] EsPlaylist
Post by: marc2003 on 2015-11-17 05:36:20
Yes. You can use an $rgb function before any title formatting. This example would use red text...

Code: [Select]
$rgb(255,0,0)%title%


Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-12-08 14:33:01
Using EsPlaylist as a library viewer, I'm trying to split the values with the syntax %<%artist>% in the grouping settings, but it doesn't work, it only messes everything up. Has anybody managed?


Just in case someone else is struggling with the same problem I had, I'm posting the solution I found to the problem, which is probably obvious to most, but me: multivalue fields (i.e. %<xxx>%) are not supported when the force-sorted option is on.

Eating humble pie for not checking the readme.
Title: [Not My Release] EsPlaylist
Post by: davideleo on 2015-12-11 20:01:17
Using EsPlaylist as a library viewer, I'm trying to split the values with the syntax %<%artist>% in the grouping settings, but it doesn't work, it only messes everything up. Has anybody managed?


Just in case someone else is struggling with the same problem I had, I'm posting the solution I found to the problem, which is probably obvious to most, but me: multivalue fields (i.e. %<xxx>%) are not supported when the force-sorted option is on.

Eating humble pie for not checking the readme.


Now that I solved the problem of splitting values in library browse mode I'm facing another issue.

In the grouping settings I set the artwork to show the artist pic. The esplaylist splits the values when there are multiple artists, but the art reader does not. So let's say I have the multiple value artist1;artist2 in the artist tag: the esplaylist will show me artist1 and artist2 separately, but with no pic, because the art reader looks for a picture called "artist1;artis2.jpg" which of course I don't have. Therefore I changed the search pattern in the art reader to $meta(%artist%,0), which is better than showing no picture, but it's quite odd to see the picture of artist1 under the name of both artist1 and artist2.

What I need is a way to tell the art reader which artist is actually displayed. It's a problem I addressed here (https://www.hydrogenaud.io/forums/index.php?showtopic=110784), too.

Maybe there's no possible solution, but I'd like to know how those of you who use the esplaylist as a library browser handle the artist picture in case of multiple artists.
Title: [Not My Release] EsPlaylist
Post by: samithaj on 2015-12-29 12:46:46
How to sort with %es_subgroup_count% so albums with most tracks would be on top
I put $num(%es_subgroup_count%,2) on sort format bur it doesn't work
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-01-19 16:09:09
I have a custom tag called "Volume" where I write the volume number of series (I use the "content group" tag for the series name).
In the library browse mode I group various artists albums according to the series name, if present, and than by volume number, but in the layered mode the volume numbers are sorted as text (10, 11, 1, 12...).
How can I sort them properly? I cannot use the force sorted option because I need to split values of the album artist tag.
Title: Re: [Not My Release] EsPlaylist
Post by: Jailhouse on 2016-02-14 22:25:12
I have a custom tag called "Volume" where I write the volume number of series (I use the "content group" tag for the series name).
In the library browse mode I group various artists albums according to the series name, if present, and than by volume number, but in the layered mode the volume numbers are sorted as text (10, 11, 1, 12...).
How can I sort them properly? I cannot use the force sorted option because I need to split values of the album artist tag.

If the numbers are stored as text, you can append a leading zero to the single-digit values.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-02-14 22:45:53
If the numbers are stored as text, you can append a leading zero to the single-digit values.

But why are they stored as text? I mean, are user-defined fields (TXXX frames) text only by default? Is there a way to convert it to a numeric field?
Title: Re: [Not My Release] EsPlaylist
Post by: Jailhouse on 2016-02-14 23:01:27
If the numbers are stored as text, you can append a leading zero to the single-digit values.

But why are they stored as text? I mean, are user-defined fields (TXXX frames) text only by default? Is there a way to convert it to a numeric field?

I'm afraid I don't have the knowledge to help you there.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-02-15 01:52:48
In the grouping settings I set the artwork to show the artist pic. The esplaylist splits the values when there are multiple artists, but the art reader does not. So let's say I have the multiple value artist1;artist2 in the artist tag: the esplaylist will show me artist1 and artist2 separately, but with no pic, because the art reader looks for a picture called "artist1;artis2.jpg" which of course I don't have. Therefore I changed the search pattern in the art reader to $meta(%artist%,0), which is better than showing no picture, but it's quite odd to see the picture of artist1 under the name of both artist1 and artist2.

What I need is a way to tell the art reader which artist is actually displayed. It's a problem I addressed here (https://www.hydrogenaud.io/forums/index.php?showtopic=110784), too.

Maybe there's no possible solution, but I'd like to know how those of you who use the esPlaylist as a library browser handle the artist picture in case of multiple artists.

I'd like to bring up this problem which is really bugging me. I'll post some pictures to explain it better.

Below is an example of how my esPlaylist looks like in the library browse mode.

(https://lh3.googleusercontent.com/-PMvnJdvheTM/VsEjMx_Jr4I/AAAAAAAABok/rMsEXIiawxo/s912-Ic42/immagine.jpg)

As you can see the picture displayed is the same for different artists. This is because the album artist field is a multivalue field and while the esPlylist can split the values, the art reader can't.

I tried using the angle brackets sintax in the artist pic pattern in Menu File>Preferences>Display>Album art, but it doesn't work of course, therefore my only choice was using the first value of the album artist field, like this:

(https://lh3.googleusercontent.com/-t-lsIl7pukw/Vru5dfn79zI/AAAAAAAABmE/QGM4zrtzayc/s640-Ic42/Album%252520art%252520meta%252528artist%252529.jpg)

There is no way I can get the right picture for artists which are not listed as first value in the album artist field. This is really annoying, especially for jazz musicians, since most jazz albums are usually collaborations of two or more artists.
Did those of you who use the library browse mode face the same problem? How do you handle it? Is there a titleformatting expression to reference the value which is actually displayed when splitting a multivalue field?


Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-02-15 03:52:18
The component would have to be updated. There's nothing you can do in the artwork preferences.

edit: Thinking about it some more, it would have to use its own artwork preferences because you could never get art for a particular artist from the core settings.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-02-15 17:30:52
Thinking about it some more, it would have to use its own artwork preferences because you could never get art for a particular artist from the core settings.

Yes, I thought so, too, given that you could actually reference the branched value of the split multivalue field. I wish I had enough knowledge to revise the component, because this is something which really misses. Facets has the same limit.
Do you think a jscript browser could do the job? I gave  Falstaff's JS Smooth Browser a try a few weeks ago, but as far as I can rember it doesn't handle split values.
Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-02-15 18:30:25
It's possible if you have the skills. I'd imagine it would take a fair bit of work though. It's not like you can expect such functionality to come from editing a few lines of code.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-02-19 20:12:53
I have a custom tag called "Volume" where I write the volume number of series (I use the "content group" tag for the series name).
In the library browse mode I group various artists albums according to the series name, if present, and than by volume number, but in the layered mode the volume numbers are sorted as text (10, 11, 1, 12...).
How can I sort them properly? I cannot use the force sorted option because I need to split values of the album artist tag.

If the numbers are stored as text, you can append a leading zero to the single-digit values.

I solved the problem using the $num function. Still I'd like to know if and how it is possible to add a user defined tag which is read as a numeric value by default, similarly to the date or track number tags.
Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-02-19 20:21:00
If the option existed, you'd be able to see it.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-02-19 20:58:50
If the option existed, you'd be able to see it.

You trust my attention more than I do.
Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-02-19 22:03:16
There are no preferences for user defined tags. You can access them anywhere using %blah%.

Yes, you can customise the properties dialog with standard fields but other than that, there is nothing.
Title: Re: [Not My Release] EsPlaylist
Post by: Just_Addict on 2016-03-16 21:00:48
[...]
I solved the problem using the $num function. Still I'd like to know if and how it is possible to add a user defined tag which is read as a numeric value by default, similarly to the date or track number tags.
Like Marc2003 said, there is no way to specify if a tag frame should be read as numeric. Even the ones that Foobar will right align by default aren't really numeric, FB just expects them to contain that data type and right-aligns the content, but that is about it...
It doesn't validate the data to see if it actually IS a number, for all it cares you could just as easily write text to those fields.

You could make use of the the regular %artist% field to separate another artist from %album artist%. And if it is specific to your setup, you could even try using %track artist% for a second artist other than in %album artist% (but am not totally sure if FB treats it separate from %artist%, title formatting doc seems to indicate this but....

fwiw, if there's a separator used, you could look at the $meta(name,n) function... this one allows you to pick the Nth value from multivalue data. If the main artist is always the first that at least would allow you to create patterns that point at the second and/or third artist
Title: Re: [Not My Release] EsPlaylist
Post by: Just_Addict on 2016-03-16 21:12:05
Does anyone know where it actually keeps this image cache? I'm running into situations where it's NOT picking up changed cover art and keeps showing me the old ones... I'd like to actually totally disable it caching stuff... I never let it deal with the full list anyways but always in filtered views


EDIT: Stupidly forgetting a word that made it sound the opposite
Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-03-16 21:14:22
It's in memory. Use the right click menu>Options>Refresh to update it.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-03-16 22:44:01
fwiw, if there's a separator used, you could look at the $meta(name,n) function... this one allows you to pick the Nth value from multivalue data. If the main artist is always the first that at least would allow you to create patterns that point at the second and/or third artist

That's what I did by setting the art reader to $meta(artist,0), but the $meta function always picks the same item of the list. In order to display the right picture I would need a reference to the actually branched item.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-04-14 22:18:11
I would like to add a column in one of the views that shows whether the file is playing or not. The default 'Playing' column uses the %queue_index% value which only refers to the playlist item, I want to know if the file is playing, regardless of its index in the playlist. What value can I use? I tried the %isplaying%, but it works in the same way.
Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-04-14 22:25:39
Not possible... Well it is if you implement it in your own playlist viewer that isn't restricted by simple title formatting.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-04-14 22:28:49
Not possible... Well it is if you implement it in your own playlist viewer that isn't restricted by simple title formatting.

You mean a WSH or JScript panel?
Title: Re: [Not My Release] EsPlaylist
Post by: marc2003 on 2016-04-14 22:39:56
Yup, or writing your own in C++!
Title: Re: [Not My Release] EsPlaylist
Post by: xiaNaix on 2016-06-03 21:57:30
Can someone tell me how to get EsPlaylist to display multiple disc titles like this SimPlaylist layout?  Thanks!

(http://i67.tinypic.com/30cujdh.jpg)
Title: Re: [Not My Release] EsPlaylist
Post by: GraphicPup on 2016-11-19 02:59:10
(http://i.imgur.com/KCxb6Pa.png)
Is there a way to set it so that after i click on an album and then select an artist on the filter the playlist shows the albums like it was instead of like i'd already clicked an album?
Title: Re: [Not My Release] EsPlaylist
Post by: GraphicPup on 2016-11-20 23:07:59
Is there a way to change the grouping in the layered view without changing the grouping in flat view?
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2016-11-21 18:32:37
Can someone tell me how to get EsPlaylist to display multiple disc titles like this SimPlaylist layout?  Thanks!

(http://i67.tinypic.com/30cujdh.jpg)

You can get close by adding a new grouping level grouped by discnumber and with a title such as
Code: [Select]
[Disc %discnumber%]$repeat( ,1000)
The spaces added with the repeat function are to get rid of the horizontal line on the right of the group title, but in turn you will get a small ellipsis punctuation at the right end of the column.

(https://lh3.googleusercontent.com/zl15R_jxdO-DVNPE0q17UOnpczvQivKiV3hZO7XSlQm-K04xhpTPZ0hZfPACVqZOidSVBF0JkKRnukaccXIVN_DgEIJdK8V89fD0hqC6Nsq07b8X8XVuvRddzzbIGoeHFNTQBjF8FJ7BKZFvaLr2OhOtfSP-h0wPURj2OoD5glIMx51O4xcaekAIJu6f3yKnN7OCVAwsi-I7ZoQ0omcim2lDjjukLcCUxYzpMeufW3oPDs-62zbqicENjD95oz_BFLcrxum5e1grgFRM3AD441bu4VepYMmzWhILt338fpZYFXGMCgh2F7fJWrh3I0GxChxfZ_motZCa-cvdfM-0uHLpM82xasCF8zNKsFYZw58PszprCO0XxcZHjr_bvZjEqBe_VE3LN8KE29mTYvRZh_F7KDiKWuz-PqVscPnE758hAkWzN2McTaYnuaq4Wdub0MheJyDwTf1R9VoAsD-uhndGbmPsvyUKxIPshoi2lj1cl9sdRiHkBUvKHBj5I2nzJevuT3eTAjXaD_cVT1bptLBLqL0sRuoIKx3pVkfgtOY9sqvPrxsAdvKYkwWBJQuCx_34IGnme1HXosBVLf800KMM270PaZpErCF6O8bbGDNRcu8V=w754-h549-no)
Title: Re: [Not My Release] EsPlaylist
Post by: Coreda on 2017-05-23 17:04:24
Clicking the link in the OP no longer displays the components page. Since I can't remember if there were any other links does anyone know what the current download page is?
Title: Re: [Not My Release] EsPlaylist
Post by: MachineHead on 2017-05-23 19:34:11
Here's a link to the component if you still need it.
esplaylist (https://drive.google.com/open?id=0B5eq8KbiKEdFOEQtMzg5Tk50cjg)
Title: Re: [Not My Release] EsPlaylist
Post by: Coreda on 2017-05-24 11:04:43
Here's a link to the component if you still need it.
esplaylist (https://drive.google.com/open?id=0B5eq8KbiKEdFOEQtMzg5Tk50cjg)

Thanks. It's actually for when linking to others. Found that archive.org has the page and zip files archived (http://wayback.archive.org/web/20161220101610/http://foo2k.chottu.net/) so I think I'll use that for now.
Title: Re: [Not My Release] EsPlaylist
Post by: mwasilewko on 2017-11-30 22:53:25
Hey guys, I have installed Esplaylist plugin but am having issues with rating songs. I am double clicking stars but nothing happens. How do I actually make it work?

Any tips much appreciated :)

Max
Title: Re: [Not My Release] EsPlaylist
Post by: mwasilewko on 2017-12-01 12:31:27
Hey guys, I have installed Esplaylist plugin but am having issues with rating songs. I am double clicking stars but nothing happens. How do I actually make it work?

Any tips much appreciated :)

Max

I found a solution for this, in case anyone has the same issue you need to click right mouse button on stars, choose OPTIONS and select INLINE TAG EDITING. Then click right mouse button on RATING column -> COLUMN OPTIONS -> unselect ENABLE RATING EDITING. To rate a song double click on stars and typ number from 0 to 5. Done
Title: Re: [Not My Release] EsPlaylist
Post by: jazzthieve on 2017-12-01 15:04:20
Or....you could just bind a numpad key to a keyboard shortcut.
Title: Re: [Not My Release] EsPlaylist
Post by: wcs13 on 2018-01-11 00:51:52
Hi, I have a question about cover display.
I can't make EsPlaylist display my album covers on the left side.
EsPlayist is configured to display the "cover front".
foobar's standard artwork display component displays it perfectly.
The covers are not in the music folders (no "folder.jpg" naming), but in different folders.
Any hints ?
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2018-01-11 15:23:32
...foobar's standard artwork display component displays it perfectly.

Perhaps you set up the correct artwork source in the columns ui artwork preferences, but not in the built-in artwork reader?
Title: Re: [Not My Release] EsPlaylist
Post by: wcs13 on 2018-01-11 17:49:19
Nope, I'm using DUI and the artwork sources have been set in Prefs > Display > Album art (I have 13 different artwork sources, see here : https://hydrogenaud.io/index.php/topic,115275.msg950994.html#info_950994 )
The standard display component displays perfectly the artwork for all my albums, but I can't get EsPlaylist to do the same.
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2018-01-12 13:56:52
Nope, I'm using DUI
Right, I'm so used to columns UI that I forgot EsPlaylist works on both interfaces. Unfortunately I'm not very familiar with the DUI artwork panel, but I massively use EsPlaylist and I never have such issues. Both components rely on the search patterns set in the album art preferences, therefore they should both work or none of them should, unless they are set to display different kinds of album art. That's why I'm inclined to think there is some flaw in your front cover search pattern and the reason the DUI artwork panel works is because it is set to show something else, such as the embedded icon.
Title: Re: [Not My Release] EsPlaylist
Post by: Mrakobes on 2018-12-02 12:33:49
Hello. The problem has been discussed since 2010 - when I increase the size of a column, my covers are reduced but not increased by more than 314px
Title: Re: [Not My Release] EsPlaylist
Post by: Mrakobes on 2018-12-02 12:35:14
2 more questions, when adding a rating, it hangs for 3 seconds and how to clear the base of dead tracks that are not there
Title: Re: [Not My Release] EsPlaylist
Post by: josemescud on 2019-12-17 09:35:29
I would like to know if from the Esplaylist component I can know the active playlist (For example: %playlist%)
Title: Re: [Not My Release] EsPlaylist
Post by: davideleo on 2019-12-17 13:58:41
I would like to know if from the Esplaylist component I can know the active playlist (For example: %playlist%)

Unfortunately you can't.
Title: Re: [Not My Release] EsPlaylist
Post by: ZevenMortem on 2019-12-17 19:18:04
Sorry no, use playlist manager
Title: Re: [Not My Release] EsPlaylist
Post by: josemescud on 2019-12-19 10:08:19
Sorry no, use playlist manager

Thanks for the reply. I don't quite understand what "Playlist Manager" is. Is it a component ?. It does not appear with that name in the repository. If possible, I would be grateful if you would extend your answer a bit.
What I need is to be able to ask from the Esplaylist for the name of the active playlist.

Soy español. Dejo la pregunta en español por si la lee algún latino:
Gracias por la respuesta. No entiendo bien qué es "Playlist Manager". ¿Se trata de un componente?. No figura con ese nombre en el repositorio. Si es posible agradecería que ampliase un poco su respuesta.
Lo que yo necesito es poder preguntar desde la Esplaylist por el nombre de la playlist activa.
Title: Re: [Not My Release] EsPlaylist
Post by: anamorphic on 2019-12-19 16:47:06
^ I think they meant the panel included with foobar - View menu > Playlist Manager. (Not what you wanted)

As mentioned, getting the %playlist% name is not possible with ESPlaylist. The only custom fields are the ones mentioned in the documentation (included TXT file) - %es_subgroup_count% , etc
Title: Re: [Not My Release] EsPlaylist
Post by: foowie on 2019-12-26 15:17:15
I would like to know if from the Esplaylist component I can know the active playlist (For example: %playlist%)

may be, this will help for you. If you dubbleklick in foobar at the bottom, on "Playing: (***your active Song***)" it jumps to the just played Song in the just active playlist.
Title: Re: [Not My Release] EsPlaylist
Post by: DJ FRANK G. on 2022-11-10 10:10:43
I love the es_Playlist...

I hope someone saves it to the 64-bit era !!!
Title: Re: [Not My Release] EsPlaylist
Post by: marc2k3 on 2022-11-10 10:28:50
I hope someone saves it to the 64-bit era !!!

Not going to happen. The component was last updated in 2010 and the code was never open sourced.

And chances of anyone writing a brand new clone are pretty much zero.

But given you "love" it, sticking with the 32bit version of fb2k v2 should be an easy choice.
Title: Re: [Not My Release] EsPlaylist
Post by: magnumforce2006 on 2024-01-12 16:59:45
Since this component is no longer in development, does anyone have a good replacement option? Really like the way it works, but I assume it someday will no longer be even compatible with Foobar.