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(ActiveThoughts @ Jun 23 2008, 00:19) *

Looks good, but can you obtain the full screen still?


yes of course huh.gif it is just a resize of the window that i have done to show us that it looks good too in mini size.
London Mike
When can we expect 1.2? smile.gif Tonight?
Sounds Blast
Oh ok, sorry about that. I am used to panels ui, with some configs wont expand to full mode correctly. lol, looks good small too. nice job
Falstaff
QUOTE(London Mike @ Jun 23 2008, 00:30) *

When can we expect 1.2? smile.gif Tonight?


not tonight, but soon wink.gif

QUOTE(ActiveThoughts @ Jun 23 2008, 00:32) *

Oh ok, sorry about that. I am used to panels ui, with some configs wont expand to full mode correctly. lol, looks good small too. nice job



full screen (1920x1200 on my wide 24" monitor wink.gif

IPB Image
London Mike
QUOTE(Falstaff @ Jun 22 2008, 23:41) *

not tonight, but soon wink.gif

1AM? rolleyes.gif

What are the main changes from 1.1?

This is getting exciting smile.gif
RavenSoft
it looks perfect, release maybe 12:01am if not today?
Falstaff
QUOTE(London Mike @ Jun 23 2008, 00:45) *

QUOTE(Falstaff @ Jun 22 2008, 23:41) *

not tonight, but soon wink.gif

1AM? rolleyes.gif

What are the main changes from 1.1?

This is getting exciting smile.gif


release in 1 or 2 days...

for the changes, you'll see them by yourself wink.gif but you have already see some of them in my screenshots

London Mike
IPB Image
Hawk
lalala.gif
London Mike
Hi Br3tt, I have an interesting problem

I've added a couple of columns for Bitrate and Album/Track Gain but they do not change colour to red or blue when the track plays, what code do I have to change to make them? I have also changed the font to Arial Unicode so I could have some sort of star *****, they are staying white too...

http://farm4.static.flickr.com/3073/260465...b45ae5255_o.jpg
Pyromane
Arghhh..... I hate ID3 TagIT 3...
I've just edited my preferd Album... now it looks this --->
... I have edited the ID3 Tags already in three!!! Editors... and it still looks like this... and i've added the Cover... but it dont show it. In the Editor , i see if i klick right on the Files in fb2k ... i see the differences... but i cant edit them there, because they are used by fb2k.

And another thing... how can i save the Artist pics?
I'd put in in the mp3 with the label Artist but it doesnt works.. and i put a jpg with the name artist.jpg in the folder but i doesnt works too.

Please Help and Please 1.2 Pyromane

EDIT: Ahh.... OK. I found the foul... I had searched after this Album, so Ibiza doenst refresh the Search after a Restart. wink.gif
But i've still the problem with the Artist-Pic.

EDIT 2:
I opened the settings-menu by rightklicking on the Artist picture...
i replaced the first row
with:
QUOTE
$puts(artist.path,''I:\Multimedia\Musik\_Artists_\%artist%'.*')

because you had sth. with z:\ in it and i have no Z:\
... Now i have an Album of "In Extremo" and I have an "In Extremo.jpg" file in the Folder
I:\Multimedia\Musik\_Artists_\
why show it still the noartist.png?
London Mike
QUOTE(Pyromane @ Jun 23 2008, 17:23) *

Arghhh..... I hate ID3 TagIT 3...
I've just edited my preferd Album... now it looks this --->
... I have edited the ID3 Tags already in three!!! Editors... and it still looks like this... and i've added the Cover... but it dont show it. In the Editor , i see if i klick right on the Files in fb2k ... i see the differences... but i cant edit them there, because they are used by fb2k.

And another thing... how can i save the Artist pics?
I'd put in in the mp3 with the label Artist but it doesnt works.. and i put a jpg with the name artist.jpg in the folder but i doesnt works too.

Please Help and Please 1.2 Pyromane

EDIT: Ahh.... OK. I found the foul... I had searched after this Album, so Ibiza doenst refresh the Search after a Restart. wink.gif
But i've still the problem with the Artist-Pic.

You need to edit the path for the Artist picture, change it to

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


You need to right click on the pic in ARTWORK to change it, and also in the browser. You also need to change the Columns preferences too to get the pic in the Playlist, it was covered earlier in this thread, go read it all...

And then put the pic called artist.jpg in the music folder along with folder.jpg
Pyromane
Yes Mike wink.gif See my Edit i had the same idea:)
@Pikashi wink.gif I'm downloading the 3.5 ... The Download contained a few minutes... but the insatllation.. it takes already 20 minutes and it doesnt reach half of the TIme sleep.gif
London Mike
Use this code...

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

