[Not My Release] ELPlaylist |
![]() ![]() |
[Not My Release] ELPlaylist |
Jan 17 2011, 22:27
Post
#751
|
|
|
Group: Members Posts: 7 Joined: 4-April 07 Member No.: 42188 |
Hi can anyone tell me how to add a progression bar to the currently playing track?
something like this ![]() Uploaded with ImageShack.us can this be done in ng playlist? Thanks in advance for any help guys |
|
|
|
Jan 22 2011, 02:18
Post
#752
|
|
|
Group: Members Posts: 57 Joined: 19-January 11 Member No.: 87437 |
Hi all.
I want to make foobar look like this: http://yuo.be/columns.php (picture of the albumart in a column). I've downloaded it but I can't figure out how to do it (yes I'm a noob). Anyone? |
|
|
|
Jan 22 2011, 02:37
Post
#753
|
|
![]() Group: Members Posts: 3261 Joined: 27-January 05 From: England Member No.: 19379 |
well you don't want to be using ELPlaylist for that.
just follow the instructions on that page on how to install columns UI and select one of the presets on startup. if you missed that dialog, goto file>preferences>display>columns UI>main tab>quick setup. |
|
|
|
Jan 22 2011, 03:26
Post
#754
|
|
|
Group: Members Posts: 57 Joined: 19-January 11 Member No.: 87437 |
well you don't want to be using ELPlaylist for that. just follow the instructions on that page on how to install columns UI and select one of the presets on startup. if you missed that dialog, goto file>preferences>display>columns UI>main tab>quick setup. Wow... this completely changes the view of the player, any ways to do this without this new view? I liked standard more. This post has been edited by spuuunit: Jan 22 2011, 03:27 |
|
|
|
Jan 22 2011, 03:40
Post
#755
|
|
![]() Group: Members Posts: 3261 Joined: 27-January 05 From: England Member No.: 19379 |
you can try EsPlaylist. that will let you have album art in the playlist inside default UI.
http://foo2k.chottu.net/#esp after installing the component, you'll need to switch back to default UI in the display preferences and then use "enable layout editing mode" found on the "view>layout" menu to replace the standard playlist. |
|
|
|
Jan 22 2011, 04:09
Post
#756
|
|
|
Group: Members Posts: 57 Joined: 19-January 11 Member No.: 87437 |
you can try EsPlaylist. that will let you have album art in the playlist inside default UI. http://foo2k.chottu.net/#esp after installing the component, you'll need to switch back to default UI in the display preferences and then use "enable layout editing mode" found on the "view>layout" menu to replace the standard playlist. Thanks for the tip, very cool addon EDIT: When I clicked an album the view got fine, no worries. Thanks for this tip on EsPlaylist. This post has been edited by spuuunit: Jan 22 2011, 04:16 |
|
|
|
Feb 11 2011, 01:47
Post
#757
|
|
|
Group: Members Posts: 8 Joined: 24-March 08 Member No.: 52263 |
Hi can anyone tell me how to add a progression bar to the currently playing track? something like this can this be done in ng playlist? Thanks in advance for any help guys You can do this in el_playlist by creating a background image whose size is determined by the ratio of played/total seconds. You would put this in the "Per Second" tab of the el_playlist settings. I'm not at my desktop right now so I can't give you specific code, but it is definitely possible. In pseudo-code it is going to be something to the effect of: CODE if(track is playing,background object width = [(seconds played)/(total seconds)]*total line width,else display nothing)
|
|
|
|
Feb 14 2011, 08:16
Post
#758
|
|
|
Group: Members Posts: 2 Joined: 14-February 11 Member No.: 88156 |
Hello all,
Having a bit of a problem having my album art show up for every album if it has 3 tracks/songs or less. I was assuming it would be in the Group Header for the ELPlaylist Settings, but not seeing it anywhere. Here is the code if someone wants to take a look at it and see if I maybe missed it? QUOTE $puts(art.size,$mul(%ART.ROW%,%el_row_height%)) $puts(group.text,$ifequal(%el_group_depth%,0,$ifgreater(%el_direct_item_count%,0, %album artist% - ,),)%el_group_format%) $puts(effect,$ifequal(%ON.SHADOW%,1,glow:0:48-48-48:3 offset:1:2,)) //$font(Segoe UI,9,) ///////Group Info/////// $puts(group.left,$if($or($and($greater(%el_direct_item_count%,0),%el_is_collapsed%),$greater(%ON.ART.IN.GROUP%,0)) ,$add($mul(%ART.MARGIN%,2),$get(art.size),2),%ART.MARGIN%)) $puts(group.left,$add($get(group.left),$mul(%el_group_depth%,20))) $drawstring($get(group.text), $get(group.left),0,$sub(%el_width%,$get(group.left)),%el_height%,%GROUP.TEXT.COLOUR%,vcenter nowrap elipchar hq mempos, glow:0:%GROUP.GLOW.COLOUR%:0 offset: 1:1) ///////Group Line/////// $setcoordinate(1,$add(10,$getlastposŪ),$div($add($getlastpos(t),$getlastpos(b)),2),$sub(%el_width%,9),$add($div($add($getlastpos(t),$getlastpos(b)),2),1)) $if2($drawthemerect(,,,,listview,7,0),$drawrect(,,,,0-64-128,,)) //$drawrect(,,,,0-64-128,,) $setcoordinate(0) ///////Album Art/////// //$ifgreater(%el_direct_item_count%,%ART.ROW%, $if(%el_is_collapsed% ,$imageabs(0,0,$get(art.size),$get(art.size),%el_group_first_path%,artreader noexpansion nodisplay,) //dummy call $setworldtransform(1) $puts(art.size2,$min($get(art.size),$add(%el_height%,-$mul(%ART.MARGIN%,2)))) $puts(art.top,$div($sub(%el_height%,$get(art.size2)),4)) ,$puts(art.top,$add($select(%ON.ART.IN.GROUP%,%el_row_height%),%ART.MARGIN%)) $puts(art.size2,$get(art.size)) $setworldtransform($add(2,-%ON.ART.IN.GROUP%)) ) $imageabs(%ART.MARGIN%,$get(art.top),$get(art.size),$get(art.size2),%el_group_first_path%,artreader,,,$get(effect)) ,) Screenshot: ![]() Can post more information if anyone has any idea how to fix this. Thanks in advance! This post has been edited by Kaoxt: Feb 14 2011, 08:23 |
|
|
|
Feb 14 2011, 11:38
Post
#759
|
|
|
Group: Members Posts: 296 Joined: 17-February 09 Member No.: 67105 |
^^ a guess: try minimum row number of group ( in the grouping tab). In your case this should be 5
|
|
|
|
Feb 15 2011, 09:38
Post
#760
|
|
|
Group: Members Posts: 2 Joined: 14-February 11 Member No.: 88156 |
|
|
|
|
Feb 15 2011, 12:57
Post
#761
|
|
|
Group: Members Posts: 1 Joined: 15-February 11 Member No.: 88195 |
hi all, how can i get the name of playlist that is active then show it
|
|
|
|
May 24 2011, 18:11
Post
#762
|
|
|
Group: Members Posts: 14 Joined: 23-March 11 From: United Kingdom Member No.: 89249 |
Hello all,
I'm not great at scripting with maths functions, so wonder if there's someone who might be able to give me an idea on whether or not I'd be able to achieve the following with ELPlaylist. I'd like to add together the bitrates of all the items in a group, creating the sum total, then divide the total by the number of items in the group, giving the average bitrate of an album for example. I know that this can be done using custom tags, but I'd like to see if there is a more elegant solution by using foobar2000's maths functions. Any ideas? This post has been edited by C3POwen: May 24 2011, 18:12 |
|
|
|
May 24 2011, 19:02
Post
#763
|
|
|
Group: Members Posts: 101 Joined: 5-December 06 Member No.: 38397 |
Afaik you can't get added/average values over group, unless the info is available through fields like %el_sum_length%.
Would like this function also. This post has been edited by orchid: May 24 2011, 19:05 |
|
|
|
Jun 14 2011, 14:33
Post
#764
|
|
|
Group: Members Posts: 1 Joined: 14-June 11 Member No.: 91505 |
Hey guys, I recently got this: http://mhe84.deviantart.com/art/Mnlt2-Mod-...ar2000&qo=3
It uses ELPlaylist on the playlist, and I was wondering, how would I go about making it show the song queue instead of the tracklist album that's playing when I click on the Playlist bar? Thanks! |
|
|
|
Jun 16 2011, 16:14
Post
#765
|
|
![]() Group: Members Posts: 20 Joined: 3-July 10 From: Valdivia, Chile Member No.: 81992 |
DELETED
This post has been edited by maXelo: Jun 16 2011, 16:19 |
|
|
|
Jun 26 2011, 09:50
Post
#766
|
|
|
Group: Members Posts: 67 Joined: 11-February 10 Member No.: 78081 |
I have a problem. I want to display bigger artwork in popup, but some of the images are properly displayed others are not (showed on pictures). They are poorly rendered. How could I fix it ? I use artreader option.
![]() The good one. ![]() The undesired one. |
|
|
|
Jun 26 2011, 10:08
Post
#767
|
|
|
Group: Developer Posts: 646 Joined: 26-September 07 Member No.: 47369 |
Use pictures with a better quality or an higher resolution.
This post has been edited by fbuser: Jun 26 2011, 10:10 |
|
|
|
Jun 26 2011, 10:14
Post
#768
|
|
|
Group: Members Posts: 67 Joined: 11-February 10 Member No.: 78081 |
|
|
|
|
Jul 15 2011, 07:57
Post
#769
|
|
|
Group: Members Posts: 2 Joined: 27-May 11 Member No.: 91018 |
can I change the value of el_row_height?
Thanks for help! This post has been edited by Frank Bicking: Jul 22 2011, 14:34
Reason for edit: Moved into this topic.
|
|
|
|
Jul 15 2011, 08:24
Post
#770
|
|
![]() Group: Members Posts: 3261 Joined: 27-January 05 From: England Member No.: 19379 |
settings>grouping>row height
|
|
|
|
Jul 20 2011, 00:26
Post
#771
|
|
|
Group: Members Posts: 64 Joined: 7-September 07 Member No.: 46859 |
I've made a very simple ELPlaylist config which I need to save so that I don't have to reconfigure everything when I format.
How do I go about doing this? Also, I can't seem to get the foobar library to work with ELPlaylist, I want to use the Media Library to load my music so that it updates on the fly. I can only see music in the list when i drag the folder in. Any ideas? Cheers This post has been edited by Phixion: Jul 20 2011, 00:28 |
|
|
|
Jul 20 2011, 00:42
Post
#772
|
|
![]() Group: Members Posts: 3261 Joined: 27-January 05 From: England Member No.: 19379 |
how can you possibly miss the export button that's at the bottom of the settings dialog??
you probably want to look at using autoplaylists if you want playlists to update automatically as you add files to your library. to start, look at library>album list, right click all music and select create autoplaylist you can of course create more advanced autoplaylists using the filter option or just by selecting certain nodes in album list. |
|
|
|
Jul 20 2011, 01:09
Post
#773
|
|
|
Group: Members Posts: 64 Joined: 7-September 07 Member No.: 46859 |
I managed to get the media library working fine, I just wanted to make sure about the exporting... I've worked on this for the past few hours and really didn't want to cock it up by losing it (which I did earlier by mistake).
The only thing I don't get about Columns UI and ELPlaylist is that when I try and add volume etc below my playlist it puts it on the side of my playlist rather than below. Cheers |
|
|
|
Jul 20 2011, 01:14
Post
#774
|
|
![]() Group: Members Posts: 3261 Joined: 27-January 05 From: England Member No.: 19379 |
to put panels on top of one another, you want to be using a vertical splitter as the "parent" of the playlist/volume control. sounds like you're using a horizontal one....
|
|
|
|
Jul 20 2011, 18:32
Post
#775
|
|
|
Group: Members Posts: 64 Joined: 7-September 07 Member No.: 46859 |
Hey guys, I am modifying a script and am having issues adding some text.
I'd like to add the album release year, here's a screenie which will explain what I'm after: At the moment I have: CODE $puts(group.artist,%album artist%) $puts(group.date,%date%) $puts(group_margin_left,$sub(%el_width%,110)) $puts(title_margin_left,$add($add($get(art_margin_left),$get(art_size)),20)) // ARTIST $font(%font%,12,) $drawtext($get(group.artist),$get(title_margin_left),1,$get(group_margin_left),$sub(%el_height%,16),%white%,vcenter end_ellipsis) $drawtext($get(group.artist),$get(title_margin_left),0,$get(group_margin_left),$sub(%el_height%,16),20-20-20,vcenter end_ellipsis) // YEAR $font(%font%,12,) $drawtext($get(group.date),$get(title_margin_left),1,$get(group_margin_left),$add(%el_height%,16),%white%,vcenter end_ellipsis) $drawtext($get(group.date),$get(title_margin_left),0,$get(group_margin_left),$add(%el_height%,16),119-119-130,vcenter end_ellipsis) I've tried adding a numeric value in the text after (title_margin_left) but the text either doesn't move or disappears completely. Any help appreciated, cheers. This post has been edited by Phixion: Jul 20 2011, 18:38 |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th May 2013 - 12:51 |