Help - Search - Members - Calendar
Full Version: foo_uie_single_column_playlist
Hydrogenaudio Forums > Hosted Forums > foobar2000 > 3rd Party Plugins - (fb2k)
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28
shakey_snake
%totaldiscs%

$ifgreater($totaldiscs%,1,%discnumber%,)
eejadx
CODE
$if(%totaldiscs%,$if($greater(%totaldiscs%,1),[Disc %disc%]),[Disc %disc%])

This will show disc info first if %totaldiscs% is available and higher than 1, otherwise if %disc% is available.
Yotsuya
QUOTE(ozstrike @ Mar 27 2007, 13:43) *
Is there a way to have the Disc Number only display when there are multiple discs in an album (or if not, only when the discnumber tag is present).
Currently I just have it as "Disc [%discnumber%], but I'm sure there's a better way to do it.

[Disc %discnumber%[ of %totaldiscs%]]
unknownllama
Does anyone have an older copy of this component that works well with regular ol columns ui? I using the Jan 9th one and it doesnt want to play nice with my scpl config. Maybe something like 0.5.4 beta 1 or 2?
mizxecio
No response so far to the thread I've made about this, hopefully it's ok to post this in here.

I've been having some trouble getting my playlist looking how I want it.

This is my current Item Display code:
CODE
$font(Frutiger Linotype,8,,170-170-170)
$if(%tracknumber%,$alignabs(3,0,20,14,,)%tracknumber%.)
$alignabs(25,0,$sub(%_width%,100),14,,)%title%
$if($meta_test(album artist),' by '%artist%)
$alignabs($sub(%_width%,157),-1,150,17,right,middle)%length%
What I'm trying to do is have a black font for selected items, 92-140-152 for the playing items, and also to display %_time_elapsed% / %length% when an item is playing. Previously the config I was using had coloured rectangles drawn when selected/playing (using $if(%_playing%. $if(%_selected$, etc.), but now the rects & images etc. have been taken out, I'm having trouble getting it working. So far I've had it displaying nothing unless an item is selected, and displaying the selected/playing colours over the standard colour.

I've also got two small problems with my TrackInfoMod code. When nothing is playing it's still displaying the codec/last played info, and not "foobar2000" like it should do. I can't see what's causing it, unless there's a syntax error in there somewhere.
CODE
$drawrect(0,0,0,0,brushcolor-50-50-50 pencolor-null)
$imageabs($sub(%_width%,1280),,images\albumoverlay.png,)
$if(%_isplaying%,
$alignabs(5,$sub(%_height%,750),$sub(%_width%,160),25,,)
$alignabs(7,$sub(%_height%,46),$sub(%_width%,150),50,,)
$font(Frutiger Linotype,14,glow-0-0-0 glowalpha-10,92-140-152)[%artist%]
$alignabs(7,$sub(%_height%,26),$sub(%_width%,150),50,,)
$font(Frutiger Linotype,14,glow-0-0-0 glowalpha-10,170-170-170)[%title%]
)

$font(Frutiger Linotype,9,glow-0-0-0 glowalpha-10,170-170-170)
//codec
$alignabs($add(%_width%,-175),$sub(%_height%,49),170,20,right,top)$if(%last_played%,$puts(diff,$cwb_datediff(%last_played%,%cwb_systemdate%)) last played$ifgreater(1,$get(diff), today, $ifgreater(2,$get(diff), yesterday,$get(diff) days ago)),never played)
//samplerate
$alignabs($add(%_width%,-175),$sub(%_height%,35),170,20,right,top)$div(%samplerate%,1000)'.'$substr($mod(%samplerate%,1000),1,1)KHz %channels%
//codec-profile
$alignabs($add(%_width%,-175),$sub(%_height%,20),170,20,right,top)[%codec%] [%bitrate%kbps][  '(' $div($muldiv(100,%_filesize%,1048576),100)'.'$mod($muldiv(100,%_filesize%,1048576),100)MB' )']
'
$alignabs(5,$sub(%_height%,32),$sub(%_width%,150),40,,)
$font(Frutiger Linotype,20,glow-0-0-0 glowalpha-10,92-140-152)foobar2000
djmalo
Hello, i have a problem :

