Help - Search - Members - Calendar
Full Version: Columns UI / Panels UI appearance
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, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132
bbmartini
something a bit different

the whole view
kristian05
^^^^^ that is hot...

scp config please ?
Oompa
Seconded.
Can I also get that font?
flatrabbit
QUOTE (walla @ Dec 18 2006, 13:15) *
Something new again.
It can't match with most foobars here, but I like it. cool.gif


That is a nice setup, would you mind sharing your track info configs?
shakey_snake
QUOTE (s3ntient @ Dec 19 2006, 01:40) *
Does your way of doing it work with albums of more than 2 discs?
I've been trying to do something similar, but the images for disc 3 and above don't show up sad.gif

yeah, mines working for up to 5 discs, I wish I could give you my code, but I'm away from that computer while I'm home for christmas break. My code uses a dynamic path rather than $if() statements, if that helps..
leokennis
QUOTE (bbmartini @ Dec 19 2006, 20:29) *
something a bit different

the whole view

What Rainlendar skin is that? Do you have a link biggrin.gif ?
walla


Single Column Playlist
Group by
CODE
$if2(%album% %discnumber%,!noheader!)

Item Display
CODE
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-60-150-250 pencolor-null),)


$if(%isplaying%,$imageabs2(0,0,0,0,,,,,C:\Programme\foobar2000\Trackinfo\main_bg_playing4.png,)
$font(segoe ui,8,bold glow- glowexpand-0 glowalpha-125,255-255-255)
,
$imageabs2(0,0,0,0,,,,,C:\Programme\foobar2000\Trackinfo\main_bg.png,)
$font(segoe ui,8,,80-80-80))

$padding(4,0)$align(left,center)

[%tracknumber%] [%artist% - ][%title%]

$align(right,center)

$if(%isplaying%,
$font(segoe ui,8,bold,250-250-250)-%playback_time_remaining%/%length%,
$font(segoe ui,8,,80-80-80)%length%

)

Group Display
CODE
$imageabs2(0,0,0,0,,,,,C:\Programme\foobar2000\Trackinfo\album_bg2.png,)

$padding(2,0)

$align(left,middle)

$font(Calibri,9,bold glow- glowexpand-0 glowalpha-125,255-255-255)
[%album% ][CD%discnumber%]


$font(Calibri,9,glow- glowexpand-0 glowalpha-125 ,180-184-194)
$align(right,middle)
%date%

Settings
CODE
Row height: 17
Group rows: 1

Trackinfo Panel on top
CODE
//Background

$imageabs2(0,0,0,0,,,,,/Trackinfo\BG_1.png,)

//PerTrack

$alignrel(right,middle)
$if(%_trackinfo_notrack%,No track,

$font(Segoe UI,27,bold textalpha-70,)
$alignabs(111,10,260,80,right,bottom)

$iflonger(%artist%,13,
$font(Segoe UI,16,bold textalpha-90,)
$alignabs(111,6,260,80,right,bottom)
%artist%,%artist%)

$font(Calibri,12,bold,255-255-255)
$alignabs(80,4,290,80,right,bottom)
%title%

$font(Calibri,10,bold,255-255-255)
$alignabs(110,1,260,100,right,top)
[%album%][ CD %discnumber%][ '['%comment%']']

$font(Arial Unicode MS,11, glow-255-255-200 glowblur-150,255-255-175)
$char(10)
$puts(rating,
$ifgreater(%play_count%,100,5,
$ifgreater(%play_count%,50,4,
$ifgreater(%play_count%,25,3,
$ifgreater(%play_count%,8,2,
$ifgreater(%play_count%,0,1,0))))))

$repeat($char(9734),$sub(5,$get(rating)))
$repeat($char(9733),$get(rating))


$if(
$if3($strcmp($cut(%path%,7),'http://'),$strcmp($cut(%path%,6),'wmp://')),
$imageabs2(114,81,1,,114,81,0,0,/Trackinfo\radio.png,),

$imageabs2(82,81,0,0,91,81,0,0,/Trackinfo\no-cover2.png,)
$imageabs2(82,81,0,0,91,81,0,0,$replace(%path%,%filename_ext%,)cover.jpg,)
$imageabs2(114,81,1,,114,81,0,0,/Trackinfo\Record_cover_foobar2.png,)

))

Second Trackinfo Panel
CODE
// Background

$imageabs2(0,0,0,0,,,,,/Trackinfo\BG_2.png,)

// PerSecond

