Help - Search - Members - Calendar
Full Version: IBIZA by Br3tt
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
apatN
QUOTE(London Mike @ Aug 8 2008, 15:00) *

The IMAGES folder is part of the download, you just extract the folder complete and put it in the root of the Foobar 2000 directory


What, you mean the lazy-dudes pack? There are only .dll in that one.. I really can't find the folder.. Where is it tongue.gif
Falstaff
QUOTE(apatN @ Aug 9 2008, 15:07) *

QUOTE(London Mike @ Aug 8 2008, 15:00) *

The IMAGES folder is part of the download, you just extract the folder complete and put it in the root of the Foobar 2000 directory


What, you mean the lazy-dudes pack? There are only .dll in that one.. I really can't find the folder.. Where is it tongue.gif


dry.gif everybody help you and you are not able to find the images ??? you're kidding !

try Download link on DeviantArt IBIZA homepage, that's all.

http://br3tt.deviantart.com/art/IBIZA-foobar-config-91437036

(just read the 1st post of this thread, this link is given in the Download section)

apatN
I'm seriously not joking. I got all the components but not the image folder. That stays in red. I'm such a retard, my god.. What am I doing wrong? :X
RevivalofHonor
QUOTE(apatN @ Aug 9 2008, 09:07) *

QUOTE(London Mike @ Aug 8 2008, 15:00) *

The IMAGES folder is part of the download, you just extract the folder complete and put it in the root of the Foobar 2000 directory


What, you mean the lazy-dudes pack? There are only .dll in that one.. I really can't find the folder.. Where is it tongue.gif

No, not the lazy-dudes pack (ibiza_v1.4_components.7z). It is with the actual FCL download (IBIZA_foobar_config_by_Br3tt.7z). There are two files in the official FCL download; ibiza14e.fcl, and a compressed file named images14.7z that you need to extract and place in C:\Program Files\foobar2000\.
apatN
Oh thanks a bunch! It was b/c I'm not familiar with DA. I totally missed the 'download' on the left..

EDIT: Wow, amzing. I really like your config. I seem to like the lyrics function a lot! +1 smile.gif
RevivalofHonor
QUOTE(Viggen @ Aug 4 2008, 15:20) *

hello,

I got question about 2 alternative sources for artist photo

1st situation:
http://i157.photobucket.com/albums/t51/lor...n/Clip_23-1.jpg
I got original album (want to use artist.jpg inside folder with mp3 - why ? on different albums band members might change, so i can use different pics)
so i use this:
$puts(artist.path,$directory_path(%path%)/artist.jpg)