Sometimes when i start foobar, Fomatting Strings are replaced by

CODE
@@VERSION3@@


I don't understand why? unsure.gif

I have to encode my Formatting Strings again each time it happens.
cartman(2vd)
this post looks quite forgotten but can someone tell me (or point me to actual forum thread) where to download latest version of SCPL? download links in first post and wiki are completely dead.
sylla
it's included as "track display" in panels_ui nowadays...
cartman(2vd)
QUOTE(sylla @ Jun 5 2007, 11:12) *

it's included as "track display" in panels_ui nowadays...


thx ill look into that.
BartAfterDark
anyone got a mirror for the file(s) ?

His site is down sad.gif
Spirit_of_the_ocean
Look in the upload section on this site smile.gif
topdownjimmy
QUOTE(Spirit_of_the_ocean @ Jun 5 2007, 08:56) *

Look in the upload section on this site smile.gif

Is this still around? I can't find it.
cheatz
Yeah it's no longer alive in upload section.

Requesting mirror please smile.gif
vlada
This component is now a part of Panels UI.
kaitsobato
I found this via Google and uploaded it here: http://www.sendspace.com/file/1il62v
Dont know if this is the latest dll sad.gif
Hope it helps ?_?
vlada
QUOTE(vlada @ Jul 9 2007, 16:59) *

This component is now a part of Panels UI.

Yotsuya
PanelsUI is not a valid solution for some of us as it is highly unstable and downright unusuable under many non-english locales. The link above by kaitsobato is for v0.5.4 beta [Jan 9 2007 - 15:42:59]. Can anyone confirm if this was the last stand-alone version of SCPL to be released? If not, can anyone provide links to a newer version?
fbuser
QUOTE(Yotsuya @ Jan 21 2008, 07:07) *

PanelsUI is not a valid solution for some of us as it is highly unstable and downright unusuable under many non-english locales.
You don't need to use PanelsUI as your user interface, to use the SCPL from it. Just use ColumnsUI as your user interface and put SCPL from PanelsUI where you need it.
Yotsuya
Thank you for your input but the newer versions of SCPL included with PanelsUI still crash hard under some locales due to the updated editor that uses syntax highlighting in PanelsUI. Even if PanelsUI is not used as the primary interface it is not a valid source for SCPL for some of us. Please, if anyone can confirm and link the last standalone version of this component it would be appreciated.
dRsrb
@Yotsuya

This is the last PanelsUI version, that does not crash (randomly, like the versions above 0.14.9):

Download provided by shakey_snake
foo_ui_panels_0.14.9.zip

I never had a crash so far.

Bye
m-z
QUOTE(Yotsuya @ Jan 21 2008, 04:07) *

The link above by kaitsobato is for v0.5.4 beta [Jan 9 2007 - 15:42:59]. Can anyone confirm if this was the last stand-alone version of SCPL to be released? If not, can anyone provide links to a newer version?

Yes, that's the last one. (I have all versions released before PanelsUI, and that's the newest one.)
jeriko
Hello,

I used foo_uie_single_column_playlist.dll with foobar 0.9.4.4

Now I updated to PanelsUI and foobar 0.9.5


Is there any way to import my SCP data to the new PanelsUI one?
If i just copy & paste its messed up... :|

punkluck1
QUOTE(djmalo @ May 1 2007, 16:00) *

Hello, i have a problem :

Sometimes when i start foobar, Fomatting Strings are replaced by

CODE
@@VERSION3@@


I don't understand why? unsure.gif

I have to encode my Formatting Strings again each time it happens.



I'm having the same problem. It only happens about once every five times that I start up Foobar.

I cannot find any rhyme or reason to it.

Any help would be appreciated.
Zetto
Download link with different versions:

http://bbs.pcpchina.com/index.php?showtopic=113645
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.