$if(%_trackinfo_notrack%,No track,

$font(Segoe UI,24,bold textalpha-90,)
$alignabs(0,-9,200,80,left,top)
%codec%

$font(Segoe UI,10,bold,255-255-255)
$alignabs(25,12,200,80,left,top)
%bitrate%kbps

$font(Segoe UI,13,bold textalpha-100,220-220-220)
$alignabs(78,8,200,80,left,top)
[%codec_profile%]

$font(Segoe UI,28,bold textalpha-70,0-0-0)
$alignabs(5,-8,370,80,right,top)
'%'

$font(Segoe UI,14,bold,255-255-255)
$alignabs(-13,5,370,80,right,top)
$muldiv(100,%playback_time_seconds%,%length_seconds%)

)

Layout
CODE
Vertical splitter
- Vertical splitter
-- Track info mod
- Vertical splitter
-- Horizontal splitter
--- Buttons
--- Seekbar
--- Buttons
- Single Column Playlist View
-Horizontal splitter
-- Playlist Dropdown
-- Sprectrum analyser
- Menu
- Track info mod

Images for both, Trackinfo and Single Column, can be found here.


Edited by moderation: shortened CODE to CODEBOX.
Toboe
Thanks walla smile.gif

But where can I paste the code for TRACKINFO PANEL ON TOP and Second TRACKINFO PANEL ?

Thank you smile.gif
anolae
QUOTE (Toboe @ Dec 20 2006, 16:06) *
Thanks walla smile.gif

But where can I paste the code for TRACKINFO PANEL ON TOP and Second TRACKINFO PANEL ?

Thank you smile.gif

They are not TrackInfo panels but TrackInfoMod panels, ie they are configured individually (right click on the panel > "Settings")
OmART




*You will need to replace the image dir global variable in the track info panels according to your foobar directory



LAYOUT

CODE
Vertical Splitter
  - Horizontal Splitter
        -Track info mod
  - Horizontal Splitter
       - Single Column Playlist View
       - Vertical Splitter
                - Lyric Show
                - Track info mod
                - Album Art
  - Vertical Splitter
        - Track info Mod


TRACKINFO FOR RATING WITH TAGS {DYNAMIC AND TEXT BASED}

CODE

// Global
$puts(panelbg,245-245-245)

// Rating or Autorating Display
$if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28))))
$if($greater($get(rating),5),$puts(rating,5))
$if($greater(0,$get(rating)),$puts(rating,0))
$alignabs($sub($div(%_width%,2),31),0,60,16,center,middle)$font(wingdings,10,,130-130-130)$repeat(«,$get(rating))$font(wingdings,10,,220-220-220)$repeat(«,$sub(5,$get(rating)))

// Rating Buttons
$puts(rating,$if2(%rating%,0))
$button($sub($div(%_width%,2),38),1,8,0,12,16,,,TAG:SET:Rating:1,)
$button($sub($div(%_width%,2),38),1,20,0,12,16,,,TAG:SET:Rating:2,)
$button($sub($div(%_width%,2),38),1,32,0,12,16,,,TAG:SET:Rating:3,)
$button($sub($div(%_width%,2),38),1,44,0,12,16,,,TAG:SET:Rating:4,)
$button($sub($div(%_width%,2),38),1,56,0,12,16,,,TAG:SET:Rating:5,)


TOP TRACKINFO