2nd situation:
http://i157.photobucket.com/albums/t51/lor...n/Clip_22-1.jpg
I got compilation album, with many artists and want to use "default" artist pic
so i use this:
$puts(artist.path,'D:\mp3\images\'%artist%'.jpg') - relative path just for me

now i want to merge both solutions:

IF program finds file artist.jpg inside album directory use it
else
use default artist image from D:\mp3\images\


this code should do this, but It's not tongue.gif - Did I miss something ?
CODE
$if
(
    $findfile
    (    $replace
        (
            %path%,%filename_ext%,artist.jpg
        )
    )
    ,
            $puts(artist.path,$directory_path(%path%)/artist.jpg)
    ,
            $puts(artist.path,'D:\mp3\images\'%artist%'.jpg')
)

it always loads $puts(artist.path,$directory_path(%path%)/artist.jpg)
, never goes for $puts(artist.path,'D:\mp3\images\'%artist%'.jpg')

r


There might be a bug with $findfile() in the panel splitter.
You could always check if the artist is equal to the album artist, and work from that
CODE

$if
(
    $strcmp(%album artist%,%artist%)
    , $puts(artist.path,$directory_path(%path%)/artist.jpg)
    , $puts(artist.path,'D:\mp3\images\'%artist%'.jpg)
)

Falstaff
Hi all, back from holidays so here are some news about IBIZA next release : 1.5

IPB Image

release in the week ...
Mr. Pacman
QUOTE(Falstaff @ Aug 11 2008, 06:49) *

Hi all, back from holidays so here are some news about IBIZA next release : 1.5

IPB Image

release in the week ...


Hello Br3tt! I love the new playlist!
London Mike
Hi Br3tt, new playlist looks good, love the colours and number detail

Did you have a chance to look at this?

http://www.hydrogenaudio.org/forums/index....st&p=580283

It's driving me mad.... sad.gif
Falstaff
QUOTE(London Mike @ Aug 11 2008, 16:57) *

Hi Br3tt, new playlist looks good, love the colours and number detail

Did you have a chance to look at this?

http://www.hydrogenaudio.org/forums/index....st&p=580283

It's driving me mad.... sad.gif


Hi,

Sorry, but it is not possible with Trackinfo panel to use multiple fonts, so i can't implement wingdings char(171) in the code.

the only way to fix 'your' pb is to recode this info panel in a track info mod panel ... if i found enough time to do that, it will be done wink.gif
London Mike
QUOTE(Falstaff @ Aug 11 2008, 19:28) *

Hi,

Sorry, but it is not possible with Trackinfo panel to use multiple fonts, so i can't implement wingdings char(171) in the code.

the only way to fix 'your' pb is to recode this info panel in a track info mod panel ... if i found enough time to do that, it will be done wink.gif

Yes, I already found out that I couldn't force it to use a second font It would be great if it was done, if you have time smile.gif
Falstaff
QUOTE(Mr. Pacman @ Aug 11 2008, 16:51) *

QUOTE(Falstaff @ Aug 11 2008, 06:49) *

Hi all, back from holidays so here are some news about IBIZA next release : 1.5

IPB Image

release in the week ...


Hello Br3tt! I love the new playlist!


thanx cool.gif
Andu
Is there a command that points to the library? Something like $directory_path. Could be $library_path. Would be rather fitting wink.gif
Godo
I have been unable to find SegoeUI, Segoe Script, and it doesn't seem to recognize kroeger 05_55 (TrueType). Help anyone?
London Mike
QUOTE(Godo @ Aug 13 2008, 13:43) *

I have been unable to find SegoeUI, Segoe Script, and it doesn't seem to recognize kroeger 05_55 (TrueType). Help anyone?

PM me your email address smile.gif
OutSky
QUOTE
Hello, Falstaff!
Could you help to customize a PlayList?
How to customize a Playlist that the Sorting by a group would been by %directoryname% and replace the %year% by %group_total% and also replace %tracknumber% by %group_index% ? unsure.gif
And guys, Has anybody got fonts like as Segoe Script and Kroeger 05_55? Could you share with it smile.gif
Thank you for help tongue.gif


I have been understood how to customize foobar2k with built-in functions and Columns UI, and now I don't understand what I meaned when was writing that strings))))))))
Dieb
Hi,

Greate work Falstaff!

But i have a Problem with track length:

IPB Image

half of the last number is hidden when scrollbar is not active. someone knows what to do?
London Mike
QUOTE(Dieb @ Aug 15 2008, 23:32) *

Hi,

Greate work Falstaff!

But i have a Problem with track length:

half of the last number is hidden when scrollbar is not active. someone knows what to do?

QUOTE(Falstaff @ Jun 17 2008, 15:39) *

/// POSSIBLE TROUBLES ///

1) If you encounter a bad hide of the scrollbar when using the hide/show Scrollbar button like describe in this screenshot, enter Splitter settings (rigth-click on "hide/show scrollbar" button (top rigth) --> Splitter Settings ...) and apply the action indicated below :
IPB Image

for me, the value for the scrollbar with is 22, but depending of the visual style used, you may have to reduce or increase this value to fit your use wink.gif

2) Album list panel doesn't refresh on first start (blank left panel) => unknown issue, just rigth-click and select a view to refresh the display or selecte refresh tree choice

enjoy! wink.gif

The answer is in the first post in this thread wink.gif
Falstaff
QUOTE(London Mike @ Aug 16 2008, 01:00) *

...
The answer is in the first post in this thread wink.gif


Thanx Mike, you are the only one that read my notes tongue.gif

people on this forum should take example on you wink.gif

(ibiza v1.5a will be released tomorrow)
London Mike
QUOTE(Falstaff @ Aug 16 2008, 00:06) *

(ibiza v1.5a will be released tomorrow)

Is that my reward for answering his question? biggrin.gif

Did you manage to recode this info panel in a track info mod panel ?
Andu
Ok I suppose since there has been no answer to my question that there is no variable to represent the library path. I'll actually have to spell out the entire path for the artist path *ouch*
Falstaff
QUOTE(London Mike @ Aug 16 2008, 01:12) *

QUOTE(Falstaff @ Aug 16 2008, 00:06) *

(ibiza v1.5a will be released tomorrow)

Is that my reward for answering his question? biggrin.gif

Did you manage to recode this info panel in a track info mod panel ?


no, too busy, especially 'cause i was working on my next config kung-foo

IPB Image


QUOTE(Andu @ Aug 16 2008, 01:21) *

Ok I suppose since there has been no answer to my question that there is no variable to represent the library path. I'll actually have to spell out the entire path for the artist path *ouch*


you suppose well. no idea about that.
London Mike
QUOTE(Falstaff @ Aug 16 2008, 00:31) *

no, too busy...

Damn, that's a disappointment, especially as the people that had the original problem with the stars in EL Playlist will also be having this problem too sad.gif
mhv
http://www.msgpluslive.net/skins/uploads/Oil-Slick.jpg

can u make one like that style?
Falstaff
QUOTE(mhv @ Aug 16 2008, 07:48) *


i don't make config on command, but this model is easy to do, i'll give it a look, what is the name of this theme/visual style ? is it for Vista or XP ?
Godo
It says that I have all fonts on the startup page but the fonts have not actually changed. Help?
Falstaff
v1.5a released, enjoy.
London Mike
Thanks Br3tt, that looks great. What other changes are there apart from the graphics in the playlist on the right? And are you planning other updates and maybe fixing the stars problem? It takes me so long to change all the code back now after an upgrade, just wondered what else was likely to be coming smile.gif
Falstaff
QUOTE(London Mike @ Aug 17 2008, 00:10) *

Thanks Br3tt, that looks great. What other changes are there apart from the graphics in the playlist on the right? And are you planning other updates and maybe fixing the stars problem? It takes me so long to change all the code back now after an upgrade, just wondered what else was likely to be coming smile.gif


can't give you an answer for now ... you'll have to wait for Kung-Foo release before to see another update of Ibiza

moogleboi
Been using this for a week now. There is a really annoying crash I keep bumping into when it updates files, I think it's caused by clicking whilst it updates... then it pops up with a failure log and asks to terminate...

Very nice skin neverless. Would really appreciate it if the start screen could be removed...
Takaji
QUOTE(Falstaff @ Aug 16 2008, 16:38) *

v1.5a released, enjoy.


Yay! Thank you so much!! I was waiting for it eagerly laugh.gif
Should we consider this a final release?
mhv
QUOTE(Falstaff @ Aug 16 2008, 18:49) *

QUOTE(mhv @ Aug 16 2008, 07:48) *


i don't make config on command, but this model is easy to do, i'll give it a look, what is the name of this theme/visual style ? is it for Vista or XP ?


that is a messenger plus skin
London Mike
Br3tt, 2 small points...

The version number still reads 1.4

When there is a compilation with a different artist it used to be red and white (Like I have changed it to) but you had both the artist and track in red. I don't know if it was deliberate or a mistake but it looks better like I have it, no?

http://farm4.static.flickr.com/3046/277058...afa7a9b0c_o.jpg

Br3tt, thanks for such a great Foobar config, I know that you are sidetracked with Kung Fu now but I really hope that you keep Ibiza updated to benefit from component changes because for me it is just about the ultimate Foobar config and I'll be using it for a long, long time smile.gif
Falstaff
QUOTE(London Mike @ Aug 17 2008, 11:20) *

Br3tt, 2 small points...

The version number still reads 1.4
...


oops tongue.gif


QUOTE(London Mike @ Aug 17 2008, 11:20) *

Br3tt, 2 small points...
...
When there is a compilation with a different artist it used to be red and white (Like I have changed it to) but you had both the artist and track in red. I don't know if it was deliberate or a mistake but it looks better like I have it, no?
...


i have to check that ...

QUOTE(London Mike @ Aug 17 2008, 11:20) *

Br3tt, 2 small points...
...

Br3tt, thanks for such a great Foobar config, I know that you are sidetracked with Kung Fu now but I really hope that you keep Ibiza updated to benefit from component changes because for me it is just about the ultimate Foobar config and I'll be using it for a long, long time smile.gif


thnax a lot smile.gif i'll try to keep it updated
akispavlopoulos
Excellent skin Falstaff! Thank you for your time on it. Just one more problem for your next update. I can rate mp3 from your "stars System" on the top of the playlist but I can't rate tracks from cue sheets. But when I right click on the track I can rate it throw the playback statistics==>rating etc.
ffbadkill
Chronial Cover Flow cannot show.
Is it my problem?
Falstaff
QUOTE(akispavlopoulos @ Aug 18 2008, 00:07) *

Excellent skin Falstaff! Thank you for your time on it. Just one more problem for your next update. I can rate mp3 from your "stars System" on the top of the playlist but I can't rate tracks from cue sheets. But when I right click on the track I can rate it throw the playback statistics==>rating etc.


was the same with previous version, no ?

QUOTE(ffbadkill @ Aug 18 2008, 05:10) *

Chronial Cover Flow cannot show.
Is it my problem?


Chronial Cover Flow problem, can't help you if nothing appear, try to update your video card drivers (have you a real 3D card on your PC or an integrated one ?)
akispavlopoulos
[quote name='Falstaff' date='Aug 17 2008, 23:54' post='583356']
[quote name='akispavlopoulos' post='583329' date='Aug 18 2008, 00:07']
Excellent skin Falstaff! Thank you for your time on it. Just one more problem for your next update. I can rate mp3 from your "stars System" on the top of the playlist but I can't rate tracks from cue sheets. But when I right click on the track I can rate it throw the playback statistics==>rating etc.
[/quote]

was the same with previous version, no ?

Yes, the same with previous versions! Any idea why is this happening?
Falstaff
[quote name='akispavlopoulos' date='Aug 18 2008, 20:25' post='583433']
[quote name='Falstaff' date='Aug 17 2008, 23:54' post='583356']
[quote name='akispavlopoulos' post='583329' date='Aug 18 2008, 00:07']
Excellent skin Falstaff! Thank you for your time on it. Just one more problem for your next update. I can rate mp3 from your "stars System" on the top of the playlist but I can't rate tracks from cue sheets. But when I right click on the track I can rate it throw the playback statistics==>rating etc.
[/quote]

was the same with previous version, no ?

Yes, the same with previous versions! Any idea why is this happening?
[/quote]

i don't think that you can update tags to files with cue sheet, not supported, that's all
ukgovsucks
Hi all.

Now please forgive my noobness with this question, but I am totally new to using Foobar ( as of last night! ), but already I have learnt some of the basics and I've already got IBIZA installed and running lovely. In fact, it was catching a screenshot of IBIZA that got me to install Foobar etc as it looks awesome! Got to be the best looking Media Player ever as far as I'm concerned.

Now I've read, read and read more and more on using this software, and the ONLY thing that has beaten me at the moment ( that I'm bothered about ) is that I have not got a clue on how to get Band Pics to display. Here's my current typical view...

