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
Falstaff
QUOTE(TomBarlow @ Sep 1 2008, 18:37) *

QUOTE(bubi jackson @ Sep 1 2008, 17:29) *

QUOTE(Falstaff @ Aug 30 2008, 13:02) *
this topic is not for learning scripting, things that you have to learn in you want modify the config ...

sorry.

OK, I understand now that there is a lot to do to modify cfg.


But I have another problem.

IPB Image

Covers in playlist are often cut off, in the GB and Chronoflow everything is alright.


It looks like they're not drawing on empty rows, you need to add a line that says $enabledraw(1) just above the bit that draws the album art on the track list titleformatting. I'm not actually using Ibiza at the moment so I can't tell you exactly where that is, but it should be on the first page you see when you right click the playlist and go to settings.


that's rigth, but the easiest way for you is to import the file linked above (my prec. post)
bubi jackson
Yes, it was the easiest way. biggrin.gif

thx a lot


P.S.: I did a workaround with the peakmeter. dockable panels and shortcuts for hiding - it works very good for me.
Falstaff
QUOTE(bubi jackson @ Sep 1 2008, 21:08) *

Yes, it was the easiest way. biggrin.gif

thx a lot


P.S.: I did a workaround with the peakmeter. dockable panels and shortcuts for hiding - it works very good for me.


cool!
Mattorre
QUOTE(Mattorre @ Aug 30 2008, 10:05) *

Hello I try something for the CD Case + Artist Photo


CODE

$if($findfile('./images/albums/'%artist%' - '%album%'.jpg'),
    $puts(cover.path,'./images/albums/'%artist%' - '%album%'.jpg')
,
    $if($findfile($directory_path(%path%)/folder.jpg),
        $puts(cover.path,$directory_path(%path%)/folder.jpg)
    ,
    )
)


But It doesn't work. Someone can help me please?

The second "If" doesn't work.


Anybody can help me Please?
Takaji
Hi Br3tt,

Thanks again for the great config. Been using it since it originally came out.

I'm not sure if you answer these requests, but I'm wondering which line of the code I can modify to include a custom tag to display beside the rating stars in the playlist.... for my Bach collection I've tagged them all with the %THEMATIC CATALOGUE% tag, and I'd like the values to show up in the playlist.

I tried to search for the spot in the code myself, but I can't seem to find it.

Any help is greatly appreciated!
Van.quish
i'm renewing a request:
CODE
3) in Panel Stack Splitter that display CD Case + Artist Photo :

CODE