CODE
// Global
$puts(imagedir,'D:\Program Files\foobar\images\delta\')
$puts(panelbg,245-245-245)

// Background
$drawrect(,,,,brushcolor-$get(panelbg) pencolor-null)
$imageabs2(,,,,,,0,3,$get(imagedir)trackinfo1.png,)

// PerTrack
// Preferences & Highlight
$button(8,21,0,0,11,11,$get(imagedir)dir.png,$get(imagedir)dirh.png,preferences,)
$button($sub(%_width%,17),21,0,0,11,11,$get(imagedir)info.png,$get(imagedir)infoh.png,activate now playing,)

// PerSecond

$puts(str1,"%title%"[ by %artist%][ / %album%])
$puts(str2,"%title%"[ %genre%][ from %date%])
$puts(str3,"%title%"[ by %artist%][ / %album%][ '('[%genre%][, %date%]')'])

// Audioscrobbler
$if($or($greater($muldiv(%playback_time_seconds%,100,%length_seconds%),79),$greater(%playback_time_seconds%,379)),$imageabs2(,,,,,,$sub(%_width%,88),3,$get(imagedir)as.png,))

$if(%isplaying%,
// Progress Bar
$drawrect($muldiv(%_width%,15,100),32,$muldiv(%_width%,70,100),8,brushcolor-null pencolor-215-215-215)
$drawrect($add($muldiv(%_width%,15,100),2),34,$ifgreater($muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),1),4,brushcolor-180-180-180 pencolor-null)
$alignabs($sub($muldiv(%_width%,15,100),33),30,35,13,center,middle)$font(verdana,6,bold,215-215-215)$if2(%playback_time%,0:00)
$alignabs($muldiv(%_width%,85,100),30,33,13,center,middle)$font(verdana,6,bold,215-215-215)$if2(%length%,0:00)
$alignabs(20,9,$sub(%_width%,28),16,center,middle)$font(verdana,7,bold,215-215-215)

// Interchanging Text
$select($add($mod(%playback_time_seconds%,15),1),
$get(str1),$get(str1),$get(str1),$get(str1),$get(str1),
$get(str2),$get(str2),$get(str2),$get(str2),$get(str2),
$get(str3),$get(str3),$get(str3),$get(str3),$get(str3))

,

// Not Playing...
$alignabs($div($sub(%_width%,50),2),6,50,45,center,middle)
$font(wingdings,20,bold,170-170-170)z

)


BOTTOM TRACKINFO

CODE
// Global
$puts(panelbg,245-245-245)
$puts(imagedir,'D:\Program Files\foobar\images\delta\')

// Background
$drawrect(,,,,brushcolor-$get(panelbg) pencolor-null)
$imageabs2(,,,,,,0,3,$get(imagedir)trackinfo2.png,)

// PerTrack

// Prev
$button(14,8,0,0,18,16,$get(imagedir)mprev.png,$get(imagedir)mprevh.png,previous,)
// Play & Pause
$button(34,8,0,0,18,16,
$if($or(%ispaused%,$not(%isplaying%)),$get(imagedir)mplay.png,$get(imagedir)mpause.png),
$if($or(%ispaused%,$not(%isplaying%)),$get(imagedir)mplayh.png,$get(imagedir)mpauseh.png),
$if($or(%ispaused%,$not(%isplaying%)),play,pause)
,)
// Stop
$button(54,8,0,0,18,16,$get(imagedir)mstop.png,$get(imagedir)mstoph.png,stop,)
// Next
$button(74,8,0,0,18,16,$get(imagedir)mnext.png,$get(imagedir)mnexth.png,next,)


$if(%isplaying%,

// Information
$alignabs(24,8,$sub(%_width%,50),16,right,middle)$font(Zurich Cn BT,9,bold,215-215-215)
$upper(
%album% '//' %codec% @ %__bitrate% Kbps '//'
)

,

// Not Playing...


)


GROUP BY

CODE
$if2($if(%totaltracks%,%album%),0)


ITEM DISPLAY

CODE
$puts(imagedir,'D:\Program Files\foobar\images\delta\')
$puts(coverstring,$replace(%path%,%filename_ext%,folder.jpg))

// Background
$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-245-245-245 pencolor-null))
$drawrect(-1,-1,$add(%_width%,2),19,brushcolor-null pencolor-230-230-230)
$if(%_selected%,$imageabs2(,,,,,,,,$get(imagedir)selected.png,))
$if(%isplaying%,$imageabs2(,,,,,,,,$get(imagedir)playing.png,))
$if(%_focused%,$imageabs2(,,,,,,,,$get(imagedir)focused.png,))