IPB Image

I have no problem regarding grabbing some images to use, but I don't have a clue as to what dimensions I need, and what to call the picture files ( although I think it's artist.jpg? ), where to put the file, and finally how to make them show up in Foobar. Can anyone please help?

Much appreciated.
London Mike
QUOTE(ukgovsucks @ Aug 18 2008, 21:50) *

Now I've read, read and read more and more on using this software, and the ONLY thing that has beaten me at the moment ( that I'm bothered about ) is that I have not got a clue on how to get Band Pics to display.

Right click somewhere on the left panel, choose SETTINGS and change the top line to

$puts(artist.path,$directory_path(%path%)/artist.jpg)

Then make sure your band pics are called Artist.jpg and in the same folder as your music track

Do the same thing on the artist pic page (4th tab)

Done smile.gif

I changed the numbers on the ARTIST page to show the GENRE instead, and the numbers on the DISC page to show DATE instead, which for me is a huge improovement and a really useful addition. If there is any interest I could post the code to achieve this. I'll just post the whole code from the tab as I did it weeks ago and forget what I changed biggrin.gif

And yes, the UK GOV SUCKS biggrin.gif
ukgovsucks
QUOTE(London Mike @ Aug 18 2008, 22:12) *

QUOTE(ukgovsucks @ Aug 18 2008, 21:50) *

