[Not My Release] EsPlaylist |
![]() ![]() |
[Not My Release] EsPlaylist |
Feb 26 2010, 20:26
Post
#1
|
|
|
Group: Members Posts: 211 Joined: 20-July 06 Member No.: 33113 |
Here is the link: http://foo2k.chottu.net/
EsPlaylist is a nicely maturing playlist for CUI and DUI. Now it has its own topic to enable specific feedback. |
|
|
|
Feb 26 2010, 20:55
Post
#2
|
|
![]() Group: Members Posts: 7 Joined: 4-February 10 Member No.: 77853 |
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. |
|
|
|
Feb 26 2010, 21:15
Post
#3
|
|
|
Group: Members Posts: 96 Joined: 23-November 09 From: The Netherlands Member No.: 75220 |
What exactly does the dynamic format line do?
|
|
|
|
Feb 26 2010, 21:31
Post
#4
|
|
![]() Group: Members Posts: 3288 Joined: 27-January 05 From: England Member No.: 19379 |
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. This post has been edited by marc2003: Feb 26 2010, 21:44 |
|
|
|
Feb 26 2010, 21:46
Post
#5
|
|
|
Group: Members Posts: 228 Joined: 11-December 09 Member No.: 75848 |
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. |
|
|
|
Feb 26 2010, 21:57
Post
#6
|
|
|
Group: Members Posts: 96 Joined: 23-November 09 From: The Netherlands Member No.: 75220 |
|
|
|
|
Feb 26 2010, 22:21
Post
#7
|
|
![]() Group: Members Posts: 143 Joined: 26-November 08 From: Moore, OK USA Member No.: 63256 |
I like it but it seems in DUI I can get a colered background but in CUI I cannot, am I missing something.
|
|
|
|
Feb 26 2010, 22:28
Post
#8
|
|
|
Group: Members Posts: 240 Joined: 10-August 06 Member No.: 33888 |
|
|
|
|
Feb 26 2010, 22:28
Post
#9
|
|
|
Group: Members Posts: 96 Joined: 23-November 09 From: The Netherlands Member No.: 75220 |
|
|
|
|
Feb 27 2010, 12:47
Post
#10
|
|
|
Group: Members Posts: 585 Joined: 30-July 07 Member No.: 45750 |
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! This post has been edited by TomBarlow: Feb 27 2010, 13:00 |
|
|
|
Feb 28 2010, 09:02
Post
#11
|
|
![]() Group: Members Posts: 374 Joined: 20-June 05 Member No.: 22863 |
Quick layout i made using the new esplaylist: ![]() 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. -------------------- http://www.last.fm/user/magnumforce2006
|
|
|
|
Feb 28 2010, 09:28
Post
#12
|
|
![]() Group: Members Posts: 3288 Joined: 27-January 05 From: England Member No.: 19379 |
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(%tracknumber%,%codec%,%replaygain_album_gain%,,$meta(genre,0),$meta(genre,1)) |
|
|
|
Feb 28 2010, 10:16
Post
#13
|
|
|
Group: Members Posts: 96 Joined: 23-November 09 From: The Netherlands Member No.: 75220 |
Here's the settings for my 'details' column:
CODE $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)))
|
|
|
|
Feb 28 2010, 10:22
Post
#14
|
|
![]() Group: Members Posts: 374 Joined: 20-June 05 Member No.: 22863 |
Thanks, both of you.
-------------------- http://www.last.fm/user/magnumforce2006
|
|
|
|
Feb 28 2010, 11:19
Post
#15
|
|
![]() Group: Admin Posts: 4219 Joined: 15-December 02 Member No.: 4082 |
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.
|
|
|
|
Feb 28 2010, 12:11
Post
#16
|
|
|
Group: Members Posts: 69 Joined: 9-November 08 Member No.: 62020 |
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!! |
|
|
|
Feb 28 2010, 16:12
Post
#17
|
|
![]() Group: Members Posts: 374 Joined: 20-June 05 Member No.: 22863 |
Anyone else getting these blocks in the grouped view?
![]() I'm using the default $crlf() for the side info This post has been edited by Fractal_Mortality: Feb 28 2010, 16:37 -------------------- http://www.last.fm/user/magnumforce2006
|
|
|
|
Feb 28 2010, 16:30
Post
#18
|
|
|
Group: Members Posts: 585 Joined: 30-July 07 Member No.: 45750 |
Try $crlf(), that works for me.
|
|
|
|
Feb 28 2010, 16:37
Post
#19
|
|
![]() Group: Members Posts: 374 Joined: 20-June 05 Member No.: 22863 |
Sorry, typo, that is what I'm currently using. I've tried different fonts as well.
-------------------- http://www.last.fm/user/magnumforce2006
|
|
|
|
Mar 3 2010, 18:42
Post
#20
|
|
|
Group: Members Posts: 211 Joined: 20-July 06 Member No.: 33113 |
EsPlaylist 0.0.5 alpha released: fatal bug fix.
|
|
|
|
Mar 3 2010, 21:35
Post
#21
|
|
![]() Group: Members Posts: 59 Joined: 13-February 06 Member No.: 27735 |
Just adding that despite the claim on the website that this is for Vista+ it is working fine for me in XP SP3.
|
|
|
|
Mar 4 2010, 00:19
Post
#22
|
|
![]() Group: Members Posts: 374 Joined: 20-June 05 Member No.: 22863 |
Anyone else getting these blocks in the grouped view? ![]() I'm using the default $crlf() for the side info Seriously, does no on else have this problem? Very odd to me. -------------------- http://www.last.fm/user/magnumforce2006
|
|
|
|
Mar 4 2010, 00:48
Post
#23
|
|
|
Group: Members Posts: 96 Joined: 23-November 09 From: The Netherlands Member No.: 75220 |
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)
|
|
|
|
Mar 4 2010, 21:38
Post
#24
|
|
![]() Group: Members Posts: 51 Joined: 7-July 06 Member No.: 32645 |
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! This post has been edited by Lesmo16: Mar 4 2010, 21:39 -------------------- Everyone who believes in telekinesis, raise my hand!
|
|
|
|
Mar 4 2010, 23:10
Post
#25
|
|
![]() Group: Members Posts: 374 Joined: 20-June 05 Member No.: 22863 |
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 This post has been edited by Fractal_Mortality: Mar 4 2010, 23:11 -------------------- http://www.last.fm/user/magnumforce2006
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 24th May 2013 - 09:57 |