$if($and($greater(7,%_itemindex%),$greater(%_itemcount%,5),%totaltracks%),

// Coverart
$drawrect(-1,$sub(17,$mul(%_itemindex%,18)),109,109,brushcolor-255-255-255 pencolor-240-240-240l)
$imageabs2(97,97,,,,,5,$sub(23,$mul(%_itemindex%,18)),$get(imagedir)nocover.png,)
$imageabs2(97,97,,,,,5,$sub(23,$mul(%_itemindex%,18)),$get(coverstring),)
$drawrect(5,$sub(23,$mul(%_itemindex%,18)),97,97,brushcolor-null pencolor-200-200-200)
$drawrect(6,$sub(24,$mul(%_itemindex%,18)),95,95,brushcolor-null pencolor-255-255-255 alpha-200)

// Info for files with Coverart
$if(%isplaying%,$alignabs(115,4,39,39,,)$font(wingdings 3,6,,150-150-150)$if(%ispaused%, ,u),
$alignabs(109,,22,18,center,middle)$font(verdana,5,bold,180-180-180)$num(%tracknumber%,2).)
$alignabs(131,,$sub(%_width%,270),18,left,middle)$font(calibri,8,bold,$if(%isplaying%,110-110-110,130-130-130))%title%
$alignabs($sub(%_width%,142),,50,18,right,middle)$font(calibri,8,bold,$if(%isplaying%,130-160-180,180-180-180))[%play_counter%x · ]$font(verdana,6,bold,$if(%isplaying%,80-80-80,120-120-120))$if(%isplaying%,%playback_time_remaining%,%length%),

// Info for without Coverart
$if(%isplaying%,$alignabs(7,4,39,39,,)$font(wingdings 3,6,,150-150-150)$if(%ispaused%, ,u),
$alignabs(1,,22,18,center,middle)$font(verdana,5,bold,180-180-180)$if(%totaltracks%,%tracknumber%.,$num(%_itemindex%,2).))
$alignabs(23,,$sub(%_width%,162),18,left,middle)$font(calibri,8,bold,$if(%isplaying%,80-80-80,130-130-130))$if(%totaltracks%,,[%artist% - ])%title%$font(calibri,8,bold,$if(%isplaying%,80-80-80,120-120-120))$if(%totaltracks%,,[ '('%genre%[',' %date%]')'])
$alignabs($sub(%_width%,142),,50,18,right,middle)$font(calibri,8,bold,$if(%isplaying%,80-80-80,130-130-130))[%play_counter%x · ]$font(verdana,6,bold,$if(%isplaying%,80-80-80,120-120-120))$if(%isplaying%,%playback_time_remaining%,%length%))

// Autorating Display
$if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28))))
$if($greater($get(rating),5),$puts(rating,5))
$if($greater(0,$get(rating)),$puts(rating,0))
$alignabs($sub(%_width%,92),1,76,18,center,middle)$font(wingdings,10,,$if(%isplaying%,140-140-140,130-130-130))$repeat(«,$get(rating))$font(wingdings,10,,$if(%isplaying%,220-220-220,220-220-220))$repeat(«,$sub(5,$get(rating)))

// Replaygain Check
$alignabs($sub(%_width%,14),1,10,18,center,middle)$font(wingdings,6,,$if(%isplaying%,80-80-80,170-170-170))$if($or(%__replaygain_album_gain%,%__replaygain_track_gain%),v)


GROUP DISPLAY