Now I've read, read and read more and more on using this software, and the ONLY thing that has beaten me at the moment ( that I'm bothered about ) is that I have not got a clue on how to get Band Pics to display.

Right click somewhere on the left panel, choose SETTINGS and change the top line to

$puts(artist.path,$directory_path(%path%)/artist.jpg)

Then make sure your band pics are called Artist.jpg and in the same folder as your music track

Do the same thing on the artist pic page (4th tab)

Done smile.gif

I changed the numbers on the ARTIST page to show the GENRE instead, and the numbers on the DISC page to show DATE instead, which for me is a huge improovement and a really useful addition. If there is any interest I could post the code to achieve this. I'll just post the whole code from the tab as I did it weeks ago and forget what I changed biggrin.gif

And yes, the UK GOV SUCKS biggrin.gif


Oh yes YOU ARE A GOD!!! THANK YOU!
Worked a treat!
Now to try and find 400-500 pics of bands etc... blink.gif
Nice one mate.

I am definitely interested in what else you have done mate. Anything that can possibly improve on this already superb software I'm interested!!

Post away mate!

Yes, UK Gov sucks big time. A**HOLES. ( And I used to be a Labour Supporter too! Monster Raving Looney in the future )

London Mike
Br3tt, I hope this is ok? Tell me if it isn't and I'll delete it smile.gif