$puts(cover.path,[color=#3366FF]'G:\foo\covers\'%artist%' - '%album%'.jpg'[/color])
$puts(cover.path,[color=#3366FF]$directory_path(%path%)/folder.jpg[/color])
$puts(artist.path,'G:\foo\artist\'%artist%'.jpg')


that should work

hmm this one displays only covers from folder.jpg

i've tried to copy and some modifications but without any good results...
so please help me once again...

Mattorre
You have the same problem as me. I think We must use IF but my solution doesn't work headbang.gif

CODE

$if($findfile('./images/albums/'%artist%' - '%album%'.jpg'),
    $puts(cover.path,'./images/albums/'%artist%' - '%album%'.jpg')
,
    $if($findfile($directory_path(%path%)/folder.jpg),
        $puts(cover.path,$directory_path(%path%)/folder.jpg)
    ,
    )
)
bubi jackson
I hope you don't mind Br3tt that I post this here.

IPB Image

If you want the artist (wide format) and the cd cover without the veil, download the 7z-file (backup original files!)

http://rapidshare.com/files/142031515/ibiza.7z


Falstaff
hi all,

take care with ELPlaylist versions, recents versions 0.6.x.x are slow on refreshing tracks (especially for covers like used in Kung-Foo in Album display)
so i recommand antieriors version like 0.5.x.xb (0.5.2.1b for example)
cause of lag when refreshing list on track change (quite smooth line refresh sad.gif)
JaY714
Hi there.

First of all, thanks for the great config.
Haven't been using foobar for quite some time but was convinced to get back to it once i saw this config. biggrin.gif

I'm having a problem with the display for chinese words so I thought you guys might be able to help me out.
IPB Image
The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.

And, can anyone share with me the code for track info so that the play count will be showed?
And what plugin should I use?
Previously was using foo_playcount.dll but it keeps making my foobar crash so I removed it.

Once again, thumbs up to Br3tt for the config. Cheers! beer.gif
rexian
Nice config !

is there a way to rotate artist picture in the screen where it shows now playing album art and artist pic? I thought of using gif animation as a workaround but, can there be scripts to do that?

Any thoughts?

Thanks,

Rex
Nitrius
Everytime i open foobar, it keeps showing the "startup" screen, the screen that checks if all the components are installed and so forth, is this how it's supposed to be or?
London Mike
QUOTE(Nitrius @ Sep 6 2008, 19:11) *

Everytime i open foobar, it keeps showing the "startup" screen, the screen that checks if all the components are installed and so forth, is this how it's supposed to be or?

Yup, just click START, you can hide the screen but it causes lots of other problems so it's go big deal to just click it when you open FB
Andu
Oh yea? I notice no problems by hiding the start screen.
powernemo
Great configuration,
on my computer though is a bit slow, some seconds lag doi8ng every kind of operation also reverting it to default Interface. So doing some debug component by component i noticed that is foo_uie_playlists_dropdown.dll that slows down everything. Once i remove it everything goes fine. I have a Dell Precision M6300 laptop (DC2 T9300, 4GB Ram and nVidia Quadro FX6300). Someone experienced the same problem with this component?
London Mike
QUOTE(Andu @ Sep 6 2008, 21:09) *

Oh yea? I notice no problems by hiding the start screen.

Depends what your standard config is, if you want to display the EL Playlist with the Chronflow underneath as your default view this will not work if you auto-hide the start screen
Andu
QUOTE(London Mike @ Sep 6 2008, 22:37) *

QUOTE(Andu @ Sep 6 2008, 21:09) *

Oh yea? I notice no problems by hiding the start screen.

Depends what your standard config is, if you want to display the EL Playlist with the Chronflow underneath as your default view this will not work if you auto-hide the start screen


Nope no problem for me there. I have Lyrics panel on the left and EL Playlist and Chronflow on the right at startup. Don't see any problems with that setup unsure.gif
snively
Switched over to this from the default layout. Love the layout, but I've noticed none of my embedded album art covers are showing now. How do I fix this?
Sounds Blast
i asked br3tt about this with his latest config, he didn't support it on that one, or this one?, and i too wonder how this could be done.
Mans
is it possible to add the possibility of switching between elplaylist and columns. or how i can be done in stack splitter .
Schrotty
hi

i have a problem. i can not see all Covers (look Screenshot). what can i do ? and how can i remove the Start Button every start ?

IPB Image
London Mike
Right click on the missing picture on the left

Choose Splitter Settings

Change the top 2 lines to

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

Put the artist picture in the same folder as the music and call it Artist.jpg
Put the CD art in the same folder as the music and call it Folder.jpg

And it is better to leave the START button, removing it can cause problems with the config
rexian
Great config!

Here's my rendition of IBiZA...

IPB Image

IPB Image

IPB Image

IPB Image

IPB Image

IPB Image

IPB Image

IPB Image

IPB Image

Thanks to Br3tt for this great config!

- Rex
Schrotty
QUOTE(London Mike @ Sep 9 2008, 23:14) *

Right click on the missing picture on the left

Choose Splitter Settings

Change the top 2 lines to

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

Put the artist picture in the same folder as the music and call it Artist.jpg
Put the CD art in the same folder as the music and call it Folder.jpg

And it is better to leave the START button, removing it can cause problems with the config


Thank you, working now.

1 Problem i have, how can make this every Start from Foobar ?

Normal:
IPB Image

but i will so:
IPB Image
Falstaff
QUOTE(Schrotty @ Sep 10 2008, 07:29) *

QUOTE(London Mike @ Sep 9 2008, 23:14) *

Right click on the missing picture on the left

Choose Splitter Settings

Change the top 2 lines to

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

Put the artist picture in the same folder as the music and call it Artist.jpg
Put the CD art in the same folder as the music and call it Folder.jpg

And it is better to leave the START button, removing it can cause problems with the config


Thank you, working now.

1 Problem i have, how can make this every Start from Foobar ?

Normal:
IPB Image

but i will so:
IPB Image


this kind of question is boring me cause i already explain how to do in the 1st post, just read it §§§

/// STARTUP possible Settings ///

1/ Playback Order

- to set the playback order to use on startup, you have to go to Splitter Settings (rigth click on the playback button bar except on the rating system! ---> Splitter Settings ...)
in the list of panels used, you'll find at top 3 panels (which are only used as boolean) : Playback Order Default, Shuffle & Repeat
==> to select which you want to use on startup, select which you want to display and on the rigth of this list, uncheck the box 'Hidden on startup' ... for the 2 other panels check the box !!!

QUOTE(rexian @ Sep 10 2008, 02:43) *

Great config!

Here's my rendition of IBiZA...

IPB Image

...

Thanks to Br3tt for this great config!

- Rex



nice but IBIZA 1.5b is not released yet. yours is a mod of v1.5a wink.gif

thanx
mhv
so....IBIZA 1.5a is not the final version?
Falstaff
QUOTE(mhv @ Sep 10 2008, 10:37) *

so....IBIZA 1.5a is not the final version?


who knows ...
rexian
QUOTE(Falstaff @ Sep 10 2008, 06:27) *

QUOTE(mhv @ Sep 10 2008, 10:37) *

so....IBIZA 1.5a is not the final version?


who knows ...


Sorry for the confusion 1.5a is THE latest version! I just modded some of the presentation stuff. Its not an official version. I will remove the reference to 1.5b.
Schrotty
when done 1.5b ?
Hawk
QUOTE(Schrotty @ Sep 10 2008, 17:07) *

when done 1.5b ?


probably when it is done. wink.gif
JaY714
QUOTE(JaY714 @ Sep 5 2008, 12:20) *

Hi there.

First of all, thanks for the great config.
Haven't been using foobar for quite some time but was convinced to get back to it once i saw this config. biggrin.gif

I'm having a problem with the display for chinese words so I thought you guys might be able to help me out.
IPB Image
The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.

And, can anyone share with me the code for track info so that the play count will be showed?
And what plugin should I use?
Previously was using foo_playcount.dll but it keeps making my foobar crash so I removed it.

Once again, thumbs up to Br3tt for the config. Cheers! beer.gif

Anyone? unsure.gif
boundless
This was an nice ColumnsUI config.

----------------
Now playing: foobar2000
via FoxyTunes

----------------
Now playing: foobar2000
via FoxyTunes
Richard1218
how do i solve this issue?? tks advanced!!

IPB Image
Falstaff
QUOTE(Richard1218 @ Sep 19 2008, 20:31) *

how do i solve this issue?? tks advanced!!

IPB Image


you are using ibiza 1.3, so you need to use ELPlaylist plugin with a compatible version (less than 0.5.x.x, before of var like %_width%, %isplaying%, ... etc where no more supported and replaced mandatory by specifics var : %el_width%, %el_isplaying%, ... etc)

or go to settings of the Playlist and replace all unsupported vars %_xxxx% and replace them with the equivalent %el_xxxx% to make it work fine

sorry, but when i have writren ibiza 1.3, it was working fine and i don't want to keep updated old versions of my skin, the last version give me enough work.


better to try, just use lastest version of IBIZA with this version of WSH panel compiled by T.P Wang with no SSE2 support, so, it should work with CPU that do not handle these SSE2 instruction sets wink.gif

follow this link :

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

give us feedback about it, and thanks T.P. Wang if it works
Aveneu
Wow this is a nice skin! Unfortunately I got an annoying bug with it: when I start Foobar2000 using the HID button on my keyboard that launches the default music player, components, images, and such don't load right. Might be more of a bug with ColumnsUI, where "./" returns the wrong thing when you load Foobar2000 in such a way.
Falstaff
QUOTE(Aveneu @ Sep 21 2008, 03:28) *

Wow this is a nice skin! Unfortunately I got an annoying bug with it: when I start Foobar2000 using the HID button on my keyboard that launches the default music player, components, images, and such don't load right. Might be more of a bug with ColumnsUI, where "./" returns the wrong thing when you load Foobar2000 in such a way.


i think thtat is a Panel Stack Splitter bug, already reported to the dev. no answer for now.
mundschuss
my edit/version: (still not finished)

IPB ImageIPB Image
Falstaff
QUOTE(mundschuss @ Sep 21 2008, 14:14) *

my edit/version: (still not finished)

IPB ImageIPB Image


you like big covers wink.gif
Richard1218
QUOTE(Falstaff @ Sep 20 2008, 15:32) *

QUOTE(Richard1218 @ Sep 19 2008, 20:31) *

how do i solve this issue?? tks advanced!!

IPB Image


you are using ibiza 1.3, so you need to use ELPlaylist plugin with a compatible version (less than 0.5.x.x, before of var like %_width%, %isplaying%, ... etc where no more supported and replaced mandatory by specifics var : %el_width%, %el_isplaying%, ... etc)

or go to settings of the Playlist and replace all unsupported vars %_xxxx% and replace them with the equivalent %el_xxxx% to make it work fine

sorry, but when i have writren ibiza 1.3, it was working fine and i don't want to keep updated old versions of my skin, the last version give me enough work.


better to try, just use lastest version of IBIZA with this version of WSH panel compiled by T.P Wang with no SSE2 support, so, it should work with CPU that do not handle these SSE2 instruction sets wink.gif

follow this link :

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

give us feedback about it, and thanks T.P. Wang if it works

Yes,Finally.It works with T.P.Wang's version.
But i have another question. If there is one of items which is not in ''ok'' status ,like ''Segoe Script'', on Start Panel, will it be problem??
Falstaff
QUOTE(Richard1218 @ Sep 21 2008, 18:53) *

QUOTE(Falstaff @ Sep 20 2008, 15:32) *

QUOTE(Richard1218 @ Sep 19 2008, 20:31) *

how do i solve this issue?? tks advanced!!

IPB Image


you are using ibiza 1.3, so you need to use ELPlaylist plugin with a compatible version (less than 0.5.x.x, before of var like %_width%, %isplaying%, ... etc where no more supported and replaced mandatory by specifics var : %el_width%, %el_isplaying%, ... etc)

or go to settings of the Playlist and replace all unsupported vars %_xxxx% and replace them with the equivalent %el_xxxx% to make it work fine

sorry, but when i have writren ibiza 1.3, it was working fine and i don't want to keep updated old versions of my skin, the last version give me enough work.


better to try, just use lastest version of IBIZA with this version of WSH panel compiled by T.P Wang with no SSE2 support, so, it should work with CPU that do not handle these SSE2 instruction sets wink.gif

follow this link :

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

give us feedback about it, and thanks T.P. Wang if it works

Yes,Finally.It works with T.P.Wang's version.
But i have another question. If there is one of items which is not in ''ok'' status ,like ''Segoe Script'', on Start Panel, will it be problem??


No
Schrotty
work the Skin with the latest foobar2000 v0.9.5.6 ?
JaY714
QUOTE(JaY714 @ Sep 15 2008, 20:20) *

QUOTE(JaY714 @ Sep 5 2008, 12:20) *

Hi there.

First of all, thanks for the great config.
Haven't been using foobar for quite some time but was convinced to get back to it once i saw this config. biggrin.gif

I'm having a problem with the display for chinese words so I thought you guys might be able to help me out.
IPB Image
The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.

And, can anyone share with me the code for track info so that the play count will be showed?
And what plugin should I use?
Previously was using foo_playcount.dll but it keeps making my foobar crash so I removed it.

Once again, thumbs up to Br3tt for the config. Cheers! beer.gif

Anyone? unsure.gif

For the third time, anyone? sad.gif
Falstaff
QUOTE(JaY714 @ Sep 24 2008, 09:27) *

QUOTE(JaY714 @ Sep 15 2008, 20:20) *

QUOTE(JaY714 @ Sep 5 2008, 12:20) *

Hi there.

First of all, thanks for the great config.
Haven't been using foobar for quite some time but was convinced to get back to it once i saw this config. biggrin.gif

I'm having a problem with the display for chinese words so I thought you guys might be able to help me out.
IPB Image
The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.

And, can anyone share with me the code for track info so that the play count will be showed?
And what plugin should I use?
Previously was using foo_playcount.dll but it keeps making my foobar crash so I removed it.

Once again, thumbs up to Br3tt for the config. Cheers! beer.gif

Anyone? unsure.gif

For the third time, anyone? sad.gif


--> The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.
Reply: looks fine for me, but i don't read Chinese, so it looks fine for me but maybe it doesn't, if it looks croped, modify the heigth in ELPlaylist code in the function $drawtext that i use to display %title% information, just read the txt file coming with the dll of ELplaylist to learn the syntax of this function and to find the good argument to modifiy (to increase a lil !!)

--> And, can anyone share with me the code for track info so that the play count will be showed?
Reply: my track info code already display the playcount info, so take care before asking for a thing you already have wink.gif

--> And what plugin should I use?
Reply: i use foo_playcount_mod.dll v1.0.2, it writes playcount info directly in the music file.

--> Once again, thumbs up to Br3tt for the config. Cheers!
Reply: thank you mate
JaY714
QUOTE(Falstaff @ Sep 25 2008, 01:08) *

QUOTE(JaY714 @ Sep 24 2008, 09:27) *

QUOTE(JaY714 @ Sep 15 2008, 20:20) *

QUOTE(JaY714 @ Sep 5 2008, 12:20) *

Hi there.

First of all, thanks for the great config.
Haven't been using foobar for quite some time but was convinced to get back to it once i saw this config. biggrin.gif

I'm having a problem with the display for chinese words so I thought you guys might be able to help me out.
IPB Image
The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.

And, can anyone share with me the code for track info so that the play count will be showed?
And what plugin should I use?
Previously was using foo_playcount.dll but it keeps making my foobar crash so I removed it.

Once again, thumbs up to Br3tt for the config. Cheers! beer.gif

Anyone? unsure.gif

For the third time, anyone? sad.gif


--> The words seem to be cropped off a lil, where should i make amendments to fix that? No problem with English words though.
Reply: looks fine for me, but i don't read Chinese, so it looks fine for me but maybe it doesn't, if it looks croped, modify the heigth in ELPlaylist code in the function $drawtext that i use to display %title% information, just read the txt file coming with the dll of ELplaylist to learn the syntax of this function and to find the good argument to modifiy (to increase a lil !!)

--> And, can anyone share with me the code for track info so that the play count will be showed?
Reply: my track info code already display the playcount info, so take care before asking for a thing you already have wink.gif

--> And what plugin should I use?
Reply: i use foo_playcount_mod.dll v1.0.2, it writes playcount info directly in the music file.

--> Once again, thumbs up to Br3tt for the config. Cheers!
Reply: thank you mate

Thanks for the reply. biggrin.gif
Still don't really understand how to modify the ELPlaylist code tho, guess I'm not good at this. >.<
Mind elaborating further?
superfastkyle
This is the first columns ui I've used but I love it. But I'm a little confused by it and I spent almost 2 hours just getting it to work. I'm using this on my netbook. So I need to try to keep it light as possible.

I really need to find a way to disable the tag writing on exit. I guess its a play count? the little numbers aren't showing up next to the titles anyways I would just like to get rid of them. I have my music on a sd card which is why I really need to fix this.

thanks for one awesome looking skin
and thanks if you can help
Falstaff
QUOTE(superfastkyle @ Sep 28 2008, 06:55) *

This is the first columns ui I've used but I love it. But I'm a little confused by it and I spent almost 2 hours just getting it to work. I'm using this on my netbook. So I need to try to keep it light as possible.

I really need to find a way to disable the tag writing on exit. I guess its a play count? the little numbers aren't showing up next to the titles anyways I would just like to get rid of them. I have my music on a sd card which is why I really need to fix this.

thanks for one awesome looking skin
and thanks if you can help


No, no and no : on exit like you say, this is not the Playcount module (have you installed a such plugin though ?)

it must be the lyrics Show Panel setted by default to write lyrics found on the web to the music file TAG, just go to Preferences --> Lyrics Show Panel, and select the good tab and uncheck this option that save Lyrics to File Music wink.gif
antirockstar
Problem:

The text under the cover art in Chronflow is very ... hmm ... how should I explain... just take a look at the screenshot.

IPB ImageIPB Image
Falstaff
QUOTE(antirockstar @ Sep 28 2008, 10:47) *

Problem:

The text under the cover art in Chronflow is very ... hmm ... how should I explain... just take a look at the screenshot.

IPB ImageIPB Image


ugly is a good word. ask for help in Chronflow Topic, nobody can help you here.
superfastkyle
Thanks, I hadnt even noticed the lyrics yet thats cool anyways. Maybe its worth it since it should only write then once right? I'm still confused by the little circles by the end of the song titles. what are they suppose to be if they are not play counts?
nebunic
The playcounter doesn't work for me, any ideas why? It just remains 0...
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.