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 532366 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[Not My Release] ELPlaylist

Reply #700
It's not possible, sorry man.

[Not My Release] ELPlaylist

Reply #701
Hi!

I asked this in another thread but I think this is the right place to ask:
I want to make a EL playlist that looks like a the default library view! No Cover art, no fancy fonts etc. Just a line with the album title, then in brackets the album artist and then on double click the track number and the title of the song. But I want the look of the default library view with the "crosses" and the "lines" (the tree view I mean).Can anyone please make a script for this?

Thank you very much for your time!

[Not My Release] ELPlaylist

Reply #702
Don't know if it's really what you're looking for, but I made one that looks exactly like the columns ui playlist:



I can hook you up of you want it.

[Not My Release] ELPlaylist

Reply #703
unclean , it is very close to what I am looking for! Please upload the configuration file.
A 1000 thanks!!

[Not My Release] ELPlaylist

Reply #704
I'm stucked on a subgroups configuration problem. I followed Falstaff's fine tutorial to create subgroups and managed to do what I couldn't do with NGPlaylist or ESPlaylist, but now my lack of coding skills is showing.

What I'm trying to achieve is displaying subgroups when an album has more than 1 disc and/or 1 side. Why the "side" thing? Because most of the music I listen to goes back to the vinyl time and I like to recreate virtual LPs/EPs/Singles. So I wish to display:

Multidisc CD
++Disc 1
--------track 01
--------track 02 etc.
++Disc 2
--------track 01
--------track 02 etc.

"Virtual" vinyl album
++A-side
--------track 01
--------track 02 etc.
++B-side
--------track 01
--------track 02 etc.

Multidisc "Virtual" vinyl album
++Disc 1 A-side
--------track 01
--------track 02 etc.
++Disc 1 B-side
--------track 01
--------track 02 etc.
++Disc 2 C-Side
--------track 01
--------track 02 etc.
++Disc 2 D-Side
--------track 01
--------track 02 etc.

Obviously, I don't want subgroups for single CDs or one-sided vinyls.

Subgrouping by discs or sides is easy: I just have to copy Falstaff's code and use either %totaldiscs% or %totalsides%:

Code: [Select]
%album artist% | $if(%album%,$ifgreater(%totaldiscs%,1,%album%|||%discnumber%,%album%),%album%)


But is it possible to have and/or subgroups?

[Not My Release] ELPlaylist

Reply #705
Need some scripts

- to align item on left or right
- to show lenght like this --> "- time elapsed/lenght" (I already tried this "[%_time_elapsed% /] %_length%" but doesn't work)

thanks anyway

[Not My Release] ELPlaylist

Reply #706
it doesn't work? what a surprise..... instead of making things up, why not read the help file? 

[Not My Release] ELPlaylist

Reply #707
Do you mean this? http://www.hydrogenaudio.org/forums/index....showtopic=62133
I've read it, but can't find it usefull for what i need...probably i've not so much foobar skills to understand that readme, and also the translation is so bad.

So if you want to help me, thanks...we aren't all foobar guru here.

[Not My Release] ELPlaylist

Reply #708
forget ELplaylist for just a moment. i was talking about the playback time / length stuff which is standard foobar foobar title formatting. try looking under the help menu. don't even bother trying this component if you don't understand the basics....

[Not My Release] ELPlaylist

Reply #709
I know time playback and length are standard in foobar configuration, but i've tried this
[%_time_elapsed% /] %_length%
in ngplaylist and it works good, but doesn't work in elplaylist...don't know why

[Not My Release] ELPlaylist

Reply #710
where in the help file is %_time_elapsed% ? you won't find it because it isn't there.

try again....

 

[Not My Release] ELPlaylist

Reply #711
Boh can't find what i need in the help, thanks marc you have been very useful, next time if you don't want to help directly, just don't reply.

[Not My Release] ELPlaylist

Reply #712
As you mentioned that you are aware that this is standard foobar config stuff:

Open Foobar
Click Help
Click TitleFormatting help

or for more extensive titleformat information there is the wiki.

terry

[Not My Release] ELPlaylist

Reply #713
Just tried these from the help

%playback_time_seconds%
%playback_time%
%playback_time_remaining_seconds%

but no one work, i only got a "?"

only %length% works, but i need to add time left or time elapsed...

[Not My Release] ELPlaylist

Reply #714
playback remaining works only in "per second" tab.
maybe that will help...

[Not My Release] ELPlaylist

Reply #715
next time if you don't want to help directly, just don't reply.


i'm not really sure how more direct i can be. everything you asked is covered in the help file. if you had read it, you wouldn't be asking such dumb **** questions.

[Not My Release] ELPlaylist

Reply #716
next time if you don't want to help directly, just don't reply.


i'm not really sure how more direct i can be. everything you asked is covered in the help file. if you had read it, you wouldn't be asking such dumb **** questions.

relax and take it easy

as u can read in the post before, the syntax in the help doesn't work

[Not My Release] ELPlaylist

Reply #717
Take a look at the code in the default elplaylist code that comes with the plug-in. This has an example of what you want or something close.

[Not My Release] ELPlaylist

Reply #718
as u can read in the post before, the syntax in the help doesn't work


you're doing it wrong. of course it works. 

as mentioned above, dynamic fields need to go in the "per second" tab. as well as being able to read, a little common sense goes a long way too.

[Not My Release] ELPlaylist

Reply #719
Take a look at the code in the default elplaylist code that comes with the plug-in. This has an example of what you want or something close.

Thanks, finally i got playback time remaining, but now i need to remove length time when a track is playing
http://www.pctunerup.com/up/results/_20100...717_Cattura.JPG

if this can help, im trying to edit this layout
http://www.hydrogenaudio.org/forums/index....showtopic=79947

[Not My Release] ELPlaylist

Reply #720
oh gosh! you really expect us to learn you how to read helps?

no, no, marc please, be quit, ne laches pas les chiens, je m'en occupe!  (joke)

so nick, to put you on the right way try:
if el is playing = draw nothing, if not, draw length...

and for the start:
$if(%el_isplaying%,,$drawtext(.....))

[Not My Release] ELPlaylist

Reply #721
oh gosh! you really expect us to learn you how to read helps?

no, no, marc please, be quit, ne laches pas les chiens, je m'en occupe!  (joke)

so nick, to put you on the right way try:
if el is playing = draw nothing, if not, draw length...

and for the start:
$if(%el_isplaying%,,$drawtext(.....))

this is arab for me

ok i give up, thanks anyway

[Not My Release] ELPlaylist

Reply #722
oh gosh! you really expect us to learn you how to read helps?


this is arab for me

ok i give up, thanks anyway

you are right, my bad
"oh my god!, do you really expect us to teach you how to read help?"
does that sound better for you?

joke apart, don't give up, you are near, just a little bit closed for doing it yourself. Open your eyes, in the few posts above, you have all the help you need.

in your config, in track display tab, find the syntax that display/draw %length%

then replace

$drawtext(%length%,x,y,etc,,)

with

$if(%el_isplaying%,,$drawtext(%length%,x,y,etc,,))

or with

$if($not(%el_isplaying%),$drawtext(%length%
,x,y,etc,,),)

if that doesn't help... I will give up

[Not My Release] ELPlaylist

Reply #723
really thanks kabuki, it works really good now...thanks again

[Not My Release] ELPlaylist

Reply #724
Thanks for this component! Would it be possible to add a "Browse Library" option like EsPlaylist has? Basically I want to use one ElPlaylist as the Library Filter from PanelsUI.