To get GENRE showing at the bottom of the ARTIST pics, do the following...

Click on the first tab on the top left to get the ARTIST page showing

Right click somewhere on the page and select SETTINGS

You will be presented with a tab called DRAW with a lot of code

Replace all of the code with this code...

CODE
$puts(artist.path,$directory_path(%path%)/artist.jpg)

$select($eval($mod(%gb_row%,2)+1),
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg01.png,255,nokeepaspect)
,
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg02.png,255,nokeepaspect)
)

$ifequal(%gb_row%,0,
$draw_image(-1,0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect,4)
,)

$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_row%,1),%gb_col_count%,
$draw_image($sub(%gb_width%,8),0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$ifgreater(%gb_col_count%,1,
$ifequal(%genre%(%gb_item_index%,1),%gb_item_count%,
$draw_image($sub(%gb_width%,25),0,25,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$if(%gb_isplaying%,
$set_pen(038-052-255,1)
$set_pen(195-022-028,1)
$set_brush(098-112-255)
$set_brush(235-055-055)
$round_rect(8,16,$eval(%gb_width%-17),$eval(%gb_height%-29),5,5)
,)

$if(%gb_mouse_over%,
$if(%gb_focused%,
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),$get(artist.path),255,nokeepaspect)
,
$draw_image(14,17,$eval(%gb_width%-30),$eval(%gb_width%-32),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(14,17,$eval(%gb_width%-30),$eval(%gb_width%-32),$get(artist.path),255,nokeepaspect)
)
,
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),$get(artist.path),255,nokeepaspect)
)

$draw_image(07,6,$eval(%gb_width%-16),$eval(%gb_height%-16),./images/ibiza/bg/polaroid.png,245,,0)

$if(%gb_focused%,
$set_font(segoe script,7,b)
$set_font_color(0000f000)
$calc_text(%album artist%)
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)
,
$set_font(segoe script,7,b)
$set_font_color(00000000)
$calc_text(%album artist%)
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)
)


