Skip to main content

Notice

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

[Not My Release] ELPlaylist

Reply #550
Ok that s sound too heavy to me :s It would mean an awfully complex script...

Thanks anyway



[Not My Release] ELPlaylist

Reply #553
I'm not very familiar with EL Playlist, so I'm hoping someone can help me out. Is there any way to set up the grouping so that you can have subgroups for multiple discs that show up under a single group header? If that didn't make sense, here are some screenshots of what I want. The first one is my setup currently and the second one is something like what I want to do.





Also, is there any way to show the statistics of your library in EL Playlist? Kinda like in iTunes, if I have nothing selected I want it to tell me the number of songs, albums, play length time, size on disk of the playlist I am viewing. And if I have songs highlighted/selected have the same info reflected for those songs selected.

 

[Not My Release] ELPlaylist

Reply #554
I'm not very familiar with EL Playlist, so I'm hoping someone can help me out. Is there any way to set up the grouping so that you can have subgroups for multiple discs that show up under a single group header? If that didn't make sense, here are some screenshots of what I want. The first one is my setup currently and the second one is something like what I want to do.


here is my tutorial, HTH


click to enlarge

Collapsed groups view :




[Not My Release] ELPlaylist

Reply #555
here is my tutorial, HTH


Thanks, worked perfectly

Anyone know if EL Playlist is capable of displaying statistics of the playlist you are viewing such as number of songs, size on disk, etc.?

[Not My Release] ELPlaylist

Reply #556
Is there a way for ELPlayist to display compilation albums in one group if %artist% is different for each track? Naturally, I would like to keep normal grouping of albums where there's only one artist in all of the songs in an album.

This is what I have in my group format

Code: [Select]
$if($not(%album%),%artist%,%album% | %discnumber%)


and this is how it looks like now:


[Not My Release] ELPlaylist

Reply #557
Is there a way for ELPlayist to display compilation albums in one group if %artist% is different for each track? Naturally, I would like to keep normal grouping of albums where there's only one artist in all of the songs in an album.


just use %album artist%, if there is one (e.g. various) it is used, otherwise the artist tag.

[Not My Release] ELPlaylist

Reply #558
Is there a way for ELPlayist to display compilation albums in one group if %artist% is different for each track? Naturally, I would like to keep normal grouping of albums where there's only one artist in all of the songs in an album.


just use %album artist%, if there is one (e.g. various) it is used, otherwise the artist tag.


Oh, I see... Took me a while to find how to enter that tag in mp3tag for it to be recognized in foobar, but I got it.

Thanks!

[Not My Release] ELPlaylist

Reply #559
Sorry guys for my density. I've used Falstaff's guide (thanks), but I don't understand how to distinguish between group and subgroup to be able to have different fonts for them.

eg, if:

%artist%
----%album%
---------items

how can I make it:

%artist%
----%album%
---------items

[Not My Release] ELPlaylist

Reply #560
Sorry guys for my density. I've used Falstaff's guide (thanks), but I don't understand how to distinguish between group and subgroup to be able to have different fonts for them.

eg, if:

%artist%
----%album%
---------items

how can I make it:

%artist%
----%album%
---------items


the font is to declare in the script section!

$font(<name>,<size>,<style>)

i.e : $font(Tahoma,10,bold)

before to write the draw text command.

[Not My Release] ELPlaylist

Reply #561
OK, then could you please show me the full code of this section of your script? I've tried to copy it (with changed font pattern), but some of the script isn't viewable in the image:

[Not My Release] ELPlaylist

Reply #562
No, only when i'll release the config that will use this playlist... you need to wait like others.

Just look at my other configs (download them) if you want to grab some help about titleformatting for ELPlaylist.


[Not My Release] ELPlaylist

Reply #563
Okay, thanks dude.

[Not My Release] ELPlaylist

Reply #564
Sup!

Can someone help me with some simple script? I'm looking to place the cover art, artist and album above the the playlist items as well as draw the boxes around them as so:



Edit: One other thing. What's the script to have the time remaining (-1:30) instead of time elapsed (1:30 / 3:00)?

[Not My Release] ELPlaylist

Reply #565
Hi,

I use foo_discogs like everyday. With NG playlist when i write discogs tags the playlist view gets updated(i mean the grouping feature). Is there a way to get the same behavior with ElPlaylist?
I would really love that feature.

Thanks


[Not My Release] ELPlaylist

Reply #567
Re-grouping by every tag-edit may annoy me.
I'm sorry but, I don't feel like to implement it.


[Not My Release] ELPlaylist

Reply #569
Is there any way to make EL_Playlist return values about the current active playlist such as number of tracks, number of albums, total length in time of tracks, total size on disk of tracks, etc.? Basically I want to put these statistics above my playlist kinda like iTunes has.



Oh, also, is there a way to use the Playlist Filter function with playlists that have a certain prefix? I use foo_softplaylists and the playlists generated from this plugin can be prefixed with "lfm:", so it would be nice to use playlist filter to apply a specific grouping preset to these playlists.


[Not My Release] ELPlaylist

Reply #571
Is there any default guide on how to use this? I know absolutely no scripting in fb2k except title formatting. Not EL scripting or CUI whatever it is. I understand things, only partly. Not well though.

I'd love to use it due to the amount of people that I've seen swear bu it. So is there any basic FAQ or something? Thanks.


[Not My Release] ELPlaylist

Reply #573
That is what I was looking for. Thanks.

[Not My Release] ELPlaylist

Reply #574
Hi,

i am trying to make an elplaylist config different for lastfm playlist. I want to use the playlist filter but lastfm playlists can have custom names. The only common thing is that the name contains Last.fm. Do you think it would be possible to add wildcards to the playlist filter?

Thanks