CODE
$puts(imagedir,'D:\Program Files\foobar\images\delta\')

// Background
$imageabs2(,,,,,,,,$get(imagedir)whiteheader.png,)

// Top Row
$alignabs(24,4,$sub(%_width%,80),20,,)$font(Zurich Cn Bt,9,bold uppercase,170-170-170)
$if(%totaltracks%,%album% [/ %date%],Single Tracks)

// Bottom Row
$alignabs(24,15,$sub(%_width%,80),20,,)$font(Zurich Cn Bt,8,bold,190-190-190)
$if($or($stricmp(%playlist_name%,most played songs),$stricmp(%playlist_name%,by rating),$not(%totaltracks%)),Assorted Artists,%artist%)

// Right Side
$if(%totaltracks%,
$alignabs($sub(%_width%,80),3,75,10,right,)$font(Kroeger 05_55,9,,190-190-190)%_itemcount% tracks
$alignabs($sub(%_width%,80),11,75,10,right,)$font(Kroeger 05_55,9,,190-190-190)$replace(%filename_ext%,%filename%.,)[ %codec_profile%]$if($or($strstr(%codec_profile%,VBR),%__bitrate_nominal%),, %__bitrate%kbps)
$alignabs($sub(%_width%,80),19,75,10,right,)$font(Kroeger 05_55,9,,190-190-190)$if2(%genre%,'other')
,
$alignabs($sub(%_width%,80),11,75,10,right,)$font(Kroeger 05_55,9,,190-190-190)%_itemcount% tracks
)

// Little Arrow
$alignabs(,0,24,32,center,middle)$font(Wingdings 3,6,,190-190-190)q


Download the images


Edited by moderation: shortened CODE to CODEBOX.
legzalito
QUOTE (leokennis @ Dec 20 2006, 12:50) *
QUOTE (bbmartini @ Dec 19 2006, 20:29) *

the whole view

What Rainlendar skin is that? Do you have a link biggrin.gif ?

I think it is this one : http://www.jide.fr/francais/telechargement...ear-rainlendar/
roT-
QUOTE (bbmartini @ Dec 19 2006, 13:29) *
something a bit different

the whole view


and sorry, but what wallpaper is that? looks nice biggrin.gif
Toboe
QUOTE (anolae @ Dec 20 2006, 19:05) *
QUOTE (Toboe @ Dec 20 2006, 16:06) *

Thanks walla smile.gif

But where can I paste the code for TRACKINFO PANEL ON TOP and Second TRACKINFO PANEL ?

Thank you smile.gif

They are not TrackInfo panels but TrackInfoMod panels, ie they are configured individually (right click on the panel > "Settings")


Ty but the dll is in the plugin directory and it's loaded on foobar, but where can i configure them ? i didnt find it sad.gif

thanks in advance !
walla
QUOTE (Toboe @ Dec 20 2006, 21:48) *
This was an unnecessary quote of the previous post.

As already told: right click on the panel > "Settings"
Toboe
Which panel ???? If i click on "Settings" i just see "group by " item display etc...
Nickoladze
QUOTE (Toboe @ Dec 20 2006, 17:05) *
Which panel ???? If i click on "Settings" i just see "group by " item display etc...


The panel you want to edit, duh
Toboe
QUOTE (Nickoladze @ Dec 20 2006, 23:23) *
QUOTE (Toboe @ Dec 20 2006, 17:05) *

Which panel ???? If i click on "Settings" i just see "group by " item display etc...


The panel you want to edit, duh


You're not helping me sad.gif


I'm sorry, i'm just a f**in noob in the foobar's world xD
jmur
QUOTE (walla @ Dec 20 2006, 08:10) *
This was a long and unnecessary quote.

can you please paste a screenshot of the layout, or post the layout please?
walla
QUOTE (jmur @ Dec 20 2006, 23:45) *
can you please paste a screenshot of the layout, or post the layout please?

I updated my post. There you can find it.
bbmartini
It may be a couple days due to the holiday. ill have to double check about using the images and finish cleaning it up.

rainlendar skin: http://www.customize.org/details/42647
wall paper: http://www.deviantart.com/deviation/393666...h+age_scale%3A5
Smitty2k1
omART-

Great setup, I'm using it now and lovin' it! Muchas gracias!
bowen_tk
QUOTE (bbmartini @ Dec 19 2006, 13:29) *
something a bit different

the whole view


Can you share the config please
R@ül
QUOTE (Toboe @ Dec 20 2006, 16:34) *
QUOTE (Nickoladze @ Dec 20 2006, 23:23) *

QUOTE (Toboe @ Dec 20 2006, 17:05) *

Which panel ???? If i click on "Settings" i just see "group by " item display etc...


The panel you want to edit, duh


You're not helping me sad.gif


I'm sorry, i'm just a f**in noob in the foobar's world xD

>Toboe: see this tutorial video wink.gif FOOBAR TUTORIAL
s3ntient
QUOTE (shakey_snake @ Dec 20 2006, 02:56) *
QUOTE (s3ntient @ Dec 19 2006, 01:40) *

Does your way of doing it work with albums of more than 2 discs?
I've been trying to do something similar, but the images for disc 3 and above don't show up sad.gif

yeah, mines working for up to 5 discs, I wish I could give you my code, but I'm away from that computer while I'm home for christmas break. My code uses a dynamic path rather than $if() statements, if that helps..


Thanks, I tried doing it that way but get the same problem sad.gif
Not giving up yet though..
Ran Sagy
bbmartini, Could you post the image you're using for the case overlay?
Falstaff
Little Improvement for my foobar :



cool.gif

Bye

Falstaff ...
Gretchen_Ross
Is it possible to auto-centre the currently playing song in the single column playlist view? This would be nice to use on large playlists.
str1d3r
Been a long time since I've updated.


Based off of http://www.hydrogenaudio.org/forums/index....showtopic=46093
m0d
Here's latest look:

schluepfer
tool++
What visual style is that? I want. Bad.
schluepfer
that's a vs i'm working at. not released yet, but soon @ devart...
Music^Hound
QUOTE (Falstaff @ Dec 22 2006, 17:22) *
Little Improvement for my foobar :



cool.gif

Bye

Falstaff ...


smile.gif Sweet looking foobar...can you post your settings and cfg please ?
johdax
QUOTE (skelly831 @ Dec 12 2006, 01:01) *
Simple and functional:



It's a ripoff of this. tongue.gif


simple awesomeness, would share some code?
Xanis
Could anyone tell me what windows theme this is?
http://img93.imageshack.us/my.php?image=fb2k7ex.png

Please?
Ran Sagy
Looks like one of the many Clearlooks clones.
Xanis
QUOTE (ChaosBladE @ Dec 23 2006, 17:04) *
Looks like one of the many Clearlooks clones.

Thanks man, I didn't find the exact same skin yet but at least now I know what to look for.
ojdo
QUOTE (Falstaff @ Dec 22 2006, 22:22) *

Could you upload the cd case picture from the trackinfo panel? That would be great!
syntech
QUOTE (Falstaff @ Dec 22 2006, 22:22) *
Little Improvement for my foobar :



cool.gif

Bye

Falstaff ...


Falstaff, how did you do the mirrored album cover? Is this an add-on that does this automatically show in the album list, or did you mirror all the images by hand and display them as seperate images? Unfortunately, I wasn't able to find this out by using the search function of this forum...

By the way, any chance to post your configs/codes?

Merry Christmas to all of you.
m0d
QUOTE (Xanis @ Dec 23 2006, 17:53) *
Could anyone tell me what windows theme this is?
http://img93.imageshack.us/my.php?image=fb2k7ex.png

Please?

It's this.
Xanis
Thanks guys smile.gif
Santa Sam
Here is my appearance, almost ideal for me 8-)