$draw_image($eval(%gb_width%/2-30),$eval(%gb_height%-14),$eval(59-0),$eval(16-0),./images/ibiza/gb/ticket.png,250,,0)
$set_font(Calibri,8,n)
$set_font_color(00000000)
$draw_text(%genre%(%gb_item_index%,1),$eval(%gb_width%/2-26),$eval(%gb_height%-13),52,28,center,vcenter,wordbreak)


To get DATE showing at the bottom of the DISC pics, do the following...

Click on the second tab on the top left to get the DISC page showing

Right click somewhere on the page and select SETTINGS

You will be presented with a tab called DRAW with a lot of code

Replace all of the code with this code...

CODE
Segoe UI,9Segoe UI,9$select($eval($mod(%gb_row%,2)+1),
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg01.png,255,nokeepaspect)
,
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg02.png,255,nokeepaspect)
)


$ifequal(%gb_row%,0,
$draw_image(-1,0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect,4)
,)

$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_row%,1),%gb_col_count%,
$draw_image($sub(%gb_width%,8),0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_item_index%,1),%gb_item_count%,
$draw_image($sub(%gb_width%,25),0,25,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$if(%gb_isplaying%,
$set_pen(038-052-255,1)
$set_pen(195-022-028,1)
$set_brush(098-112-255)
$set_brush(235-055-055)
$round_rect(6,45,$eval(%gb_width%-12),$eval(%gb_height%-58),5,5)
,)
$draw_image(10,25,$eval(%gb_width%-20),$eval(%gb_height%-20),./images/ibiza/gb/case-bg.png,225,,0)

$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),'./images/ibiza/cover/nocover.png',255,nokeepaspect)
$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),$replace(%path%,%filename_ext%,folder.jpg),255,nokeepaspect)

$draw_image(10,25,$eval(%gb_width%-20),$eval(%gb_height%-20),./images/ibiza/gb/case-ov.png,200,,0)

$draw_image($eval(%gb_width%/2-30),$eval(%gb_height%-14),$eval(59-0),$eval(16-0),./images/ibiza/gb/ticket.png,250,,0)
$set_font(calibri,8,n)
$set_font_color(00000000)
$draw_text($add(%date%,),$eval(%gb_width%/2-27),$eval(%gb_height%-12),52,28,center,vcenter,wordbreak)

$if(%gb_focused%,
$set_font(calibri,8,)
$set_font_color(00000000)
$draw_text($if2(%album%,%artist%),5,14,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)

$set_font(calibri,8,)
$set_font_color(e0e0e0e0)
$draw_text($if2(%album%,%artist%),4,13,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
,
$set_font(calibri,8,)
$set_font_color(00000000)
$draw_text($if2(%album%,%artist%),5,14,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)

$set_font(calibri,8,)
$set_font_color(90909090)
$draw_text($if2(%album%,%artist%),4,13,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
)

$if(%gb_mouse_over%,
$if(%gb_focused%,,
$draw_image(25,48,$eval(%gb_width%/3*2+6),$eval(%gb_width%/3*2+6),./images/ibiza/gb/play.png,220,nokeepaspect)
)
,)


99.9% of the code is what Br3tt wrote but it's easier to replace the whole lot rather than trying to explain to you which small bit to change to get it working...
ukgovsucks
QUOTE(London Mike @ Aug 18 2008, 22:56) *

Br3tt, I hope this is ok? Tell me if it isn't and I'll delete it smile.gif


To get GENRE showing at the bottom of the ARTIST pics, do the following...

Click on the first tab on the top left to get the ARTIST page showing

Right click somewhere on the page and select SETTINGS

You will be presented with a tab called DRAW with a lot of code

Replace all of the code with this code...

CODE
$puts(artist.path,$directory_path(%path%)/artist.jpg)

$select($eval($mod(%gb_row%,2)+1),
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg01.png,255,nokeepaspect)
,
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg02.png,255,nokeepaspect)
)

$ifequal(%gb_row%,0,
$draw_image(-1,0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect,4)
,)