Call the picture artist.jpg and put it in the same folder as the MP3
Pyromane
I have understand what you mean wink.gif But i want to do it other way wink.gif with
the _Artists_ folder I have no Image twice wink.gif
QUOTE
$puts(artist.path,I:\Multimedia\Musik\_Artists_\%artist%.jpg)

And I can eaysier download the Pics. I have to put them in olny one Folder - i neednt browse so long wink.gif
Pyromane
Falstaff
QUOTE(London Mike @ Jun 23 2008, 17:51) *

Hi Br3tt, I have an interesting problem

I've added a couple of columns for Bitrate and Album/Track Gain but they do not change colour to red or blue when the track plays, what code do I have to change to make them? I have also changed the font to Arial Unicode so I could have some sort of star *****, they are staying white too...

http://farm4.static.flickr.com/3073/260465...b45ae5255_o.jpg


in the settings of the Columns, for each new column you add, insert this code before the named field (Script Tab and Display sub-tab) :
$if(%isplaying%,$rgb(250,50,50),)
London Mike
QUOTE(Falstaff @ Jun 23 2008, 17:58) *

in the settings of the Columns, for each new column you add, insert this code before the named field (Script Tab and Display sub-tab) :
$if(%isplaying%,$rgb(250,50,50),)

Worked perfectly, thank you smile.gif
atikinn
It is possible somehow to add if it is not included yet (i haven't noticed in screen shots) the media library viewer based on linked lists (like in itunes or the same as in Facets interface addon. For me it is very convenient to sort the library using it...

thx in advance
London Mike
We looking good for a 1.2 release tonight do you think? smile.gif
Sounds Blast
QUOTE(atikinn @ Jun 23 2008, 13:40) *

It is possible somehow to add if it is not included yet (i haven't noticed in screen shots) the media library viewer based on linked lists (like in itunes or the same as in Facets interface addon. For me it is very convenient to sort the library using it...

thx in advance

Facets, can't be used with columns ui. However columns ui has a filter panel option which acts similar to facets. maybe that could be introduced in one of his releases.
Falstaff
QUOTE(ActiveThoughts @ Jun 23 2008, 23:53) *

QUOTE(atikinn @ Jun 23 2008, 13:40) *

It is possible somehow to add if it is not included yet (i haven't noticed in screen shots) the media library viewer based on linked lists (like in itunes or the same as in Facets interface addon. For me it is very convenient to sort the library using it...

thx in advance

Facets, can't be used with columns ui. However columns ui has a filter panel option which acts similar to facets. maybe that could be introduced in one of his releases.


i have never used this 'Filter', how to make it work i see nothing to display it in CUI options ?
London Mike
1.2 looks great but when I am using the mouse wheel to scroll through the covers in Coverflow the top album list cant keep up and distorts

Stars are working well smile.gif

What's the little number to the right of the title in the album list?
Falstaff
v1.2 released (London Mike get it before my notice wink.gif)

a little bit slower than v1.1 to refresh display on track change (on big playlists)

i hope a new release of Panel Stack Splitter more mature now ...
Sounds Blast
QUOTE(Falstaff @ Jun 23 2008, 18:00) *

QUOTE(ActiveThoughts @ Jun 23 2008, 23:53) *

QUOTE(atikinn @ Jun 23 2008, 13:40) *

It is possible somehow to add if it is not included yet (i haven't noticed in screen shots) the media library viewer based on linked lists (like in itunes or the same as in Facets interface addon. For me it is very convenient to sort the library using it...

thx in advance

Facets, can't be used with columns ui. However columns ui has a filter panel option which acts similar to facets. maybe that could be introduced in one of his releases.


i have never used this 'Filter', how to make it work i see nothing to display it in CUI options ?


I believe you just go into your columns layout tab, and right click and chose insert panels---panels----Filter.
Nice *new* config, about to test it out
Falstaff
QUOTE(London Mike @ Jun 24 2008, 00:09) *

1.2 looks great but when I am using the mouse wheel to scroll through the covers in Coverflow the top album list cant keep up and distorts


i don't see what u want to explain, screenshot please.
Sounds Blast
You need album list, and playlist drop down for your new config, screen shot comming, 3 mins i'll post it.
IPB Image
Hawk
Downloaded and installed your new 12 config but the playlist section is blank. When I load foobar my desktop flickers. ?

See here:

IPB Image
London Mike
QUOTE(Falstaff @ Jun 23 2008, 23:12) *

QUOTE(London Mike @ Jun 24 2008, 00:09) *

1.2 looks great but when I am using the mouse wheel to scroll through the covers in Coverflow the top album list cant keep up and distorts


i don't see what u want to explain, screenshot please.

Attached, when I scroll through the bottom album covers in Coverflow the top covers can't go fast enough and the image tears

http://farm4.static.flickr.com/3073/260495...4cff56d50_o.jpg
Falstaff
QUOTE(London Mike @ Jun 24 2008, 00:20) *

QUOTE(Falstaff @ Jun 23 2008, 23:12) *

QUOTE(London Mike @ Jun 24 2008, 00:09) *

1.2 looks great but when I am using the mouse wheel to scroll through the covers in Coverflow the top album list cant keep up and distorts


i don't see what u want to explain, screenshot please.

Attached, when I scroll through the bottom album covers in Coverflow the top covers can't go fast enough and the image tears

http://farm4.static.flickr.com/3073/260495...4cff56d50_o.jpg


your PC don't like ELPlaylist

QUOTE(ActiveThoughts @ Jun 24 2008, 00:15) *

You need album list, and playlist drop down for your new config, screen shot comming, 3 mins i'll post it.
IPB Image


yes, this 2 components have been added for 1.2

who has no problem with it ?
London Mike
And when i put the artist path in the 2 places the pages go black, I cant see anything $puts(artist.path,$directory_path(%path%)/artist.jpg

Fixed, ignore it smile.gif
Falstaff
QUOTE(Hawk @ Jun 24 2008, 00:17) *

Downloaded and installed your new 12 config but the playlist section is blank. When I load foobar my desktop flickers. ?

See here:

IPB Image


ELPlyalist needed, download the last version of the components

QUOTE(London Mike @ Jun 24 2008, 00:25) *

And when i put the artist path in the 2 places the pages go black, I cant see anything $puts(artist.path,$directory_path(%path%)/artist.jpg

Fixed, ignore it smile.gif


download the last version of ELPlaylist, maybe it will fix your glitch when you scroll...
Hawk
QUOTE(Falstaff @ Jun 24 2008, 00:30) *

QUOTE(Hawk @ Jun 24 2008, 00:17) *

Downloaded and installed your new 12 config but the playlist section is blank. When I load foobar my desktop flickers. ?

See here:

IPB Image


ELPlyalist needed, download the last version of the components


I did just now. Still does not work. Strange because your previous configs worked great.
Falstaff
QUOTE(Hawk @ Jun 24 2008, 00:33) *

QUOTE(Falstaff @ Jun 24 2008, 00:30) *

QUOTE(Hawk @ Jun 24 2008, 00:17) *

Downloaded and installed your new 12 config but the playlist section is blank. When I load foobar my desktop flickers. ?

See here:

IPB Image


ELPlyalist needed, download the last version of the components


I did just now. Still does not work. Strange because your previous configs worked great.


could you link the full sized screenshot please, i've encounter similar pb, try to import .fcl again
Hawk
QUOTE(Falstaff @ Jun 24 2008, 00:35) *

QUOTE(Hawk @ Jun 24 2008, 00:33) *

QUOTE(Falstaff @ Jun 24 2008, 00:30) *

QUOTE(Hawk @ Jun 24 2008, 00:17) *

Downloaded and installed your new 12 config but the playlist section is blank. When I load foobar my desktop flickers. ?

See here:

IPB Image


ELPlyalist needed, download the last version of the components


I did just now. Still does not work. Strange because your previous configs worked great.


could you link the full sized screenshot please, i've encounter similar pb, try to import .fcl again


When I activate the scrollbar of the playlist It shows up! smile.gif

Here is the full screenshot:

IPB Image
London Mike
Hmmmm, I have the latest verstion of EL_playlist but it's the same. I love the feel of this build but it uses a lot more resources than the earlier build and it's generally slower and for me annoying because of the issue with the playlist tearing when I scroll. Why did you move back to EL over the other one? The other one seemed to work great and has EL given any extra functionality?

I don't have the playlist going blank but it flickers everytime you do something which is annoying sad.gif
Hawk
QUOTE(London Mike @ Jun 24 2008, 00:40) *


I don't have the playlist going blank but it flickers everytime you do something which is annoying sad.gif


Yep, I have the flickering as well.
London Mike
If I have the artist list on the left with the split screen on the right (EL and Coverflow), if I double click on an artist in the left panel it takes 8 seconds for the other 2 panels to display the same song and to start playing which is very slow sad.gif
Sounds Blast
coveflow for me on falstaffs configs, always takes a few seconds for me. And don't want to paly and pause, only play and stop lol, even though it's set up to play and pause. I am using your old one again now. I am not one to use a lot of 3rd party plugins.
ffbadkill
The seekbar is not accurate.
What can I do? sad.gif
London Mike
OK, I've been playing with it a while. it's much slower than 1.1 and while I love the new layout, I hate the EL playlist, it does not seem to be very well developed yet. And if you scroll in the coverflow then it moves the items in EL, but if you scroll in EL then the coverflow pics do not change. Is there a hidden advantage that EL is giving that I have not noticed? This would be great with this layout but the old playlist I think?

But I love the direction that the development is going smile.gif
Falstaff
QUOTE(London Mike @ Jun 24 2008, 01:14) *

OK, I've been playing with it a while. it's much slower than 1.1 and while I love the new layout, I hate the EL playlist, it does not seem to be very well developed yet. And if you scroll in the coverflow then it moves the items in EL, but if you scroll in EL then the coverflow pics do not change. Is there a hidden advantage that EL is giving that I have not noticed? This would be great with this layout but the old playlist I think?

But I love the direction that the development is going smile.gif


just uploaded v1.2b with NG Playlist and kick off album list panel

try now and give me feedback wink.gif
Sounds Blast
Hey, i forgot to ask, is it me or when you use Graphical Browser it takes alittle bit to find your artist. 3-4 seconds? That coverflow i can live without, dont work right. testing your new one now.

EDIT:, your second button , which is another graphical browser, i can't seem to edit this to show whatever picture it's suppose to show.

EDIT:, the first button is for artist, the second buttons is for albums, i cant figure out how to show my album pictures in that second button option, and which when you click that button it then hides the first button, intended?
Falstaff
so, better now ???
London Mike
1.2b is better but the artist list has gone from the left?

Yup, it's a lot better for me with this playlist. Can we have the artist tab back on the left that 1.2a had?

There's a couple of graphic glitches too, I'll tell you tomorrow...nothing serious smile.gif
SamX
Here´s a shoot:

IPB Image

1.2b works much faster, but 1.2 looks better rolleyes.gif but like mike said, the development direction is smoooth smile.gif
Falstaff
bug in v1.2b, graphical browser 'artist' button gone on changing tab

i'll fix it tomorrow

bye
Sounds Blast
Oh, that red progress bar actually works lol, cool. Somewhat i click and it will jump forward or backwards lol weird. Could we get an option to have the old one there as well? I do not see any option for this playlist dropdown plugin which is required to run this config. Is it really even being used? Everything else seems fine for now.
London Mike
QUOTE(Falstaff @ Jun 24 2008, 00:41) *

bug in v1.2b, graphical browser 'artist' button gone on changing tab

i'll fix it tomorrow

bye

Thanks for a great upgrade, see you tomorrow smile.gif
Sounds Blast
DUMB, lol sorry.Did notice every start up my settings (playback settings) are set for random I have to manually change it every time i load
London Mike
I've been playing around with it for the last hour. The new graphics are nice but generally it feels a lot slower than 1.1, even with the NG playlist back. If I have the album list on the left and the NG playlist on the right, if I double click on a cover in the left panel then it starts to play fairly fast if the album is also in the right panel. But if I scroll the left panel a couple of pages down THEN double click on a cover on the left it takes a LONG time for the cover to appear in the NG panel on the right, sometimes up to 10 seconds. This is a lot slower than it was in 1.1 so I don't know what you've changed but something is slowing it right down for me. Is anyone else finding this with 1.2b?

1.1 was a really nice build, it did almost everything I needed but more importantly it was stable and it was FAST, I don't know if 1.2 is just putting too many functions in. I mean, do we really need an album list on the left, the Coverflow at the bottom right and the NG album list top right? It's a bit overkill maybe? biggrin.gif

Just giving you some objective feedback, I really love Ibiza and I'd just like to see it as good as it can be smile.gif
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.