Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: [Not My Release] EsPlaylist (Read 337006 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not My Release] EsPlaylist

Reply #225
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

[Not My Release] EsPlaylist

Reply #226
Just a quick question concerning the lines with album titles in the single columns view using the DUI.

How do I go about adding more album info on that line such as date, codec used, and replaygain info?

[Not My Release] EsPlaylist

Reply #227
Do you have column heading titles?

Right click on a heading....etc.

terry

[Not My Release] EsPlaylist

Reply #228
You edit the Preset Setting in Preferences > Tools > EsPlaylist.
Windows 10 Pro x64 // foobar2000 1.3.10

 

[Not My Release] EsPlaylist

Reply #229
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!

[Not My Release] EsPlaylist

Reply #230
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

[Not My Release] EsPlaylist

Reply #231
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!!!!

[Not My Release] EsPlaylist

Reply #232
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.

[Not My Release] EsPlaylist

Reply #233
Does anyone know if there's a skin release using the EsPlaylist?

[Not My Release] EsPlaylist

Reply #234
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!!

[Not My Release] EsPlaylist

Reply #235
Not good enough, especially since it can also be VA or V.A. or whatnot.

Code: [Select]
$if(%track artist%,%track artist%  - %title%,%title%)

[Not My Release] EsPlaylist

Reply #236
and even yours isn't good enough  , which equals:

Code: [Select]
[%track artist% - ]%title%

[Not My Release] EsPlaylist

Reply #237
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.

[Not My Release] EsPlaylist

Reply #238
^^ +1

[Not My Release] EsPlaylist

Reply #239
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"?

[Not My Release] EsPlaylist

Reply #240
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]


[Not My Release] EsPlaylist

Reply #241
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?

[Not My Release] EsPlaylist

Reply #242
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%

[Not My Release] EsPlaylist

Reply #243
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.

[Not My Release] EsPlaylist

Reply #244
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.

[Not My Release] EsPlaylist

Reply #245
is there a way to remove the search bar in beta6?

[Not My Release] EsPlaylist

Reply #246
Yes, from Appearance menu.
Windows 10 Pro x64 // foobar2000 1.3.10


[Not My Release] EsPlaylist

Reply #248
Wow, I love the search bar in beta 6.  Thanks a lot ssenna!


[Not My Release] EsPlaylist

Reply #249
Would be good if we could toggle it via a hotkey.
Windows 10 Pro x64 // foobar2000 1.3.10