$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_row%,1),%gb_col_count%,
$draw_image($sub(%gb_width%,8),0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$ifgreater(%gb_col_count%,1,
$ifequal(%genre%(%gb_item_index%,1),%gb_item_count%,
$draw_image($sub(%gb_width%,25),0,25,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$if(%gb_isplaying%,
$set_pen(038-052-255,1)
$set_pen(195-022-028,1)
$set_brush(098-112-255)
$set_brush(235-055-055)
$round_rect(8,16,$eval(%gb_width%-17),$eval(%gb_height%-29),5,5)
,)

$if(%gb_mouse_over%,
$if(%gb_focused%,
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),$get(artist.path),255,nokeepaspect)
,
$draw_image(14,17,$eval(%gb_width%-30),$eval(%gb_width%-32),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(14,17,$eval(%gb_width%-30),$eval(%gb_width%-32),$get(artist.path),255,nokeepaspect)
)
,
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),'./images/ibiza/cover/noartist.png',255,nokeepaspect)
$draw_image(17,20,$eval(%gb_width%-36),$eval(%gb_width%-38),$get(artist.path),255,nokeepaspect)
)

$draw_image(07,6,$eval(%gb_width%-16),$eval(%gb_height%-16),./images/ibiza/bg/polaroid.png,245,,0)

$if(%gb_focused%,
$set_font(segoe script,7,b)
$set_font_color(0000f000)
$calc_text(%album artist%)
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)
,
$set_font(segoe script,7,b)
$set_font_color(00000000)
$calc_text(%album artist%)
$draw_text(%album artist%,17,$ifgreater(%gb_calc_width%,92,116,122),$eval(%gb_width%-40),28,center,vcenter,wordbreak)
)


$draw_image($eval(%gb_width%/2-30),$eval(%gb_height%-14),$eval(59-0),$eval(16-0),./images/ibiza/gb/ticket.png,250,,0)
$set_font(Calibri,8,n)
$set_font_color(00000000)
$draw_text(%genre%(%gb_item_index%,1),$eval(%gb_width%/2-26),$eval(%gb_height%-13),52,28,center,vcenter,wordbreak)


To get DATE showing at the bottom of the DISC pics, do the following...

Click on the second tab on the top left to get the DISC page showing

Right click somewhere on the page and select SETTINGS

You will be presented with a tab called DRAW with a lot of code

Replace all of the code with this code...

CODE
Segoe UI,9Segoe UI,9$select($eval($mod(%gb_row%,2)+1),
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg01.png,255,nokeepaspect)
,
$draw_image(-2,0,$eval(%gb_width%+4),%gb_height%,./images/ibiza/gb/4bg02.png,255,nokeepaspect)
)


$ifequal(%gb_row%,0,
$draw_image(-1,0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect,4)
,)

$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_row%,1),%gb_col_count%,
$draw_image($sub(%gb_width%,8),0,8,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$ifgreater(%gb_col_count%,1,
$ifequal($add(%gb_item_index%,1),%gb_item_count%,
$draw_image($sub(%gb_width%,25),0,25,%gb_height%,./images/ibiza/gb/last-shadow.png,255,nokeepaspect)
,)
,)

$if(%gb_isplaying%,
$set_pen(038-052-255,1)
$set_pen(195-022-028,1)
$set_brush(098-112-255)
$set_brush(235-055-055)
$round_rect(6,45,$eval(%gb_width%-12),$eval(%gb_height%-58),5,5)
,)
$draw_image(10,25,$eval(%gb_width%-20),$eval(%gb_height%-20),./images/ibiza/gb/case-bg.png,225,,0)

$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),'./images/ibiza/cover/nocover.png',255,nokeepaspect)
$draw_image(25,48,$eval(%gb_width%-41),$eval(%gb_width%-41),$replace(%path%,%filename_ext%,folder.jpg),255,nokeepaspect)

$draw_image(10,25,$eval(%gb_width%-20),$eval(%gb_height%-20),./images/ibiza/gb/case-ov.png,200,,0)