snively
QUOTE (schluepfer @ Dec 23 2006, 03:17) *


what theme is that?
Frank Bicking
QUOTE (snively @ Dec 24 2006, 21:13) *
what theme is that?

Would you please bother to read the two subsequent posts of the one you just quoted?
schluepfer
QUOTE (schluepfer @ Dec 23 2006, 11:23) *
that's a vs i'm working at. not released yet, but soon @ devart...
wink.gif
SwiftBass
heres mine. It still not done, but i dunno if i wanna go for the square lookor the docked parts look. suggestions?

Falstaff
QUOTE (syntech @ Dec 24 2006, 12:59) *
Little Improvement for my foobar :




Falstaff, how did you do the mirrored album cover? Is this an add-on that does this automatically show in the album list, or did you mirror all the images by hand and display them as seperate images? Unfortunately, I wasn't able to find this out by using the search function of this forum...

By the way, any chance to post your configs/codes?

Merry Christmas to all of you.


it's a parameter of the function imageabs2 of the lastest version of the trackinfo_mod panel (mirroring all my covers at the hand !!! whaooo it's will take a an entiere year to complete my collection biggrin.gif )

here is two line of code for the cover picture (normal) and the mirror of it :
$imageabs2(292,287,0,0,292,287,61,$add(7,$get(addy)),$replace(%path%,%filename_ext%,cover.jpg),nokeepaspect)
$imageabs2(292,240,0,0,292,240,61,$add(307,$get(addy)),$replace(%path%,%filename_ext%,cover.jpg),nokeepaspectROTATEFLIP-6)

that's all falks !

see the doc of this function to see all the parameter of this function (different rotating possible)
vertical mirroring = ROTATEFLIP-6

Bye

Falstaff

PS: config shared soon !
Kadavro
My newest (animated gif): http://www.geocities.com/merbasfi/foobar.gif
Code borrowed and modified, graphics mine.

edit:
ok, data transfer limit full in 5 minutes.. let's try this one:

syntech
QUOTE (Falstaff @ Dec 25 2006, 21:04) *
it's a parameter of the function imageabs2 of the lastest version of the trackinfo_mod panel (mirroring all my covers at the hand !!! whaooo it's will take a an entiere year to complete my collection biggrin.gif )

here is two line of code for the cover picture (normal) and the mirror of it :
$imageabs2(292,287,0,0,292,287,61,$add(7,$get(addy)),$replace(%path%,%filename_ext%,cover.jpg),nokeepaspect)
$imageabs2(292,240,0,0,292,240,61,$add(307,$get(addy)),$replace(%path%,%filename_ext%,cover.jpg),nokeepaspectROTATEFLIP-6)

that's all falks !

see the doc of this function to see all the parameter of this function (different rotating possible)
vertical mirroring = ROTATEFLIP-6

Bye

Falstaff

PS: config shared soon !


Ok, got that (and I thought it's an album art panel smile.gif)

And how did you do the transparency? With a partly transparent background picture with the grey color transition on top and the CD cover? Ok, in theory, the transparency could be done manually py adding 255 times the mirrored image with alpha-transparency+1 biggrin.gif ... But you said you only use imageabs2 two times, so I'm pretty sure it must be a background picture. (no?)
Russell777
Something i'm working on:
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-2009 Invision Power Services, Inc.