$draw_image($eval(%gb_width%/2-30),$eval(%gb_height%-14),$eval(59-0),$eval(16-0),./images/ibiza/gb/ticket.png,250,,0)
$set_font(calibri,8,n)
$set_font_color(00000000)
$draw_text($add(%date%,),$eval(%gb_width%/2-27),$eval(%gb_height%-12),52,28,center,vcenter,wordbreak)

$if(%gb_focused%,
$set_font(calibri,8,)
$set_font_color(00000000)
$draw_text($if2(%album%,%artist%),5,14,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)

$set_font(calibri,8,)
$set_font_color(e0e0e0e0)
$draw_text($if2(%album%,%artist%),4,13,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
,
$set_font(calibri,8,)
$set_font_color(00000000)
$draw_text($if2(%album%,%artist%),5,14,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)

$set_font(calibri,8,)
$set_font_color(90909090)
$draw_text($if2(%album%,%artist%),4,13,$eval(%gb_width%-10),28,vcenter,center,wordbreak,end_ellipsis)
)

$if(%gb_mouse_over%,
$if(%gb_focused%,,
$draw_image(25,48,$eval(%gb_width%/3*2+6),$eval(%gb_width%/3*2+6),./images/ibiza/gb/play.png,220,nokeepaspect)
)
,)


99.9% of the code is what Br3tt wrote but it's easier to replace the whole lot rather than trying to explain to you which small bit to change to get it working...


London Mike for next Leader of the UK!
TOP MAN.

I didn't think that this software could get any better, but this is just fantastic! Like a twat, I said that I needed to get downloading 400-500 pics of artists now, infact, I was thinking albums rather than artists. :-/
I actually need only to get 140+. So that's not so bad. I'll just have to not paint our hallway tomorrow, I'm sure the Mrs will understand.... not. Shame isn't it? lol. Hey, this is all superb mate, and I could never have done it without your help. I'm in your debt.

CHEERS!

Damn I love this IBIZA skin.
London Mike
Use this to get your Album Art, it's a great programme

http://sourceforge.net/projects/album-art/

And use Google images to get artist pics

Size of the artist pics doesn't matter, but best to get them square-ish

Album Art pics really want to be EXACTLY square to look right in Chronflow, I use in between 400x400 to 600x600 normally. Download the biggest you can then re-size in a graphics programme
ffbadkill
QUOTE(Falstaff @ Aug 18 2008, 13:54) *

QUOTE(akispavlopoulos @ Aug 18 2008, 00:07) *

Excellent skin Falstaff! Thank you for your time on it. Just one more problem for your next update. I can rate mp3 from your "stars System" on the top of the playlist but I can't rate tracks from cue sheets. But when I right click on the track I can rate it throw the playback statistics==>rating etc.


was the same with previous version, no ?

QUOTE(ffbadkill @ Aug 18 2008, 05:10) *

Chronial Cover Flow cannot show.
Is it my problem?


Chronial Cover Flow problem, can't help you if nothing appear, try to update your video card drivers (have you a real 3D card on your PC or an integrated one ?)

But i am using 8600gt and newest driver sad.gif
big_bum
Hello all and hello Br3tt, I am new on this forum and I hope someone could help me.

I have a problem with Ibiza 1.5a with the pop-up in playlist panel: it dosen't show the pop-up at all. In the older version (1.4a) there was no problem with it.
Popup tabs from style are empty, and I think that's the problem, but i'm not sure smile.gif

Help me please!
Viperb0y
Hi,

the playcount thing doesn't work.. everything else is fine! (Except i miss one font).

Could somebody tell me why? Every number behind the song names is "0"
Falstaff
QUOTE(Viperb0y @ Aug 19 2008, 18:51) *

Hi,

the playcount thing doesn't work.. everything else is fine! (Except i miss one font).

Could somebody tell me why? Every number behind the song names is "0"


you need a component (.dll) that handle the playcounter ! => playcount_mod.dll is the one i use, it write the playcount info directly in the mp3 file.
CaseyH71
Another fine job Br3tt! Top notch!

LM, Thanks for the code on the genre and date changes... excellent update!

Casey
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.